Skip to content

Releases: howells/arc

Arc 2.0.8

22 May 17:35

Choose a tag to compare

Changes

  • Add shared complexity optimization guidance for algorithmic complexity, repeated scans, rendering churn, and N+1 data access.
  • Wire complexity hotspot signals into /arc:audit for the performance reviewer.
  • Extend /arc:refactor to surface optimization opportunities as refactor candidates when behavior can be preserved.
  • Extend /arc:testing to cover characterization tests before risky data-structure, batching, memoization, caching, or ordering changes.
  • Calibrate performance review output around current complexity, proposed complexity, risk, and tests or benchmarks.

Verification

  • pnpm test
  • pre-commit/pre-push plugin validation
  • version sync audit

Arc 2.0.6

22 May 17:27

Choose a tag to compare

Changes

  • Add a security readiness gate to /arc:audit.
  • Keep lightweight secret and critical/high dependency scans in every audit.
  • Skip the full security-engineer reviewer for prototype/development projects when there is no security focus, launch signal, sensitive surface, or dangerous mechanical finding.
  • Calibrate the security reviewer so early-stage audits focus on concrete dangerous issues rather than production hardening.

Verification

  • pnpm test
  • pre-commit/pre-push plugin validation
  • version sync audit

Arc 2.0.4

22 May 17:18

Choose a tag to compare

Changes

  • Make /arc:launch a passive launch-readiness checklist by default.
  • Explicitly prevent launch from starting dev servers, preview servers, browser sessions, deployments, DNS changes, provider dashboard changes, or broad UI QA unless the user asks.
  • Require launch output to report checklist evidence, blockers, caveats, and next action instead of shallow reassurance.

Verification

  • pnpm test
  • pre-commit/pre-push plugin validation
  • version sync audit

Arc 2.0.2

22 May 17:09

Choose a tag to compare

Changes

  • Add native Codex plugin metadata alongside Claude plugin metadata.
  • Add a strict maintainability review lens for audit, refactor, testing, and implementation workflows.
  • Define god files in Arc's context and wire source-code-only 1000-line scrutiny into maintainability review.

Verification

  • pnpm test
  • pre-commit plugin validation
  • version sync audit

Arc 2.0.0

22 May 16:29

Choose a tag to compare

Arc 2.0.0

Major release focused on making Arc a self-contained software development lifecycle plugin.

Highlights

  • Narrows Arc to the core development cycle: vision, ideation, implementation, testing, review, refactor, audit, launch, and commit.
  • Removes unused or overlapping workflows including go, help, suggest, progress, and other concerns now owned by standalone skills.
  • Aligns ideate/detail/implement around feature specs and implementation plans.
  • Updates the public site copy to match the new Arc boundary.

Validation

  • claude plugins validate .
  • pnpm test: all 199 tests passed

v1.0.117

07 Feb 18:24

Choose a tag to compare

chore: move version bumping to local, CI only tags and releases

v1.0.116

07 Feb 18:22

Choose a tag to compare

feat: move usearc.dev website into repo

v1.0.115

07 Feb 15:33

Choose a tag to compare

chore: add Clerk + WorkOS auth intelligence to rules, references, and agents

v1.0.114

07 Feb 14:24

Choose a tag to compare

chore: expand turborepo rules with caching, CI, and anti-patterns

v1.0.113

07 Feb 14:05

Choose a tag to compare

chore: add nuqs gotchas to react rules