@harness-kernel/create
@harness-kernel/create is a scaffold and devtool package. It should not be treated as hidden infrastructure.
pnpm create @harness-kernelpnpm create @harness-kernel one-file my-agentpnpm create @harness-kernel full my-agentThe scaffold writes starter files with explicit dependencies and runtime composition. After scaffolding, your app still owns:
- model providers;
- required
defaultModel; - storage;
- sandbox;
- approval policy;
- logging;
- resources;
- session lifecycle.
Use generated projects as examples, then keep imports pointed at real public package subpaths.