Releases: axisrobo/ea-harness
Releases · axisrobo/ea-harness
Release list
ArchHarness v0.3.3
Full Changelog: v0.3.2...v0.3.3
ArchHarness v0.3.2
Claude Code plugin marketplace + PyPI-ready packaging.
- In-chat install for Claude Code:
/plugin marketplace add axisrobo/ea-harness
/plugin install archharness@archharness-marketplace - Self-contained wheel + sdist prepared for PyPI upload (pip install archharness).
- Includes resource-root guidance in every skill, mandatory workflow spec
(standards/workflow.yaml), and the arch-workflow gatekeeper skill. - Artifacts: source zip, wheel, sdist.
ArchHarness v0.3.1
Workflow gatekeeper, resource-root guidance, self-contained wheel.
- New arch-workflow skill + OpenCode/Copilot wrappers enforce the mandatory artifact-gated pipeline (requirements -> design -> draw -> validate -> enforce -> security/review -> optimize -> report); BLOCK halts.
- standards/workflow.yaml defines stage requires/produces and gate semantics.
- Every skill now locates shared resources via ARCHHARNESS_HOME, archharness root (packaged data), or the checkout - copied/user-level installs keep working.
- Ship self-contained wheel: pip install archharness-0.3.1-py3-none-any.whl then \�rchharness root\ works without a checkout.
ArchHarness v0.3.0
Multi-project workspace support and cross-tool distribution.
Highlights
- New archharness CLI: init-workspace / init-project / list-projects / doctor / root
- Per-project isolated input-working-output trees under projects//
- Python tools run anywhere: archharness diagram | req | validate-yaml
- Claude Code, OpenCode, Codex, GitHub Copilot, Cursor discovery
- MIT LICENSE, CI pipeline, repo health checks, install.ps1 / install.sh
See README.md for setup.