@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
Record contracts
Selected contract
Space
maintainer_profile
Record type
maintainer_preference
Schema version
1.0.0
Model
document
Source schema
schemas/maintainer-preference.schema.json
Generated path
memory/contracts/maintainer_profile.maintainer_preference.schema.json
Envelope fields
idrequired
string
scoperequired
object
spacerequired
const maintainer_profile
created_atrequired
string
expires_at
string
provenance
object
updated_at
string
record_typerequired
const maintainer_preference
schema_versionrequired
const 1.0.0
Blueprint content fields
escalation_keywords
array
pause_write_actionsrequired
boolean
default_focus_labels
array
preferred_update_tonerequired
enum (3)
preferred_triage_depthrequired
enum (3)
Field-level governance
content.escalation_keywords
Data class
operational
Sensitivity
moderate
Persist
true
Shareable
true
content.pause_write_actions
Data class
operational
Sensitivity
moderate
Persist
true
Shareable
false
content.default_focus_labels
Data class
operational
Sensitivity
low
Persist
true
Shareable
true
content.preferred_update_tone
Data class
personal
Sensitivity
moderate
Persist
true
Shareable
false
content.preferred_triage_depth
Data class
operational
Sensitivity
low
Persist
true
Shareable
true
Resolved schema
{
  "path": "memory/contracts/maintainer_profile.maintainer_preference.schema.json",
  "model": "document",
  "space": "maintainer_profile",
  "schema": {
    "$id": "agentpm://memory/devwork-maintainer-state/0.1.0/maintainer_profile/maintainer_preference/1.0.0",
    "type": "object",
    "title": "devwork-maintainer-state maintainer_profile maintainer_preference record contract",
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "required": [
      "id",
      "record_type",
      "space",
      "scope",
      "schema_version",
      "created_at",
      "content"
    ],
    "properties": {
      "id": {
        "type": "string",
        "minLength": 1
      },
      "scope": {
        "type": "object",
        "required": [
          "user"
        ],
        "properties": {
          "user": {
            "type": "string",
            "minLength": 1
          }
        },
        "additionalProperties": false
      },
      "space": {
        "const": "maintainer_profile"
      },
      "content": {
        "$id": "content",
        "type": "object",
        "title": "Maintainer Preference",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "preferred_triage_depth",
          "preferred_update_tone",
          "pause_write_actions"
        ],
        "properties": {
          "escalation_keywords": {
            "type": "array",
            "items": {
              "type": "string",
              "minLength": 1
            },
            "x-agentpm-persist": true,
            "x-agentpm-shareable": true,
            "x-agentpm-data-class": "operational",
            "x-agentpm-sensitivity": "moderate"
          },
          "pause_write_actions": {
            "type": "boolean",
            "x-agentpm-persist": true,
            "x-agentpm-shareable": false,
            "x-agentpm-data-class": "operational",
            "x-agentpm-sensitivity": "moderate"
          },
          "default_focus_labels": {
            "type": "array",
            "items": {
              "type": "string",
              "minLength": 1
            },
            "x-agentpm-persist": true,
            "x-agentpm-shareable": true,
            "x-agentpm-data-class": "operational",
            "x-agentpm-sensitivity": "low"
          },
          "preferred_update_tone": {
            "enum": [
              "direct",
              "collaborative",
              "detailed"
            ],
            "type": "string",
            "x-agentpm-persist": true,
            "x-agentpm-shareable": false,
            "x-agentpm-data-class": "personal",
            "x-agentpm-sensitivity": "moderate"
          },
          "preferred_triage_depth": {
            "enum": [
              "fast",
              "balanced",
              "deep"
            ],
            "type": "string",
            "x-agentpm-persist": true,
            "x-agentpm-shareable": true,
            "x-agentpm-data-class": "operational",
            "x-agentpm-sensitivity": "low"
          }
        },
        "description": "Durable maintainer preferences for triage and follow-through style.",
        "additionalProperties": false
      },
      "created_at": {
        "type": "string",
        "format": "date-time"
      },
      "expires_at": {
        "type": "string",
        "format": "date-time"
      },
      "provenance": {
        "type": "object",
        "properties": {
          "operation": {
            "enum": [
              "consolidate_follow_up_notes",
              "delete_maintainer_state",
              "refresh_work_thread"
            ],
            "type": "string"
          },
          "source_record_ids": {
            "type": "array",
            "items": {
              "type": "string",
              "minLength": 1
            },
            "uniqueItems": true
          }
        },
        "additionalProperties": false
      },
      "updated_at": {
        "type": "string",
        "format": "date-time"
      },
      "record_type": {
        "const": "maintainer_preference"
      },
      "schema_version": {
        "const": "1.0.0"
      }
    },
    "description": "Resolved Memory record contract for package `devwork-maintainer-state` space `maintainer_profile` and record type `maintainer_preference`.",
    "additionalProperties": false
  },
  "sha256": "sha256:a9f03662eb0d0086779a2834ba698e0113d38e53004871664f2ccd342131b634",
  "record_type": "maintainer_preference",
  "source_schema": "schemas/maintainer-preference.schema.json",
  "schema_version": "1.0.0"
}