durable-context
v1.1.1
Published
Invocation-only skills and scaffold for durable planning: initiatives in context/, decisions in an append-only log.
Maintainers
Readme
durable-context
Invocation-only skills and scaffold for durable planning in the repo.
Install into a project:
npx durable-context init --project-name "My App"Adds context/, decisions/, and invocation-only skills:
project-profile-baselineproject-profile-refreshplan-with-contextdevils-advocatedive-into-plan
Use
Plan with durable context: <what you want to build>
Devil's advocate.
Dive into the plan.Skills are invocation-only — they do not run automatically.
Use project-profile-baseline once to populate repo-wide commands and
operating facts; use project-profile-refresh when those stable facts change.
Update managed agent assets without replacing project work:
npx durable-context@latest updateCommands/options: update, status, --target, --dry-run, and --force
for init.
For release-anchored documentation, see the reference-docs package.
