ai base
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# @INVARIANT: All DEF anchors must have matching closing anchors; TIER determines validation strictness.
|
||||
# @RELATION: READS -> FileSystem
|
||||
# @RELATION: PRODUCES -> semantics/semantic_map.json
|
||||
# @RELATION: PRODUCES -> specs/project_map.md
|
||||
# @RELATION: PRODUCES -> .ai/PROJECT_MAP.md
|
||||
# @RELATION: PRODUCES -> semantics/reports/semantic_report_*.md
|
||||
|
||||
# [SECTION: IMPORTS]
|
||||
@@ -82,7 +82,7 @@ IGNORE_FILES = {
|
||||
"package-lock.json", "poetry.lock", "yarn.lock"
|
||||
}
|
||||
OUTPUT_JSON = "semantics/semantic_map.json"
|
||||
OUTPUT_COMPRESSED_MD = "specs/project_map.md"
|
||||
OUTPUT_COMPRESSED_MD = ".ai/PROJECT_MAP.md"
|
||||
REPORTS_DIR = "semantics/reports"
|
||||
|
||||
# Tier-based mandatory tags
|
||||
|
||||
Reference in New Issue
Block a user