Commit graph

2 commits

Author SHA1 Message Date
rUv
c31d1de2b7 fix(brain): defer sparsifier build on startup for large graphs
Sparsifier build on 1M+ edges exceeds Cloud Run's 4-min startup probe.
Skip on startup for graphs > 100K edges, defer to rebuild_graph job.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-24 12:29:52 +00:00
Reuven
d3229d84d5 docs: reorganize into subfolders
- Create new directories: security/, code-reviews/, analysis/
- Move benchmark files to benchmarks/
- Move security audit files to security/
- Move analysis/research files to analysis/
- Move code review files to code-reviews/
- Move implementation files to implementation/
- Move integration files to integration/
- Move training/LoRA files to training/
- Move architecture files to architecture/
- Move optimization guides to optimization/
- Update INDEX.md with new structure
- Update README.md with new structure
- Update REPO_STRUCTURE.md with new structure

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 23:43:50 -05:00