Command surface
Platform spec node
Command surface
Spec standingStandard
No architecture decision records under adr/ for this feature yet. Standard features must
publish at least one ADR or keep a ## Decisions summary on the hub.
0 revisions (git unavailable at build; counts may be empty)
No commits recorded for this path.
| Section id | Required | Found |
|---|---|---|
scope | yes | yes |
features | yes | yes |
Full tree: run pnpm verify:platform-spec-layout (writes src/generated/platform-spec-layout-report.json).
Normative platform contract
Section titled “Normative platform contract”- The CLI shall expose stable command families for
run,build,test,analyze,parse,format,clif,doc,corelib,lock,fetch,tree,update, andnew(project, workspace, and item templates). - Commands that invoke compilation shall route through shared frontend and analysis services to preserve diagnostic parity.
- Manifest and dependency commands shall operate on the same project graph policy as compile flows.
- CLI documentation generation (
doc) shall remain aligned with corelib and platform-spec evolution.
Implementation anchors
Section titled “Implementation anchors”compiler/crates/beskid_cli/src/commandscompiler/crates/beskid_cli/src/frontend.rscompiler/crates/beskid_cli/src/cli.rs