1017 B
1017 B
1. OpenSpec Artifacts
- 1.1 Create proposal, design, spec, and tasks artifacts for a documentation-only synchronization change.
- 1.2 Validate the new change with
openspec validate sync-implemented-docs-and-comments --strict.
2. Documentation Synchronization
- 2.1 Update platform API route documentation to remove stale deferred/gap language for implemented metrics, config diff, file dispatch, log ingest/query, artifact chunks, browser artifact download, plugin bridge execution, and mediated AI invocation while preserving real future-work boundaries.
- 2.2 Update AI provider, run artifact, frontend API, and plugin README documentation to match implemented behavior.
- 2.3 Update stale handler Swagger comments for artifact and log stream metadata.
3. Verification
- 3.1 Run focused stale-marker scans for the corrected files.
- 3.2 Run
scripts/check-structure.sh. - 3.3 Run
openspec validate sync-implemented-docs-and-comments --strictafter implementation.