Releases: grojof/ai-workspace-generator
Releases · grojof/ai-workspace-generator
Release list
v0.3.0
v0.3.0 — Quality & self-coherence
Post-v0.2.0 audit release. Existing repos upgrade with ai-workspace upgrade.
Highlights
- Doc contract + coherence checks —
docs.contract(the root README is the declared index) +doctorflags dangling references and orphan docs. aiws-audit//aiws-audit— a read-only, dated self-audit report underdocs/development/audits/(composesdoctor/verify/reconcile+ the contract). The workspace audits itself.- AGENTS.md progressive disclosure — per-stack rules move to
references/stack/<id>.md; AGENTS.md keeps resolving pointers; Copilot gets anapplyToprojection. One source, projected to each target's native loader (aligned with the Agent Skills cross-tool standard). - ESLint + Prettier enforced in CI,
.nvmrc,any→unknownat the boundary; SDD orchestrator de-duplicated against the cross-tool skills; the redundant self-plugin removed.
Needs Node ≥ 20. Install:
npm i -g https://github.com/grojof/ai-workspace-generator/releases/latest/download/ai-workspace-generator.tgz
v0.2.0
v0.2.0 — Foundations: namespace, integrity, company packs, reconcile
Major release. Existing repos upgrade with ai-workspace upgrade (migrates markers, renames skills/commands, prunes orphans, writes the integrity manifest).
Highlights
- aiws namespace + provenance — every generated artifact is
aiws-*/aiws:*withsource@version; automated migration onupgrade. - Integrity —
.ai-workspace/manifest.json+ai-workspace verify/doctor --strict(CI gate) ·sync --check(self-heal preview) · safety-guard hook on base files. - Company packs over git —
company.packs: [git+url#ref]vendored byai-workspace packs sync(pinned, committed); reserved-namespace guard. ai-workspace reconcile— classify company overlays vs base (🔵 unique · 🟢 redundant · 🟡 conflict ·⚠️ drift), propose-and-review.- Richer SDD skills — intent-based descriptions, output templates + quality bars, thin command launchers, OpenSpec delta spec format; slimmer Copilot mirror.
Needs Node >= 20. Install:
npm i -g https://github.com/grojof/ai-workspace-generator/releases/latest/download/ai-workspace-generator.tgz
v0.1.1
Prebuilt tarball for v0.1.1. Needs Node >= 20. Install:
npm i -g https://github.com/grojof/ai-workspace-generator/releases/latest/download/ai-workspace-generator.tgz
(or download ai-workspace-generator-0.1.1.tgz and run: npm i -g ./ai-workspace-generator-0.1.1.tgz).
v0.1.0
Prebuilt tarball for v0.1.0 (built from main, includes changes 0007-0010). Needs Node >= 20.
Install:
npm i -g https://github.com/grojof/ai-workspace-generator/releases/latest/download/ai-workspace-generator.tgz
(or download ai-workspace-generator-0.1.0.tgz and run npm i -g ./ai-workspace-generator-0.1.0.tgz). A truly Node-less standalone binary is planned separately.