chore: FSD stabilization, strict TDD enforcement, and unlearn mechanism

- implemented self-healing unlearn for Qdrant false positives
- centralized testing logic in conftest
- documented core rules, ai standards, and goap philosophy
- purged old dev scratchpads
This commit is contained in:
2026-04-24 13:28:32 +02:00
parent 75009d91a2
commit 30724d3c03
196 changed files with 8519 additions and 1595 deletions

13
.gitignore vendored
View File

@@ -24,3 +24,16 @@ Pipfile.lock
*.log*
*.ini
*.db
# Debug artifacts
scratch*.py
test_compress.py
test_fixtures.py
output.txt
e2e_*.log
traceback.log
# Coverage
htmlcov/
.coverage
coverage.xml