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 <noreply@anthropic.com>
This commit is contained in:
profit 2026-01-24 18:40:28 -05:00
parent 8c6e7831e9
commit 3535cf01f1
2 changed files with 10 additions and 2 deletions

8
.gitignore vendored
View File

@ -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

View File

@ -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 |
---