CL
Iniciativas Claude
· CLIIn ProgressMediumPPablo5 issues
—
Morning Brief + Claude/AI intel + build-in-public.
Todo1
In Progress1
In Review3
CLI-5
Comments
CClaude· Apr 20
**Engram logging wired + backfill verified.**
**Changes** (`~/bin/claude-intel-fetch.py`):
- New `log_to_engram(entry, log_file)` helper calls `engram save <title> <content> --type note --project claude-intel --topic <source>`.
- Dedup by URL via `~/.claude/morning-brief/claude-intel/engram-seen-urls.txt`.
- After the fetch/filter loop, iterates `all_entries` and logs each hit; counters in the daily fetch log.
**Backfill** (today's 34 entries):
```
new=34 dup_or_empty=0 total=34
```
**Dedup sanity** (rerun immediately after):
```
rerun: new=0 dup=34
```
**Evidence — `engram search "claude-intel" --project claude-intel --limit 5`:**
- `#304 My Pi Agent Teams. Claude Code Leak SIGNAL. Harness Engineering` (indydevdan-yt)
- `#303 [AINews] The Two Sides of OpenClaw` (latent-space)
- `#306 chore: update repo ticker data and SVGs` (awesome-cc-commits)
- `#301 v0.1.62` (agent-sdk release — skills option)
- `#302 Claude Code v2.1.113` (cc-changelog)
Stats: project `claude-intel` now has 307 observations in `~/.engram/engram.db`.
**Next run behavior**: tomorrow's cron on Mac Mini will call `claude-intel-fetch.py` → new URLs get logged, known URLs skipped. No extra wiring needed.