Skip to content

v1.2.0 — in-place generation, full roadmap, prefix-less bundle

Choose a tag to compare

@danielPoloWork danielPoloWork released this 21 Jun 06:40
ef91740

Third release. MINOR, backward-compatible.

Added

  • In-place generationrender.py --in-place writes 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 .gitignore excludes .eaao-core/; a root .eaao-dev sentinel 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 bundlerelease.yml uploads 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 CWD

Full changelog: v1.1.0...v1.2.0