Skip to content

v2.3.0 — guided installer + README overhaul

Choose a tag to compare

@danielPoloWork danielPoloWork released this 28 Jun 14:59
16f65c6

MINOR (additive) — everything since v2.2.0. This is the first release to ship the guided installer.

Highlights

M9 — guided cross-platform installer

A guided installer (setup.{sh,command,ps1,bat}) downloads the bundle, verifies its SHA256 (fail-closed), and extracts it additively (never overwriting an existing file). It is interactive when run bare (asks new-vs-existing repo, path, and the name; git inits a new repo) and fully scriptable via flags. /eados init tidies the installer's leftovers afterward.

This release also attaches a SHA256SUMS manifest + the installer scripts, so these become stable links:

  • https://github.com/danielPoloWork/pgs-eados/releases/latest/download/setup.sh
  • …/setup.ps1 (plus setup.command, setup.bat)

README — comprehensive overhaul

Retitled to EADOS — Enterprise Agentic Delivery OS; standalone framing, a License & ownership section, a downloads badge, a table of contents, Why EADOS (incl. the vs-cookiecutter positioning), Capabilities at a glance, the phase-pipeline table, a Security posture section, and a FAQ — with the zh-Hans + ja translations in lockstep.

Also

  • Carry-through release default — the agent tags + drafts a release; the human publishes.

Install (one step)

curl -fsSL https://github.com/danielPoloWork/pgs-eados/releases/latest/download/setup.sh -o setup.sh && sh setup.sh

Windows: download setup.ps1 and double-click setup.bat. Full options + the double-click notes are in USAGE §6.


Full details: CHANGELOG [2.3.0].