Files
ss-tools/.ai/PROJECT_MAP.md
2026-03-27 21:27:31 +03:00

45 lines
2.2 KiB
Markdown

# [DEF:Project_Map:Root]
# @COMPLEXITY: 3
# @PURPOSE: Canonical ownership record for repository structure navigation and generated project-map artifacts.
# @RELATION: DEPENDS_ON -> [Project_Knowledge_Map:Root]
# @RELATION: DEPENDS_ON -> [Std:Constitution:Standard]
# @RELATION: DEPENDS_ON -> [Std:UserPersona:Standard]
# @RELATION: BINDS_TO -> [MCP_Config:Block]
# @LAST_UPDATE: 2026-03-26
## Canonical ownership
- Canonical owner for `Project_Map` is this file: `.ai/PROJECT_MAP.md`.
- Generated structural snapshot lives at `.ai/structure/PROJECT_MAP.md` and is a backing artifact, not the canonical ownership document.
- References that previously pointed directly to `.ai/structure/PROJECT_MAP.md` for `Project_Map` should normalize to this file.
## Canonical relations
- Root knowledge entry: `.ai/ROOT.md` -> `[DEF:Project_Knowledge_Map:Root]`
- Normalized project MCP configuration: `.kilo/mcp.json` -> `[DEF:MCP_Config:Block]`
- Repository constitution: `.ai/standards/constitution.md` -> `[DEF:Std:Constitution:Standard]`
- Repository persona: `.ai/PERSONA.md` -> `[DEF:Std:UserPersona:Standard]`
## Generated snapshot handoff
- Use `.ai/structure/PROJECT_MAP.md` for the expanded generated module/file inventory.
- Regeneration may replace snapshot contents without changing canonical ownership of `Project_Map`.
# [DEF:MCP_Config:Block]
# @COMPLEXITY: 3
# @PURPOSE: Canonical ownership record for normalized project MCP configuration consumed by semantic workflows.
# @RELATION: DEPENDS_ON -> [Project_Map:Root]
# @RELATION: DEPENDS_ON -> [Std:Constitution:Standard]
# @RELATION: DEPENDS_ON -> [Std:UserPersona:Standard]
# @LAST_UPDATE: 2026-03-26
## Normalized config path
- Canonical project MCP config path is `.kilo/mcp.json`.
- For this repository, new docs and workflows must reference `.kilo/mcp.json` as the normalized MCP config.
- Do not introduce new canonical references to deprecated project MCP doc paths for ownership or workflow wiring.
## Current semantic workflow binding
- AXIOM semantic workflows in `.kilocode/workflows/` bind to tools exposed through `.kilo/mcp.json`.
- The `axiom-core` server definition in `.kilo/mcp.json` is the normalized semantic-audit integration point for this repository.
# [/DEF:MCP_Config:Block]
# [/DEF:Project_Map:Root]