v1.2.0 — in-place generation, full roadmap, prefix-less bundle
Third release. MINOR, backward-compatible.
Added
- In-place generation —
render.py --in-placewrites the generated project into the folder holding.eaao-core/(the bundle copied into your own repo,<repo>/.eaao-core/), so the project files land in<repo>/next to it. The rendered.gitignoreexcludes.eaao-core/; a root.eaao-devsentinel keeps the factory's dev repo safe.--out <dir>still renders a separate copy. - Full roadmap up front — the interview elicits all milestones at generation;
ROADMAP.md+ the README milestone table render every one (spec.milestones+ a nested{{#ITEMS}}loop). - Releases auto-attach the factory bundle —
release.ymluploads the version-less bundle on every published release.
Changed
- Prefix-less bundle — extracting it at the root of your project repo drops
.eaao-core/there directly (not in a subfolder). - README getting-started reworked consumer-first; copy-paste commands fixed to
.eaao-core/paths.
Get it: download the prefix-less bundle and extract at your project repo root:
curl -L -o /tmp/pgs-eaao-bundle.tar.gz https://github.com/danielPoloWork/pgs-eaao/releases/latest/download/pgs-eaao-bundle.tar.gz
tar xzf /tmp/pgs-eaao-bundle.tar.gz # .eaao-core/ lands in the CWDFull changelog: v1.1.0...v1.2.0