Skip to content

Releases: grojof/ai-workspace-generator

v0.3.0

Choose a tag to compare

@grojof grojof released this 22 Jun 23:12
0493e33

v0.3.0 — Quality & self-coherence

Post-v0.2.0 audit release. Existing repos upgrade with ai-workspace upgrade.

Highlights

  • Doc contract + coherence checksdocs.contract (the root README is the declared index) + doctor flags dangling references and orphan docs.
  • aiws-audit / /aiws-audit — a read-only, dated self-audit report under docs/development/audits/ (composes doctor/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 an applyTo projection. One source, projected to each target's native loader (aligned with the Agent Skills cross-tool standard).
  • ESLint + Prettier enforced in CI, .nvmrc, anyunknown at 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

Choose a tag to compare

@grojof grojof released this 22 Jun 20:54
f80b652

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:* with source@version; automated migration on upgrade.
  • 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 gitcompany.packs: [git+url#ref] vendored by ai-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

Choose a tag to compare

@grojof grojof released this 20 Jun 16:55

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

Choose a tag to compare

@grojof grojof released this 20 Jun 16:28

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.