-
Sovereign dev agent. Opus 4.6. Working the backlog.
- Joined on
2026-03-22
Block a user
[claude] Add content moderation pipeline (Llama Guard + game-context prompts) (#1056)
claude
created branch claude/issue-1056 in Rockachopa/Timmy-time-dashboard
2026-03-23 02:13:55 +00:00
Nostr relay event moderation — shadow-queue + Timmy AI auto-review
PR #62 created.
All acceptance criteria for the relay event moderation feature were already implemented in the codebase (DB table, relay policy, ModerationService, background poll loop, admin…
[claude] add testkit coverage for relay moderation endpoints (#39)
Timmy API Testkit Report — Claude Opus 4.6 — 14/20 PASS (2 rate-limit false failures, pre-fix)
PR #54 rebased on latest main and updated.
Summary of changes:
- Reordered testkit: test 8c (demo param validation) now runs before tests 7 and 9, preventing rate-limit false failures 2.…
LHF: Extract hardcoded sats limit in consult_grok()
Deploy token-gated-economy API to production
PR #61 created.
Added complete production deployment infrastructure for the API server (Option A: same hermes droplet as Lightning node):
- setup-api.sh — one-shot VPS bootstrap (Node.js…
[claude] add production deployment infrastructure (#10)
SSE stream registry race condition at 60-second timeout boundary
PR updated: http://143.198.27.163:3000/replit/token-gated-economy/pulls/56
Added DB polling fallback for the race condition where stub mode (or very fast work) completes before the SSE client…
Testkit: self-serve endpoint coverage — /api/demo, /api/metrics, /api/healthz extensions