feat(refactor): Document refactoring progress and phases in markdown

feat(scripts): Add backfill script for content_hash in cache tables

feat(scripts): Create recompute script for analysis_cache population

test(tests): Implement comprehensive tests for analysis module functions

fix(tests): Update CLI tests to assert errors on stderr instead of stdout

fix(tests): Adjust MCP integration tests to pass context parameter correctly

fix(tests): Modify service tests to return hash on save functions for consistency
This commit is contained in:
Ole
2026-05-29 15:16:57 +00:00
parent 5b772b2ae5
commit 55d93894ac
18 changed files with 1457 additions and 60 deletions
+2 -1
View File
@@ -24,6 +24,7 @@
"/root/projects/finn-mcp/.venv/bin/python": true,
"make": true,
".venv/bin/coverage": true,
".venv/bin/pytest": true
".venv/bin/pytest": true,
"python -m pytest": true
}
}