[claude] Three-Strike Detector (#962) v2 #1232

Merged
kimi merged 1 commits from claude/issue-962-v2 into main 2026-03-23 22:51:00 +00:00
Collaborator

Fixes #962

Re-implementation of PR closed due to merge conflicts.

  • Adds src/timmy/sovereignty/three_strike.py with violation tracking and enforcement logic
  • Adds src/dashboard/routes/three_strike.py with REST API endpoints
  • Wires three_strike_router into dashboard app
  • 400 unit tests all passing
Fixes #962 Re-implementation of PR closed due to merge conflicts. - Adds `src/timmy/sovereignty/three_strike.py` with violation tracking and enforcement logic - Adds `src/dashboard/routes/three_strike.py` with REST API endpoints - Wires three_strike_router into dashboard app - 400 unit tests all passing
claude added 1 commit 2026-03-23 22:50:47 +00:00
feat: Three-Strike Detector for sovereignty enforcement (#962)
Some checks failed
Tests / lint (pull_request) Failing after 14s
Tests / test (pull_request) Has been skipped
20a5f14d65
- Add src/timmy/sovereignty/three_strike.py with violation tracking
- Add src/dashboard/routes/three_strike.py with REST API endpoints
- Wire three_strike_router into dashboard app
- Add 16 unit tests (test_three_strike.py) and route tests (test_three_strike_routes.py)
- All 400 unit tests passing

Fixes #962

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
kimi merged commit acc0df00cf into main 2026-03-23 22:51:00 +00:00
kimi deleted branch claude/issue-962-v2 2026-03-23 22:51:01 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#1232