Files
Magnus HedemarkandGitHub 6b44d6f490 feat: improve agent readiness with dev tooling, CI checks, and tests
All CI steps pass including the root pyproject.toml build fix.

14 signals addressed across 3 phases:
- Phase 1: single_command_setup, devcontainer, large_file_detection, tech_debt_tracking, duplicate_code_detection
- Phase 2: structured_logging, log_scrubbing, test_isolation, service_flow_documented, agents_md_validation
- Phase 3: integration_tests_exist, automated_security_review, runbooks_documented, issue_labeling_system
2026-07-29 18:23:26 -04:00

20 lines
415 B
JSON

{
"threshold": 15,
"reporters": ["consoleFull"],
"ignore": [
"**/node_modules/**",
"**/__pycache__/**",
"**/.mypy_cache/**",
"**/.pytest_cache/**",
"**/.ruff_cache/**",
"**/dist/**",
"**/build/**",
"**/.git/**",
"**/templates/**",
"**/evals/**",
"**/fixtures/**",
"**/references/**"
],
"format": ["python", "ruby", "javascript", "typescript", "markdown"]
}