From 253f8a32e69b4eba191dd41632f5d002b44f541d Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Sun, 10 May 2026 14:07:22 +0200 Subject: [PATCH] chore(sync): expand .claude-sync.conf to cover 11 missing dev-docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following an audit triggered by amendment commit 0d4afcd not auto- regenerating .claude-sync (because RFC-WS-FRONTEND-PRIMEVUE.md was absent from .claude-sync.conf), this commit closes the gap. Added (11): - 2 PrimeVue migration docs (RFC + audit) - 5 tooling docs referenced from CLAUDE.md (CLAUDE_CODE_TOOLING, FRONTEND-TOOLING, LARASTAN, RECTOR, TELESCOPE) - 1 architectural policy (FORM_BUILDER_SCOPE_POLICY) - 1 sprint audit referenced from CLAUDE.md (WS-3-SESSION-1C-AUDIT) - 2 reference docs (COPY_CATALOGUE, TEST_SCENARIO) Skipped (12) with rationale documented in chat thread: one-time setup docs, sprint-bound audits, end-user docs, superseded precursors, and duplications of CLAUDE.md content. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- .claude-sync.conf | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.claude-sync.conf b/.claude-sync.conf index a8d3a18b..c5e007ee 100644 --- a/.claude-sync.conf +++ b/.claude-sync.conf @@ -19,4 +19,15 @@ dev-docs/ARCH-OBSERVABILITY.md dev-docs/runbooks/observability-triage.md dev-docs/runbooks/observability-erasure.md dev-docs/RFC-WS-6.md -dev-docs/RFC-TIMETABLE-Artist-Timetable-Module.md \ No newline at end of file +dev-docs/RFC-TIMETABLE-Artist-Timetable-Module.md +dev-docs/RFC-WS-FRONTEND-PRIMEVUE.md +dev-docs/MIGRATION-AUDIT-PRIMEVUE.md +dev-docs/CLAUDE_CODE_TOOLING.md +dev-docs/FRONTEND-TOOLING.md +dev-docs/LARASTAN.md +dev-docs/RECTOR.md +dev-docs/TELESCOPE.md +dev-docs/WS-3-SESSION-1C-AUDIT.md +dev-docs/FORM_BUILDER_SCOPE_POLICY.md +dev-docs/COPY_CATALOGUE.md +dev-docs/TEST_SCENARIO.md \ No newline at end of file