dev #16

Merged
Snider merged 11 commits from dev into main 2026-03-23 20:39:49 +00:00

11 commits

Author SHA1 Message Date
35792507ad Merge branch 'main' into dev
All checks were successful
Security Scan / security (push) Successful in 9s
Test / test (push) Successful in 42s
Security Scan / security (pull_request) Successful in 9s
Test / test (pull_request) Successful in 47s
2026-03-23 20:39:35 +00:00
f99a00c243 Delete docs/convention-drift-2026-03-23.md
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
Security Scan / security (pull_request) Successful in 8s
Test / test (pull_request) Successful in 47s
2026-03-23 20:39:15 +00:00
aa839b07b0 Delete docs/security-attack-vector-mapping.md
Some checks failed
Security Scan / security (push) Has been cancelled
Test / test (push) Has been cancelled
Security Scan / security (pull_request) Successful in 9s
Test / test (pull_request) Successful in 44s
2026-03-23 20:39:09 +00:00
ca986fa374 Merge pull request '[agent/codex] API contract extraction. For every exported type, function, ...' (#15) from agent/api-contract-extraction--for-every-expor into dev
All checks were successful
Security Scan / security (push) Successful in 9s
Test / test (push) Successful in 43s
Security Scan / security (pull_request) Successful in 9s
Test / test (pull_request) Successful in 44s
2026-03-23 14:35:16 +00:00
Virgil
ce3108b01e docs: add API contract inventory
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-23 14:35:01 +00:00
ec04941cf1 Merge pull request '[agent/codex] Convention drift check. Read CLAUDE.md. stdlib→core.*, UK ...' (#14) from agent/convention-drift-check--read-claude-md into dev
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 46s
2026-03-23 14:29:48 +00:00
Virgil
55c5aa46c7 docs: add convention drift audit
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-23 14:29:24 +00:00
103e1742df Merge pull request '[agent/codex] Security attack vector mapping. Read CLAUDE.md. Map every ex...' (#11) from agent/security-attack-vector-mapping--read-cla into dev
All checks were successful
Security Scan / security (push) Successful in 9s
Test / test (push) Successful in 47s
2026-03-23 13:23:16 +00:00
Virgil
1cee642101 docs: add security attack vector mapping
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-23 13:22:56 +00:00
Snider
ecad738da9 feat(forge): add MilestoneService, fix comment creation
- Add MilestoneService with ListAll, Get, Create
- Fix CreateIssueCommentOption Updated field to *time.Time (was serialising zero value)
- Register Milestones in Forge client

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-23 12:53:10 +00:00
Snider
244ff651c3 feat(commits): add List/Get methods + tests (Codex)
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 47s
CommitService now has ListRepoCommits and GetCommit methods
with full httptest coverage. Tests verify correct paths,
response parsing, and error handling.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 14:53:03 +00:00