Completed — automatic bootstrap mapping implemented, validated, versioned, and prepared for release.
Status: completed
Task:
Implement an automatic project mapping pass that starts immediately after applying llm-project-mapper, without requiring a manual INIT.md launch.
Result:
Added bin/auto-map.js, integrated it into bin/cli.js, and expanded regression coverage to verify that starter-managed files are pre-filled and remain free of unresolved placeholders after install.
Validation:
npm run lint, npm test, npm run docs:build, npm run test:e2e -- --reporter=list,html
Next:
Commit, push, publish 0.3.0 to npm.
taskflow is not installed in this environment, so the repo-specific taskflow inspect/run steps could not be executed.
| Command | Result | Notes |
|---|---|---|
npm run lint |
pass | Shell lint passed; PowerShell analyzer unavailable locally |
npm test |
pass | Added unit regression coverage for auto-mapping |
npm run docs:build |
pass | Docusaurus build completed successfully |
npm run test:e2e -- --reporter=list,html |
pass | Playwright regression suite passed; smoke spec skipped without BASE_URL |