Invokta 0.3.0
Added
- Added
create-invokta-capabilityand
create-invokta-capability-library, with deterministic private ESM starters
that prove atomic and library composition throughengine.invoke. - Generated engine and capability-library projects now include one
AGENTS.md
instruction source and a relativeCLAUDE.mdsymbolic-link alias. - Every generated engine, atomic capability, and capability-library project now
includes a validdevelop-invokta-projectskill tailored to its architecture
and test-first workflow. - Generated engines now include a build-free
mcp:uninstallcommand that
removes the same managed engine identity from every configured MCP client
through one confirmed, ownership-safe operation. - Added the pure
@invokta/deploy/scaffoldplanner so development-time
generators can reuse the fail-closed MCP HTTP templates without copying them
or invoking another CLI.
Changed
-
create-invokta-enginenow guides terminal users through a project directory,
one of thecomplete,mcp-stdio,mcp-http, orcliprofiles, and a final
confirmation. Terminal automation must pass--yes. -
The default
completestarter now includes MCP HTTP and the matching
@invokta/deploydevelopment dependency. Focused profiles include and
document only their selected adapter. -
Non-terminal positional creation remains compatible. Automation that requires
the former syntax and new deterministic default maps as follows:create-invokta-engine my-engine --no-install create-invokta-engine my-engine --profile complete --no-install --yes