@zack/devwork-maintainer-state

Workflow-oriented Memory Blueprint for maintainer preferences, active work threads, and follow-up notes across repository review sessions.

Install
agentpm install @zack/devwork-maintainer-state@0.1.0
Inspect / load
agentpm memory inspect @zack/devwork-maintainer-state@0.1.0
Weekly installs
1
0%
Last publish
Today
v0.1.0

devwork-maintainer-state

devwork-maintainer-state is a publishable AgentPM Memory Blueprint package for maintainer workflow continuity across repository review sessions.

It is intentionally the workflow-oriented Memory example in the examples repo. The point of this package is to show that a Memory Blueprint can hold stable maintainer preferences, active work-thread summaries, and follow-up notes without pretending AgentPM already owns runtime persistence or lifecycle execution.

Use it for:

  • storing durable maintainer triage and review preferences
  • carrying active repository work threads across review sessions
  • keeping follow-up notes and decision cues available until they are acted on
  • demonstrating a maintainer-centric lifecycle policy with document and collection spaces

The package includes:

  • schemas/maintainer-preference.schema.json
  • schemas/work-thread.schema.json
  • schemas/follow-up-note.schema.json
  • generated contracts under memory/contracts/ after build
  • generated build metadata at memory/build.json after build

Local development

From this directory:

agentpm lint
agentpm memory build
agentpm memory inspect .
agentpm publish --dry-run

The source for this Memory Blueprint can be found here.