@zack/support-customer-state

Simple support-facing Memory Blueprint for one durable customer state document with light lifecycle policy.

Install
agentpm install @zack/support-customer-state@0.1.0
Inspect / load
agentpm memory inspect @zack/support-customer-state@0.1.0
Weekly installs
2
0%
Last publish
Today
v0.1.0

support-customer-state

support-customer-state is a publishable AgentPM Memory Blueprint package for one durable support-facing customer state document.

It is intentionally the simplest public Memory example in the examples repo. The point of this package is to show that a Memory Blueprint can stay narrow, understandable, and useful without needing multiple spaces or a large lifecycle graph.

Use it for:

  • storing durable support preferences for one customer
  • carrying stable account context across support sessions
  • demonstrating a document-style Memory Blueprint with key retrieval and light lifecycle policy

The package includes:

  • schemas/customer-state.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.