Skip to content

Commit 53597b9

Browse files
committed
chore(repo): remove agent and planning documents from the repository
The repository is public and should carry only shippable source, licensing, and operator documentation. These files are internal working documents that were never intended for publication. Removed: - AGENTS.md, the agent operating instructions. - MESH_AGENT_1_SECURITY_PRIVACY_RECOVERY_2026-07-31.md - MESH_AGENT_2_VOICE_NETWORK_OPERATIONS_2026-07-31.md - MESH_AGENT_3_PRODUCT_DESIGN_ACCESSIBILITY_2026-07-31.md - MESH_IMPLEMENTATION_COMPLETION_REPORT_2026-08-01.md - MESH_PRODUCTION_READINESS_CONTINUATION_2026-08-01.md - MESH_SOL_PRODUCTION_IMPLEMENTATION_PLAN_2026-07-31.md - MESH_SOL_REFERENCE_REPOSITORY_PRODUCTION_PLAN_2026-07-31.md - PRODUCTION_BETA_PLAN.md .gitignore drops the allowlist entries that kept those documents tracked, and pre-emptively ignores mesh/audit/ and mesh/docs/product/reinvention/ so the screenshot and mockup artifacts produced on feature branches are never published here. No tracked file referenced any removed document.
1 parent a3e35bd commit 53597b9

10 files changed

Lines changed: 3 additions & 3888 deletions

.gitignore

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ target/
88
__pycache__/
99
*.py[cod]
1010

11-
# Local visual QA evidence
11+
# Local visual QA evidence and its capture tooling
1212
design-audit*/
1313
design-qa*.png
14+
mesh/audit/
15+
mesh/docs/product/reinvention/
1416

1517
# Logs & temp output
1618
*.log
@@ -35,19 +37,10 @@ e2e-results/
3537
# Internal documents, prompts, chats, and design artifacts
3638
*.md
3739
*.mdx
38-
!AGENTS.md
39-
!PRODUCTION_BETA_PLAN.md
4040
!SECURITY.md
4141
!LICENSE_POLICY.md
4242
!mesh/THIRD_PARTY_NOTICES.md
4343
!mesh/docs/security/PHASE1_NATIVE_SECURITY_BOUNDARIES.md
44-
!MESH_SOL_PRODUCTION_IMPLEMENTATION_PLAN_2026-07-31.md
45-
!MESH_SOL_REFERENCE_REPOSITORY_PRODUCTION_PLAN_2026-07-31.md
46-
!MESH_AGENT_1_SECURITY_PRIVACY_RECOVERY_2026-07-31.md
47-
!MESH_AGENT_2_VOICE_NETWORK_OPERATIONS_2026-07-31.md
48-
!MESH_AGENT_3_PRODUCT_DESIGN_ACCESSIBILITY_2026-07-31.md
49-
!MESH_IMPLEMENTATION_COMPLETION_REPORT_2026-08-01.md
50-
!MESH_PRODUCTION_READINESS_CONTINUATION_2026-08-01.md
5144
!mesh/infra/homeserver/README.md
5245
*.doc
5346
*.docx

AGENTS.md

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

MESH_AGENT_1_SECURITY_PRIVACY_RECOVERY_2026-07-31.md

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

MESH_AGENT_2_VOICE_NETWORK_OPERATIONS_2026-07-31.md

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

0 commit comments

Comments
 (0)