Software Development Life Cycle documentation for the CognitiveOS project.
| Path | Description |
|---|---|
plan/implementation-plan.md |
Full build plan with phases, dependencies, and deliverables |
plan/milestones.md |
Milestone tracking and progress |
plan/risks.md |
Risk register and mitigation strategies |
workflow/contribution-guide.md |
How to contribute to CognitiveOS repos |
workflow/code-review.md |
Code review standards and checklist |
workflow/testing.md |
Testing strategy across all layers |
workflow/ci-cd.md |
CI/CD pipeline definitions |
adr/ |
Architecture Decision Records |
standards/ |
Coding standards and conventions |
- CognitiveOS — main project repository
- cognitive-os.org — project website
- Product Specs — standards, schemas, and protocol definitions
- CognitiveOS Project — GitHub organization
Read the guides in workflow/ before submitting changes:
workflow/contribution-guide.md— full contribution processworkflow/code-review.md— review checklist and expectationsworkflow/testing.md— testing strategy across all layersworkflow/ci-cd.md— CI/CD pipeline definitions
All repos in the CognitiveOS project follow topic-branch flow: branch from development, PR to development, squash merge, then release PR to main.