Change Register
This is the canonical change register for EchoHuman / Southville Forge infrastructure and project documentation.
Purpose
- Audits document what exists (current state)
- Change register documents what changed and why (history)
Every completed project, service, or infrastructure change should add an entry here.
Entries (most recent first)
2026-06-03 — Docsaurus Recovery and DocOps Governance
Scope: Infrastructure documentation system recovery and governance framework
Summary:
- Located canonical Docusaurus source on Vera filesystem
- Created
PROJECT-BOOTSTRAP.mdas source-of-truth anchor file - Fixed local repository map to display all 23 Vera Git repos with full metadata
- Created comprehensive DNS record map showing all 175 Cloudflare DNS records
- Updated Cloudflare summary docs with DNS statistics
- Added
change-register.md(this file) andAGENTS.mdfor governance - Created
finalize-docs-change.shscript for standardized workflow
Files created:
PROJECT-BOOTSTRAP.mdAGENTS.mdscripts/finalize-docs-change.shdocs/cloudflare/dns-record-map.mddocs/reports/change-register.md
Files modified:
scripts/audit-vera-projects.pydocs/cloudflare/cloudflare-zone-index.mddocs/reports/cloudflare-audit-latest.mdsidebars.jsdocs/vera/local-repo-map.md(regenerated)docs/vera/project-map.md(regenerated)docs/vera/unclassified-directories.md(regenerated)docs/reports/vera-audit-latest.md(regenerated)data/inventory/vera-projects.json(regenerated)
Infrastructure changes: None
Build status: PASSED
Deployment status: Ready (no deployment required for this task)
Notes:
- This entry establishes the DocOps governance pattern
- Future changes should follow: identify → change → document → build → report
- AI agents should read
AGENTS.mdandPROJECT-BOOTSTRAP.mdbefore any work
Entry Template
Use this template for new entries. Copy and fill in the details:
### YYYY-MM-DD — Brief description
**Scope:** What project/service/infrastructure changed
**Summary:**
- What was done
- Why it was needed
**Source path:** `/path/to/source`
**Deployment target:** URL or server location
**Files changed:**
- `path/to/file.ext`
**Docs updated:**
- `docs/path/to/doc.md`
**Audit/Build result:** PASSED
**Deployment result:** Deployed / Pending / Not required
**Follow-up risks/warnings:**
- Any known issues or future work needed
Quick command to generate template:
./scripts/new-change-entry.sh "Description here"
Add new entries above this line.