From b8fd46af47499b845f80e5eccdd39ffff039ab35 Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 21 May 2026 08:51:54 +0000 Subject: [PATCH] docs: add STATUS.md to track project progress and context --- STATUS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 STATUS.md diff --git a/STATUS.md b/STATUS.md new file mode 100644 index 0000000..779483b --- /dev/null +++ b/STATUS.md @@ -0,0 +1,21 @@ +# jerry-bot Status + +## Project +Jerry — autonomous code-review bot for the Timemachine org. + +## Current Focus +Building the `verification-toolkit` skill to reduce "optimism bias" in code reviews. + +## Key Decisions +1. **Labels:** Use `[VERIFIED]`, `[HYPOTHESIS]`, and `[STRAW]` for all findings. +2. **Calibration:** Claude is tracking the success rate of `[VERIFIED]` findings to ensure honesty. +3. **MCP:** `gitea-mcp` server configured for `git.timemachine.center`. +4. **Context:** Using git as a primary tool for tracking long-running project progress. + +## Next Steps +1. Push `verification-toolkit` to gitea. +2. Review `server-manager` (or another repo) using the new toolkit. +3. Save a summary of each review to memory to prevent recurring hallucinations. + +## Last Updated +2026-05-20