claude/.claude/memory/blockers.md
bastien 892de288fe feat(memory): introduce .claude/{tasks,memory,audits}/ governance layout
Move tasks/ into .claude/tasks/ and create .claude/memory/ with 5
persistent registries (decisions/learnings/blockers/journal/evals) plus
.claude/audits/ for audit reports. Also seed templates/memory/ for
onboarder to copy into user projects.

- tasks/TODO.md, tasks/rtk-upstream-issue.md → .claude/tasks/
- tasks/LESSONS.md deleted (empty template; superseded by learnings.md)
- .claude/memory/: 5 append-only registries with YAML schema + seed entries
- templates/memory/: 5 empty-index templates for new projects

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 16:06:00 +02:00

1.3 KiB

type entry_prefix schema rules
blockers_registry BLK
id date friction real_cause solution status
BLK-XXX YYYY-MM-DD string (what was blocked) string (root cause, not symptom) string (workaround or fix)
open | resolved | upstream
Open a blocker as soon as friction > 15 min wasted. Close it with a real cause, not "moved on".
Link to upstream issue / PR / commit when applicable.
If cause is a bug in a dependency, set status upstream with a pointer to the tracker.

Blockers registry (BLK)

Index

ID Date Friction Status
BLK-001 2026-04-22 rtk curl breaks JSON pipelines upstream

BLK-001 — rtk curl returns compressed schema in pipes

  • Date : 2026-04-22
  • Friction : toute pipeline rtk curl ... | python -c "json.load(sys.stdin)" (ou jq, awk) échoue sans message clair.
  • Cause réelle : rtk curl auto-compresse stdout indépendamment du TTY — documenté dans .claude/tasks/rtk-upstream-issue.md.
  • Solution :
    • Workaround court terme : exclude_commands=["curl"] dans ~/.config/rtk/config.toml.
    • Workaround alternatif : utiliser rtk proxy.
    • Fix upstream : issue reportée, voir .claude/tasks/rtk-upstream-issue.md.
  • Statut : upstream (bug chez rtk, workaround appliqué).