2.2 KiB
2.2 KiB
[DEF:Project_Knowledge_Map:Root]
@TIER: CRITICAL
@PURPOSE: Global navigation map for AI-Agent (GRACE Knowledge Graph).
@LAST_UPDATE: 2026-02-20
1. SYSTEM STANDARDS (Rules of the Game)
Strict policies and formatting rules.
- Constitution: High-level architectural and business invariants.
- Ref:
.ai/standards/constitution.md->[DEF:Std:Constitution]
- Ref:
- Architecture: Service boundaries and tech stack decisions.
- Ref:
.ai/standards/architecture.md->[DEF:Std:Architecture]
- Ref:
- Plugin Design: Rules for building and integrating Plugins.
- Ref:
.ai/standards/plugin_design.md->[DEF:Std:Plugin]
- Ref:
- API Design: Rules for FastAPI endpoints and Pydantic models.
- Ref:
.ai/standards/api_design.md->[DEF:Std:API_FastAPI]
- Ref:
- UI Design: SvelteKit and Tailwind CSS component standards.
- Ref:
.ai/standards/ui_design.md->[DEF:Std:UI_Svelte]
- Ref:
- Semantic Mapping: Using
[DEF:]and belief scopes.- Ref:
.ai/standards/semantics.md->[DEF:Std:Semantics]
- Ref:
2. FEW-SHOT EXAMPLES (Patterns)
Use these for code generation (Style Transfer).
- FastAPI Route: Reference implementation of a task-based route.
- Ref:
.ai/shots/backend_route.py->[DEF:Shot:FastAPI_Route]
- Ref:
- Svelte Component: Reference implementation of a sidebar/navigation component.
- Ref:
.ai/shots/frontend_component.svelte->[DEF:Shot:Svelte_Component]
- Ref:
- Plugin Module: Reference implementation of a task plugin.
- Ref:
.ai/shots/plugin_example.py->[DEF:Shot:Plugin_Example]
- Ref:
- Critical Module: Core banking transaction processor with ACID guarantees.
- Ref:
.ai/shots/critical_module.py->[DEF:Shot:Critical_Module]
- Ref:
3. DOMAIN MAP (Modules)
- Module Map:
.ai/MODULE_MAP.md->[DEF:Module_Map] - Project Map:
.ai/PROJECT_MAP.md->[DEF:Project_Map] - Apache Superset OpenAPI:
.ai/openapi.json->[DEF:Doc:Superset_OpenAPI] - Backend Core:
backend/src/core->[DEF:Module:Backend_Core] - Backend API:
backend/src/api->[DEF:Module:Backend_API] - Frontend Lib:
frontend/src/lib->[DEF:Module:Frontend_Lib] - Specifications:
specs/->[DEF:Module:Specs]