- Add claude-md-guardian agent with SessionStart hook for auto CLAUDE.md maintenance - Add 6 thinking commands: /my-world, /emerge, /challenge, /connect, /today, /close - Add my-world skill for one-shot vault context loading - Fix command injection vulnerability in init-vault.sh (use env vars) - Add error handling and logging to vault-sync.sh - Update write-article skill with complete frontmatter fields - Upgrade CLAUDE.md to v1.3.0 with cycle time tracking and exit criteria Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
653 B
Markdown
21 lines
653 B
Markdown
Pressure-test beliefs using the vault's own history.
|
|
|
|
1. Read all vault notes:
|
|
```bash
|
|
cd /home/kang/apps/content-forge/content-forge
|
|
obsidian files
|
|
```
|
|
|
|
2. For each note, read its content:
|
|
```bash
|
|
cd /home/kang/apps/content-forge/content-forge
|
|
obsidian read path="<file-path>"
|
|
```
|
|
|
|
3. Find contradictions, tensions, and counter-evidence WITHIN the notes. Where does one note say something that conflicts with another? Where are the blind spots?
|
|
|
|
4. Output format:
|
|
- **Tension Found**: [description]
|
|
- **Evidence from notes**: [specific quotes with note names]
|
|
- **The challenge**: [question that forces reconciliation]
|