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:
parent
8c6e7831e9
commit
3535cf01f1
8
.gitignore
vendored
8
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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 |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user