v0.0.3-pre.010
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- file: docs/000-README.md -->
|
||||
<!-- version: 6 -->
|
||||
<!-- version: 7 -->
|
||||
|
||||
# Documentation KSP
|
||||
|
||||
@@ -23,10 +23,18 @@ docs/
|
||||
│ ├── 000-README.md
|
||||
│ ├── 001-PROJECT_OBJECTIVES.md
|
||||
│ ├── 002-LAYERS_AND_DEPENDENCIES.md
|
||||
│ └── 003-COMPONENT_CONTRACTS.md
|
||||
│ ├── 003-COMPONENT_CONTRACTS.md
|
||||
│ ├── 004-COMPONENT_INVENTORY.md
|
||||
│ ├── 005-DEPENDENCY_GRAPH.md
|
||||
│ ├── 006-WIRE_AND_PROGRAM.md
|
||||
│ ├── 007-EXECUTION_AND_POLICY.md
|
||||
│ ├── 008-DATA_MATERIALIZATION_AND_STORE.md
|
||||
│ ├── 009-ACQUISITION_WORKERS_AND_JOBS.md
|
||||
│ └── 010-APPS_SERVICES_SCENARIOS_AND_CONTROL.md
|
||||
├── plans/
|
||||
│ ├── 000-README.md
|
||||
│ └── 001-V0_0_3_PLAN.md
|
||||
│ ├── 001-V0_0_3_PLAN.md
|
||||
│ └── 002-FUNCTIONAL_RELEASE_SEQUENCE.md
|
||||
└── rules/
|
||||
├── FILE_CONTRACTS.md
|
||||
├── PROMPT_STRUCTURE.md
|
||||
@@ -35,6 +43,7 @@ docs/
|
||||
├── RULES_GENERAL.md
|
||||
├── RULES_KSP.md
|
||||
├── RULES_RUST.md
|
||||
├── SCENARIO_CONVENTION.md
|
||||
└── VERSION_WORKFLOW.md
|
||||
```
|
||||
|
||||
@@ -42,7 +51,7 @@ D'autres sous-répertoires seront ajoutés uniquement lorsque leur rôle aura é
|
||||
|
||||
## Documents actifs de planification
|
||||
|
||||
Le plan actif de la phase fondatrice est [`plans/001-V0_0_3_PLAN.md`](plans/001-V0_0_3_PLAN.md).
|
||||
La clôture de la phase fondatrice est suivie dans [`plans/001-V0_0_3_PLAN.md`](plans/001-V0_0_3_PLAN.md). La séquence des premières releases fonctionnelles est définie dans [`plans/002-FUNCTIONAL_RELEASE_SEQUENCE.md`](plans/002-FUNCTIONAL_RELEASE_SEQUENCE.md).
|
||||
|
||||
`IDEAS.md` conserve les pistes et questions qui ne sont pas encore des engagements du roadmap ni des décisions architecturales.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user