workframe
v0.4.1
Published
Adaptive local entrypoint for Workframe runtimes and model providers.
Maintainers
Readme
workframe
The adaptive local entrypoint for Workframe and Architectonic bootstrap.
npx [email protected]Version 0.4.1 adds real gated apply: npx architectonic init, organization writes, optional create-workframe, KB mirrored to Files/organization.
Commands
npx workframe status [--json] [--no-test]
npx workframe begin [--json] [--human=...] [--entity=...] ...
npx workframe capabilities [--json]
npx workframe verify [--json] [--select="use codex"]
npx workframe draft [--json] ...
npx workframe plan [--json] [--target=path] ...
npx workframe apply --simulate [--json] [--approval="approve plan ..."]
npx workframe help
npx workframe versionFlow
begin— memory-only Socratic mirror (no network, no writes)capabilities— truthful runtime/provider candidates (no auto-pick)verify— explicit path + separate consent + cancellable calldraft— constitutional in-memory draftplan— dry-run Architectonic file plan + deployment recommendationapply --simulate— approval gate simulation (real mutations disabled)
Privacy and authority
- Discovery runs locally.
- Credential values are never printed.
begin,draft,plan, andapplyperform no network calls.- No provider call occurs without explicit user approval on
verify. - This CLI does not install Hermes, Workframe, or Architectonic by itself.
Full Workframe cell
npx [email protected] MyProjectworkframe inspects and interviews locally; create-workframe installs the product cell when a deployment plan says you need one.
