Unify commercial runtime ownership across backend and frontend so platform, experience, and hospitality modules use the shared commercial source of truth. Co-authored-by: Cursor <cursoragent@cursor.com>
2.2 KiB
2.2 KiB
Phase Handover — Platform Project Status Registry
Workstream: AI Development Framework (docs-only)
Phase ID: platform-project-status
Date: 2026-07-27
Status: Complete
Objective
Create a permanent project status registry that is the first document every implementation phase reads, eliminating full-project scans when present.
Delivered
Artifacts
docs/project-status.yaml— machine-readable execution dashboarddocs/project-status.md— human-readable companion
Required fields (YAML)
project_version,last_updated,last_completed_phase,next_recommended_phase- Per-service: name, backend/frontend status, latest phases, roadmap last phase, architecture/backend/frontend/production flags, snapshot, handover, remaining phases, blockers, dependencies
global_statisticswith service counts and completion percentages
Framework updates
master-prompt.md— read project-status firstruntime-read-policy.md— execution entry step 0 / ALWAYS READcontext-cache-policy.md— always reload project-statusdevelopment-loop.md— Discovery + Documentation Update + Completionservice-snapshot-policy.md— regenerate project-status after phase Completeproject-index.yaml— execution_order + shared_referencesprompt-rules.md— rules for status registryquality-gates.md— Project Status gateREADME.md— reading orderphase-manifest.yaml— phase registered complete
Rules encoded
- At the beginning of every execution, read
project-status.yamlfirst. - If it exists, do not inspect unrelated services / full-project scan.
- Use it to determine exactly what remains.
- After every completed phase, update
project-status.yaml(and.md) automatically. - Full reconstruction only when the file is missing or invalid.
Out of scope
- No business service code changes
- No snapshot content regeneration beyond status registry itself
- No next product phase implementation
Next
Superseded by phase-af-project-status-v2.md (schema v2 — critical_path / execution_priority / deployment_readiness).