CL

Iniciativas Claude

· CLI
In ProgressMediumPPablo5 issues
Próximo paso
Ship Claude Power User Notes spoke-001
En marcha desde hace 24 días
Abrir
Morning Brief + Claude/AI intel + build-in-public.
Todo1
CLI-2Finalize deep-dive #1 Compartment Router (due 2026-05-04)P
In Progress1
CLI-1Ship Claude Power User Notes spoke-001P
In Review3
CLI-3Upgrade RSS fetch parserC
CLI-4Wire RSSHub for Tier 3 X feedsC
CLI-5Integrate Engram logging for intel hitsC
CLI-5
Ask Claude about this issue

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.