plugins marketplace
← All plugins

context-management

v1.2.1

Context persistence, restoration, and long-running conversation management

CodexClaude Code

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/context-management/ inside the repository.

Layout

plugins/context-management/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

plugins/context-management/.codex-plugin/plugin.json
{
  "name": "context-management",
  "version": "1.2.1",
  "description": "Context persistence, restoration, and long-running conversation management",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Context Management",
    "shortDescription": "Context persistence, restoration, and long-running conversation management",
    "category": "Coding"
  }
}
plugins/context-management/.claude-plugin/plugin.json
{
  "name": "context-management",
  "version": "1.2.1",
  "description": "Context persistence, restoration, and long-running conversation management",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT"
}