Skip to content

Commit 4bb5d88

Browse files
blaltermanclaude
andcommitted
chore: archive completed and abandoned plans to reduce context debt
- Compress plans/completed/ (976KB) to tar.gz archive (190KB) - Compress plans/abandoned/ (312KB) to tar.gz archive (72KB) - Remove original directories to reduce AI context footprint by 31% - Add Context Management Rules to CLAUDE.md for AI exclusion guidance - Net reduction: ~1.3MB active markdown → ~262KB compressed archives Size reduction: 3.2MB → 2.2MB (1.0MB savings) Context savings: Frees ~130,000-150,000 tokens (~65-75% of session budget) from active search space while preserving complete history in archives. Archives can be extracted with: tar -xzf plans/completed-plans-archive-2025.tar.gz tar -xzf plans/abandoned-plans-archive-2025.tar.gz 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f8c509d commit 4bb5d88

150 files changed

Lines changed: 15 additions & 26729 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CLAUDE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ This file provides essential guidance to Claude Code when working with the Solar
1010
5. **Startup Briefing**: Provide project overview including agents, workflows, current state
1111
6. **Prompt Improvement**: For moderate/complex tasks, proactively suggest prompt improvements before execution
1212

13+
## Context Management Rules
14+
1. **Archive Exclusion**: NEVER search, read, or glob the following compressed archives:
15+
- `plans/completed-plans-archive-2025.tar.gz` - Contains historical completed plans (190KB compressed from 976KB)
16+
- `plans/abandoned-plans-archive-2025.tar.gz` - Contains historical abandoned plans (72KB compressed from 312KB)
17+
2. **Active Plans Only**: Focus all searches on:
18+
- Root-level plan files in `plans/` directory (`*.md` files)
19+
- Active plan subdirectories (not archived)
20+
- Template and guide files for reference
21+
3. **Rationale**: These archives contain 40% of the plans/ directory's original disk usage (1.3MB) but provide minimal active value. They are compressed binary files that cannot be read directly. Compacted state summaries in active plans provide sufficient historical context when needed.
22+
4. **Archive Access**: To access archived plans if absolutely necessary:
23+
```bash
24+
tar -xzf plans/completed-plans-archive-2025.tar.gz
25+
tar -xzf plans/abandoned-plans-archive-2025.tar.gz
26+
```
27+
1328
## Prompt Improvement Protocol
1429

1530
### When to Analyze Prompts
71.5 KB
Binary file not shown.

plans/abandoned/compaction-agent-system/0-Overview.md

Lines changed: 0 additions & 123 deletions
This file was deleted.

plans/abandoned/compaction-agent-system/agents-index-update-plan.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

plans/abandoned/compaction-agent-system/compacted_state.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)