Releases: archcore-ai/plugin
Release list
v0.4.17
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
Init tailors how much it synthesizes to a new depth axis, defaulting to a cheaper first-day seed.
Features
/archcore:init --depth=light|standard|deepscales 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
/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
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
@pathinstead 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
v0.4.12
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
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
- Staleness nudges skip the read-only .archcore/global/ mount. More info: https://github.com/archcore-ai/cli/releases/tag/v0.5.0
Full Changelog: v0.4.9...v0.4.10
v0.4.9
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
Context can now answer "what rules govern what I just changed?"
Features
/archcore:context --git-changessurfaces 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
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