Skip to content

Commit 71f2a99

Browse files
chore: remove redundant sidecar/.help/ corpus (#63)
sidecar/.help/ was an early auto-scaffold from a stale-era 'attune-author init' inside sidecar/. It was never curated and duplicates the root .help/ corpus entirely: - Its 'attune-gui' feature (attune_gui/**) is a strict subset of root's 'sidecar' feature (sidecar/**). - Its 'attune_gui-entry' feature points at the same file root's does (sidecar/attune_gui/app.py). - Its 'attune-gui.egg-info' feature is a build artifact, not source. - Its 'tests' feature is covered by root's broader sidecar/** glob. The runtime never reads sidecar/.help/ — living_docs_store.py, commands.py, and cowork_files.py all resolve .help/ via project_root, which the federated config sets to the repo root. Also drops the now-obsolete Makefile comment explaining why the sidecar corpus was deferred — it no longer exists to defer. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 93f720e commit 71f2a99

5 files changed

Lines changed: 0 additions & 383 deletions

File tree

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ clean-editor:
3636

3737
# Regenerate living-docs templates for the root .help/ corpus.
3838
# Calls Anthropic for polish — costs $$ on stale features.
39-
# Sidecar corpus (sidecar/.help/) is deferred and not maintained here;
40-
# see docs/specs/living-docs-regen-automation/ for the rationale.
4139
regen-templates:
4240
uv run attune-author regenerate --help-dir .help
4341

sidecar/.help/features.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

sidecar/.help/templates/attune-gui/concept.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

sidecar/.help/templates/attune-gui/reference.md

Lines changed: 0 additions & 220 deletions
This file was deleted.

sidecar/.help/templates/attune-gui/task.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)