Sibling articles under this feature previously restated requirements in inconsistent forms.
Project manifest contract
Platform spec feature
Project manifest contract
Spec standingStandard
-
This feature hub owns normative MUST/SHOULD contract text for Project manifest contract.
Context
Decision
This feature hub owns normative MUST/SHOULD contract text. Sibling articles must not redefine hub requirements and should link here for authority.
Consequences
Contract changes start on the hub or in linked ADRs, then propagate to articles and implementation anchors.
Verification anchors
site/website/src/content/docs/platform-spec/compiler/resolution-and-projects/project-manifest-contract/index.mdxarticle bundle under the same feature directory.
-
Platform-spec text supersedes informal crate comments for Project manifest contract.
Context
Implementation crates accumulated informal notes that diverged from published contracts.
Decision
Normative platform-spec prose and ADRs under this feature supersede informal comments in implementation crates until explicitly migrated into spec text.
Consequences
Engineers file spec/ADR updates when behavior changes; crate comments are non-authoritative for conformance arguments.
Verification anchors
compiler/crates/beskid_analysis/src/projects/manifest_resolve.rscompiler/crates/beskid_analysis/src/projects/graph/compiler/crates/beskid_cli/src/commands/
-
Manifest key tables were duplicated between tooling and compiler specs.
Context
Manifest key tables were duplicated between tooling and compiler specs.
Decision
Author-facing
Project.projkey tables live only under tooling; this compiler feature documents resolution graph behavior and defers schema prose viarelatedTopics.Consequences
Compiler changes manifest parsing only when graph or diagnostic bands change; tooling spec leads schema edits.
Verification anchors
compiler/crates/beskid_analysis/src/projects/manifest_resolve.rstooling project-manifest-contract hub.
- Project manifest contract - Contracts and edge cases Compiler resolution guarantees, graph cycles, and manifest-band diagnostics.
- Project manifest contract - Design model Resolution graph entities for Project.proj ingestion (manifest key prose defers to tooling).
- Project manifest contract - Examples Gives concrete newcomer-friendly scenarios mapped to real compiler paths.
- Project manifest contract - FAQ and troubleshooting Answers common operator and contributor questions with practical next checks.
- Project manifest contract - Flow and algorithm Compiler order of operations for manifest parse, graph insertion, and Mod materialization.
- Project manifest contract - Verification and traceability Shows how the team proves this feature works and where evidence lives.
0 revisions (git unavailable at build; counts may be empty)
No commits recorded for this path.
Full tree: run pnpm verify:platform-spec-layout (writes src/generated/platform-spec-layout-report.json).
Tooling owns the normative Project.proj schema (keys, types, Mod blocks, link metadata, and CLI/LSP examples). This feature owns how the reference compiler loads, validates in the resolution graph, and diagnoses manifest-driven project graphs—without duplicating key tables.
When editing manifest keys, update tooling / design model first; adjust compiler resolution text here only when graph behavior or diagnostic bands change.
Implementation anchors
compiler/crates/beskid_analysis/src/projects/manifest_resolve.rs— discovery and parse into workspace graphcompiler/crates/beskid_analysis/src/projects/graph/— DAG insertion, Mod topologycompiler/crates/beskid_cli/src/commands/— manifest-driven compile inputscompiler/crates/beskid_tests/src/projects/corelib/mod.rsandcompile.rs— manifest fixtures
Decisions
Section titled “Decisions”No open decisions. Closed choices are normative ADRs under adr/ (D-COMP-PROJ-0004 … D-COMP-PROJ-0006), including tooling/schema split (D-COMP-PROJ-0006); use the reader ADRs tab for expandable detail.
Articles
Section titled “Articles”- Design model — resolution entities (no duplicate key tables)
- Flow and algorithm — graph build and host/mod load order
- Contracts and edge cases — resolution diagnostics and cycle policy
- Examples
- Verification and traceability
- FAQ and troubleshooting