Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@ Key starting points:
- [Architecture](docs/architecture.md)
- [Execution Model](docs/execution-model.md)
- [Tool Boundaries](docs/tool-boundaries.md)
- [Doctor Finding IDs](docs/doctor-findings.md)
- [IDE Bootstrapping](docs/ide-bootstrapping.md)
- [Local Config](docs/local-config.md)
- [Project Demo Workflow](docs/project-demo-workflow.md)
Expand Down
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ reference. The filename should answer "what is this about?"
point and its relationship to Linux support.
- [`basectl check` parallelism](check-parallelism.md) records the evaluation and
implementation constraints for parallel check probes.
- [Doctor Finding IDs](doctor-findings.md) is the stable reference for
`BASE-D*`, `BASE-P*`, and `BASE-H*` finding identifiers emitted by
`basectl doctor --format json`.
- [Base-managed demo project](base-managed-demo-project.md) defines the proof
project criteria for showing Base's complete workspace workflow.
- [Project Demo Workflow](project-demo-workflow.md) documents `demo.script`,
Expand Down
Loading