mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
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
20 lines
415 B
JSON
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"]
|
|
}
|