Merge pull request 'feat: missing npm scripts + entropy budget 2200' (#19) from feature/hardening-todo-npm-scripts-entropy-budget into main
This commit is contained in:
+4
-1
@@ -16,7 +16,10 @@
|
||||
"ops:clean": "python tools/clean_temp_artifacts_v1.py",
|
||||
"ops:dev": "node core_satellite_collector.js",
|
||||
"full-gate": "python tools/run_release_dag_v3.py --mode release --strict",
|
||||
"validate-engine-strict": "python tools/run_release_dag_v3.py --mode release --strict"
|
||||
"validate-engine-strict": "python tools/run_release_dag_v3.py --mode release --strict",
|
||||
"validate-behavioral-coverage": "python tools/validate_behavioral_coverage_v1.py --strict",
|
||||
"validate-engine-integrity": "python tools/run_release_dag_v3.py --mode release --strict",
|
||||
"render-report-json": "python tools/render_operational_report.py --json GatherTradingData.json --output Temp/operational_report.md --report-json-output Temp/operational_report.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"cheerio": "latest",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
schema_version: repository_entropy_budget.v1
|
||||
max_total_files: 2000
|
||||
max_total_files: 2200
|
||||
max_package_scripts: 220
|
||||
max_temp_json_files: 500
|
||||
max_docs_lines: 120000
|
||||
|
||||
Reference in New Issue
Block a user