research-document
Validation Report
Validation Report
Commands Run
pwd
git status --short --branch
git log --oneline -10
find . -maxdepth 3 -type f | sort
find input-documents -type f -print | sort
find input-documents -type f -print0 | xargs -0 shasum -a 256
wc -l ai-prompts/*.md knowledge-platform/*.md input-documents/*.md input-documents/Chapter\ 1/*.md ...
shasum -a 256 ai-prompts/*.md prompts/*.md knowledge-platform/*.md
unzip -l input-documents/Chapter\ 1/Chapter-01-Why-AI-Engineering-Is-Different.zip
rg -n "input-documents/|AI-ROS-Bootstrap-Kit-v1.0|constitution/000-engineering-constitution.md|mobile/ios/|prompts/bootstrap/|prompts/agents/|bootstrap-ai-ros.sh" . -g '!docs/repository/imports/**'
find input-documents -mindepth 1 -maxdepth 1 -not -name '.gitkeep' -print
Results
- Git status and recent history were inspected before modifications.
- All 50 original source files were inventoried and assigned dispositions in
FILE-MANIFEST.csv. - The bootstrap REP v2 file was confirmed as an exact duplicate of the existing canonical REP v2 file via SHA-256.
- The Chapter 1 ZIP archive was inspected and preserved as a derived package.
- Active Markdown path references were updated to the normalized repository layout.
input-documents/was reduced to optional.gitkeeponly.
Manual Checks
- Confirmed the handbook and course files landed at the paths proposed by
knowledge-platform/Migration-Plan.md. - Confirmed bootstrap governance, prompts, templates, and mobile docs were integrated into canonical repository locations.
- Confirmed the nested bootstrap kit no longer remains in
input-documents/.
Warnings
- No repository-specific validator, linter, or build command currently exists, so validation is limited to path, inventory, duplicate, and consistency checks.
knowledge-platform/repository.json,knowledge-platform/repository.csv, andknowledge-platform/knowledge-genome.jsonremain pre-import generated snapshots and were not regenerated during this task.
Final input-documents/ State
Expected final state:
input-documents/
└── .gitkeep