Commit graph

8 commits

Author SHA1 Message Date
bd6c6e5136 Merge pull request '[agent/codex] Convention drift check. Read CLAUDE.md. stdlib→core.*, UK ...' (#11) from agent/convention-drift-check--read-claude-md into dev
All checks were successful
Security Scan / security (push) Successful in 7s
Test / test (push) Successful in 1m3s
Security Scan / security (pull_request) Successful in 8s
Test / test (pull_request) Successful in 1m1s
2026-03-23 15:06:46 +00:00
Virgil
c5e2ed8b7e docs(ratelimit): add convention drift report
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-23 15:06:08 +00:00
62d8fd0f5b Merge pull request '[agent/codex] API contract extraction. Read CLAUDE.md. For every exported ...' (#10) from agent/api-contract-extraction--read-claude-md into dev
All checks were successful
Security Scan / security (push) Successful in 10s
Test / test (push) Successful in 1m2s
2026-03-23 15:03:50 +00:00
Virgil
86dc04258a docs(ratelimit): extract api contract
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-23 15:03:29 +00:00
Virgil
22ab4edc86 docs(ratelimit): map external attack vectors
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-23 13:29:15 +00:00
Snider
9572425e89 docs: add human-friendly documentation
All checks were successful
Security Scan / security (push) Successful in 6s
Test / test (push) Successful in 45s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 13:02:40 +00:00
Snider
d74811f2d0 feat: modernise to Go 1.26 — slices.DeleteFunc, iterators, range
Some checks failed
Security Scan / security (push) Successful in 7s
Test / test (push) Failing after 40s
- Use slices.DeleteFunc in prune() for cleaner time-window filtering
- Add Models() iter.Seq[string] and Iter() iter.Seq2[string, ModelStats]
- Use range over int in benchmarks and tests
- Update docs example to modern range syntax

Co-Authored-By: Gemini <noreply@google.com>
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-23 05:14:19 +00:00
Snider
cde6443e4c docs: graduate TODO/FINDINGS into production documentation
Replace internal task tracking (TODO.md, FINDINGS.md) with structured
documentation in docs/. Trim CLAUDE.md to agent instructions only.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 15:01:55 +00:00