Skip to content

Releases: archcore-ai/plugin

v0.4.17

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:39

init seeds a richer default: standard depth, domain-scaled coverage, and dedicated specs for outsized modules.

Improvements

  • init defaults to standard depth — a fuller first-day seed.
  • Cross-cutting convention rules seed at every depth, including light.
  • Large-repo spec coverage scales with the domains you select.
  • Every schema-bearing domain gets its own data-model doc.
  • Outsized or churn-heavy modules get expanded or split specs.
  • Init preview reports specs seeded against total load-bearing modules.

Full Changelog: v0.4.16...v0.4.17

v0.4.16

Choose a tag to compare

@github-actions github-actions released this 01 Jul 15:24

Init tailors how much it synthesizes to a new depth axis, defaulting to a cheaper first-day seed.

Features

  • /archcore:init --depth=light|standard|deep scales specs, cross-cutting rules, and extraction to budget.
  • Init preview shows each depth's token cost and lets you flip tiers before confirming.
  • Modular rule files (.cursor/rules, Copilot, Windsurf) import as convention docs by default.

Improvements

  • Large-repo init caps hotspot specs repo-wide instead of multiplying them per domain.
  • Hotspots beyond the spec cap surface as /archcore:capture targets in the overview.
  • Synthesized cross-cutting rules skip patterns already covered by imported rules.

Full Changelog: v0.4.15...v0.4.16

v0.4.15

Choose a tag to compare

@github-actions github-actions released this 29 Jun 20:14

/archcore:init composes the full first-day seed, previews it in one manifest, and writes everything on a single confirm.

Features

  • First-day seed adds data-model, integrations, config, public-surface, and architecture-overview docs.
  • Top hotspot modules seed real spec documents.
  • --domain=<slug> re-runs init focused on one domain; --refresh adds facts that appeared since first setup.

Improvements

  • Init seeds libraries, SPAs, CLIs, and plugins via public-surface detection.
  • Stack and scale detection reason from evidence, not fixed framework lists.

Full Changelog: v0.4.14...v0.4.15

v0.4.14

Choose a tag to compare

@github-actions github-actions released this 23 Jun 17:54

The spec document type is reserved for boundaries other code depends on, with stricter mandatory sections.

Improvements

  • spec is reserved for boundaries other code depends on — APIs, interfaces, schemas, protocols.
  • Comprehensive module capture creates a spec only for depended-on boundaries, not every contract.
  • New specs require Error Handling and Conformance sections.
  • Spec contract surfaces reference source by @path instead of copying signatures.
  • /archcore:decide offers a spec cascade only when a decision changes a boundary contract.

Full Changelog: v0.4.13...v0.4.14

v0.4.13

Choose a tag to compare

@github-actions github-actions released this 18 Jun 06:56

Full Changelog: v0.4.12...v0.4.13

v0.4.12

Choose a tag to compare

@github-actions github-actions released this 17 Jun 20:36

The local/global distinction is now consistent across every read tool and at any directory depth.

Improvements

  • search_documents results carry the same source and read-only labels as the other read tools.

Fixes

  • Documents in any nested global/ directory are read-only, not just the top level.

Full Changelog: v0.4.11...v0.4.12

v0.4.10

Choose a tag to compare

@github-actions github-actions released this 16 Jun 15:50

Hooks adapt to global sources: an outdated-CLI update nudge plus quieter staleness checks.

Features

  • An outdated CLI shows update instructions instead of silently dropping Archcore context.

Improvements

Full Changelog: v0.4.9...v0.4.10

v0.4.9

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:24

Fixes

  • Plugin installs correctly in Codex; content relocated to plugins/archcore/ (#2).

Big thanks @ShengLin1001

Full Changelog: v0.4.8...v0.4.9

v0.4.8

Choose a tag to compare

@github-actions github-actions released this 09 Jun 13:36

Context can now answer "what rules govern what I just changed?"

Features

  • /archcore:context --git-changes surfaces the rules governing your uncommitted working-tree changes.

Fixes

  • Codex registers the archcore MCP server — config dropped the stray mcpServers wrapper.
  • Hooks run on Claude and Cursor when the plugin install path contains spaces.

Full Changelog: v0.4.7...v0.4.8

v0.4.7

Choose a tag to compare

@github-actions github-actions released this 26 May 09:46

Generated documents default to a concise architect voice — rationale over code walkthroughs.

Improvements

  • ADRs, RFCs, PRDs, plans, and specs default to argued rationale, not code walkthroughs.
  • check-precision warns on code blocks ≥5 lines in narrative document types.

Full Changelog: v0.4.6...v0.4.7