Public GitHub Cleanup Archive
Status
Complete as of 2026-06-05.
Scope
This maintenance pass prepared the repository for a safer public GitHub footprint without changing service data, search behavior, authentication, schema contracts, or runtime business logic.
Completed work:
- Replaced public deployment and operations docs with public-safe summaries.
- Removed exact deployment commands, private host-path examples, alert-routing examples, and maintainer-only runtime procedures from public prose docs.
- Replaced the public platform contract with
platform-ops-contract.example.yaml, preserving schema shape with fake values only. - Added a sanitized
platform-ops-contract.yamltombstone at the legacy path so stale raw/CDN requests receive harmless example content. - Migrated durable private originals to the private/shared operations source of truth while preserving ignored local copies for convenience.
- Replaced the admissions-focused v21 planning track with a public-interest external-validation backlog.
- Softened legal, privacy, accessibility, and compliance wording to avoid unsupported formal-compliance claims.
- Kept
AGENTS.mdas the canonical contributor instruction file and verifiedCLAUDE.mdandGEMINI.mdare relative symlinks. - Updated tests and scripts so public docs and release helpers rely on boundary-safe contracts.
- Added ADR-022 to make the public documentation boundary explicit.
- Follow-up cleanup removed production-like observability dataset defaults from public code/config examples.
Verification
Completed local checks:
- Focused public-boundary scans for private deployment coordinates, live host-path patterns, alert-routing examples, and removed admissions-plan wording.
- Focused AI-authorship scan for contributor/author attribution patterns.
- WSL Git status review to avoid staging Windows symlink and line-ending noise.
bash -nfor updated release helper scripts.npm run type-check.npm run i18n-audit.npm run format:check.npm run lint.npm run check:refs.npm run check:root.npm test -- --run.- Targeted docs, alerting, and Slack integration Vitest files.
- Public-boundary scans for exact private paths, real platform-contract filenames, compliance overclaims, and production-like observability placeholders.
git diff --check.
Validation limitations:
- Playwright was intentionally not run locally under the current free-tier CI posture.
Remaining Roadmap Items
No new product roadmap item was created by this cleanup.
The normal active follow-ups remain:
- Close v22 Gate 0 C1 legal/API evidence.
- Close v22 Gate 0 D4 partner-operations evidence.
- Keep authenticated dashboard/admin visual QA tracked until a valid local Supabase environment and signed-in sessions are available.
- Resolve dependency-audit findings through bounded maintenance.