From c1367b2b0e7b9eb030fab30609ccce87ca8f9e7b Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Wed, 22 Apr 2026 18:29:39 -0400 Subject: [PATCH] docs(claude): drop internal tracker IDs from docs The `enabledPlugins` mentions in claude/README.md and the stacks-refactor plan referenced opaque work-item IDs that don't mean anything to anyone reading this repo. "tracked separately" carries the same meaning. Co-Authored-By: Claude Opus 4.7 (1M context) --- claude/README.md | 2 +- doc/plans/2026-03-25-claudeconfig-stacks-refactor.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/claude/README.md b/claude/README.md index 67d0164..0e6514d 100644 --- a/claude/README.md +++ b/claude/README.md @@ -211,7 +211,7 @@ When you notice you're repeatedly approving the same permission across projects: These keys in `~/.claude/settings.json` are preserved across regenerations: -- `enabledPlugins`: plugin activation state (tracked in gt-1bil) +- `enabledPlugins`: plugin activation state - `extraKnownMarketplaces`: managed by `configure_marketplaces()` in claudeconfig.sh ## Files NOT to Edit diff --git a/doc/plans/2026-03-25-claudeconfig-stacks-refactor.md b/doc/plans/2026-03-25-claudeconfig-stacks-refactor.md index e1ef510..925cf2f 100644 --- a/doc/plans/2026-03-25-claudeconfig-stacks-refactor.md +++ b/doc/plans/2026-03-25-claudeconfig-stacks-refactor.md @@ -20,7 +20,7 @@ Additionally, several settings accumulated during agent-safehouse work need to b ## Non-Goals -- Changing how `enabledPlugins` is managed (tracked separately in gt-1bil) +- Changing how `enabledPlugins` is managed (tracked separately) - Changing the role system (personal/work) itself - Adding new permissions not already in the live settings (exception: `Read(~/.claude/plugins/cache/**)` added to reduce per-skill permission prompts) @@ -284,7 +284,7 @@ WebFetch permissions: `WebFetch(domain:karafka.io)`, `WebFetch(domain:lima-vm.io Preserved from the existing `~/.claude/settings.json` across regenerations: - `model` (machine-specific model preference) -- `enabledPlugins` (until gt-1bil is resolved) +- `enabledPlugins` (tracked separately) - `extraKnownMarketplaces` (managed by `configure_marketplaces()` in claudeconfig.sh) These are NOT in any source file. They survive because `claudeconfig.sh` reads them from the existing output before overwriting.