- 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>
24 lines
870 B
Markdown
24 lines
870 B
Markdown
Surface hidden patterns — ideas the vault implies but were never explicitly stated.
|
|
|
|
1. Read all vault notes to understand the full knowledge landscape:
|
|
```bash
|
|
cd /home/kang/apps/content-forge/content-forge
|
|
obsidian files
|
|
obsidian tags counts sort=count
|
|
obsidian orphans
|
|
obsidian deadends
|
|
```
|
|
|
|
2. For each note with content, read it:
|
|
```bash
|
|
cd /home/kang/apps/content-forge/content-forge
|
|
obsidian read path="<file-path>"
|
|
```
|
|
|
|
3. Analyze: look for conclusions from scattered premises, unnamed patterns across notes, themes circled around but never articulated, unarticulated directions thinking is heading.
|
|
|
|
4. Output format for each pattern found:
|
|
- **Emergent Pattern**: [description]
|
|
- **Evidence trail**: [which notes contribute to this pattern]
|
|
- **The unstated idea**: [what the notes imply but was never written down]
|