From 95496ce2161300fbda9d2d90fd0320cc12e5958b Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Sun, 17 May 2026 17:52:27 +0200 Subject: [PATCH] chore(sync): include GUI-redesign docs in Claude sync Adds to .claude-sync/ scope (.claude-sync.conf): - dev-docs/RFC-WS-GUI-REDESIGN-CREWLI-STARTER.md - dev-docs/superpowers/specs/2026-05-15-crewli-starter-gui-redesign-design.md - dev-docs/superpowers/plans/2026-05-16-gui-redesign-foundation.md These docs are referenced by RFC-WS-FRONTEND-PRIMEVUE.md and PRIMEVUE_COMPONENTS.md but were absent from sync coverage, preventing Claude Chat from drift-checking or reviewing Plan 3 work against actual spec content. The sync script has no glob support, so each new dev-docs/superpowers/plans/*.md must be added to .claude-sync.conf by hand (noted inline in the conf). --- .claude-sync.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.claude-sync.conf b/.claude-sync.conf index 1c895c79..78ded2df 100644 --- a/.claude-sync.conf +++ b/.claude-sync.conf @@ -24,6 +24,10 @@ dev-docs/RFC-TIMETABLE-Artist-Timetable-Module.md dev-docs/RFC-WS-FRONTEND-PRIMEVUE.md dev-docs/MIGRATION-AUDIT-PRIMEVUE.md dev-docs/PRIMEVUE_COMPONENTS.md +dev-docs/RFC-WS-GUI-REDESIGN-CREWLI-STARTER.md +dev-docs/superpowers/specs/2026-05-15-crewli-starter-gui-redesign-design.md +# sync script has no glob support — list each new dev-docs/superpowers/plans/*.md here by hand +dev-docs/superpowers/plans/2026-05-16-gui-redesign-foundation.md dev-docs/CLAUDE_CODE_TOOLING.md dev-docs/ADR-LEFTHOOK-LFS-INTEGRATION.md dev-docs/FRONTEND-TOOLING.md