Skip to content

Releases: axisrobo/ea-harness

ArchHarness v0.3.3

Choose a tag to compare

@github-actions github-actions released this 09 Sep 05:19

Full Changelog: v0.3.2...v0.3.3

ArchHarness v0.3.2

Choose a tag to compare

@hanhuiwen hanhuiwen released this 09 Sep 03:12

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

Choose a tag to compare

@hanhuiwen hanhuiwen released this 09 Sep 03:07

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

Choose a tag to compare

@hanhuiwen hanhuiwen released this 09 Sep 02:53

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.

0.2 Release

Choose a tag to compare

@hanhuiwen hanhuiwen released this 30 May 13:08
add benchmark

0.1 Release

Choose a tag to compare

@hanhuiwen hanhuiwen released this 02 Apr 15:12
first commit