Make quantity workflow discoverable and integrated¶
uid: ISS-0027 status: BACKLOG priority: medium owner_role: REWORK estimate: TBD dependencies: [] risk: medium milestone: backlog
Category¶
UI
Evidence¶
filare --helpnever references quantity multipliers orfilare-qty; users miss BOM scaling.filare-qty --helplacks defaults, examples, and workflow order; short flag-fconflicts withfilare -f.- Default multiplier filename/location are implicit; no validation/reporting commands exist.
User Impact¶
Persona A/D skip the quantity step; Persona B/C cannot script reliable flows or verify applied multipliers; wasted reruns and inconsistent BOM counts.
Suggested Next Steps¶
- Integrate quantity commands under the main CLI (e.g.,
filare harness qty ...) with visible defaults. - Provide validate/report subcommands (table/JSON) and examples showing init → validate → apply sequence.
- Keep
filare-qtyas a shim with a deprecation notice pointing to the integrated commands.