You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the audit script (#87), some target repos may contain Claude Code content (.claude/ files) that was added locally and never upstreamed to the meta-repo. If those files are org-common (useful for all repos), they should be moved to the meta-repo and added to the FILE_MAP so they're synced everywhere consistently.
This issue is the remediation step after the audit.
Context
After running the audit script (#87), some target repos may contain Claude Code content (
.claude/files) that was added locally and never upstreamed to the meta-repo. If those files are org-common (useful for all repos), they should be moved to the meta-repo and added to the FILE_MAP so they're synced everywhere consistently.This issue is the remediation step after the audit.
Implementation
.claude/directory and add to FILE_MAPsync-community-health.ymlwithforce: true) to push consolidated content to all reposAcceptance Criteria
Dependencies
BLOCKED by issue #87 (audit script must run first to identify what needs consolidating).
Part of Epic
#77