Clean up tooling, deploy assets, docs#87
Conversation
…iable frontend/tool verification gates.
Code review overview
Syntax ErrorsMinor issue found:
Code SmellsFinding 1:
Finding 2:
BugsFinding 1:
Finding 2:
Security VulnerabilitiesFinding 1:
Finding 2:
Finding 3:
|
|
"Bugs" section of autoreview feedback says these do not exist: actions/checkout@v7 Those releases do exist now: checkout has v7.0.0, setup-node has v6.4.0, and upload-artifact has v7.0.1 listed in their release pages. Sources: checkout releases, setup-node releases, upload-artifact releases. What it missed was a real version-numbering bug: |
This PR cleans up the tooling surface (specifically around our current target, the ASCC). I've removed stale comparison code and artifacts, deployment assets have gone into a dedicated deploy/ directory, updates to dependency and verification gates, then refreshed developer/operator documentation.
Commit Summary
1206d4e - Simplify ASCC CLI workflows and require explicit bundle imports.
Reworks tools/ascc_cli.py around clearer ASCC commands. Adds tools/ascc_pipeline/ helpers for command dispatch, paths, manifests, and checks. Updates ./woco ascc, data push/reload wrappers, and related ASCC tests/docs.
817864c - Remove dead ASCC comparison pipeline.
Deletes the old comparison pipeline, manifests, listing parser, tests, and comparison docs. Updates ASCC/v1 tooling references so active workflows no longer point at removed comparison code.
713f319 - Clean up stale artifacts, update compatible dependencies, and add reliable frontend/tool verification gates.
Removes stale generated/local artifacts such as .DS_Store, root package-lock.json, frontend/bun.lockb, and old test-user SQL. Updates Python/frontend dependency locks. Expands GitHub Actions checks for frontend lint/typecheck/tests/build and tools tests.
0e6c408 - Clean up to the overall deployment pipeline.
Moves deployment scripts and systemd/nginx assets from tools/ to deploy/. Updates CI deploy paths and deployment docs. Removes obsolete Postman collection/environment files.
a50e090 - Big documentation update, general repo cleanup.
Refreshes README, build, deploy, runbook, tools, pipeline, model, design, and public docs. Adds docs/devel/README.md as the developer/operator docs index. Adds ./woco setup and ./woco secretkey support with setup scripts and env docs. Removes superseded auth/staging/scope docs and relocates v1 reference docs.