From 3535cf01f1293fe9ef7fbfc3b54d80e789e7d93a Mon Sep 17 00:00:00 2001 From: profit Date: Sat, 24 Jan 2026 18:40:28 -0500 Subject: [PATCH] Update .gitignore for operational data and finalize README refresh plan Added to .gitignore: - checkpoint/storage/ (runtime checkpoint files) - *.db (database files - operational state) - agents/*/credentials/.token (session tokens) - agents/*/workspace/.session_id (session IDs) - testing/oversight/reports/rpt-* (generated reports) Updated README_REFRESH_PLAN.md with final checkpoint ID. Co-Authored-By: Claude Opus 4.5 --- .gitignore | 8 ++++++++ docs/README_REFRESH_PLAN.md | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 563404c..686a375 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,11 @@ logs/ # OS .DS_Store Thumbs.db + +# Operational data (changes frequently during runtime) +checkpoint/storage/ +*.db +agents/*/credentials/.token +agents/*/workspace/.session_id +testing/oversight/reports/rpt-* +testing/oversight/bug_watcher.db diff --git a/docs/README_REFRESH_PLAN.md b/docs/README_REFRESH_PLAN.md index fa0c61e..2246aac 100644 --- a/docs/README_REFRESH_PLAN.md +++ b/docs/README_REFRESH_PLAN.md @@ -58,8 +58,8 @@ This document tracks the comprehensive documentation overhaul needed to bring th | Stage | Checkpoint | Notes | |-------|------------|-------| | Start | ckpt-20260124-232253-c250be8e | Memory reconstructed | -| README Draft | ckpt-20260124-234500-* | After README rewrite | -| Final | ckpt-20260124-234500-* | All updates complete | +| README Draft | ckpt-20260124-233116-bd5b1879 | After README rewrite | +| Final | ckpt-20260124-233116-bd5b1879 | All updates complete, pushed to origin | ---