context-guard
v0.14.1Preserve task requirements and verify evidence, scope, surfaces, and multimodal assets across compaction.
By Gerui LvLicense: Apache-2.01.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install context-guard for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add context-guard@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “context-guard-2” remain stable.
- Codex:
context-guard-2@agent-plugin-marketplace→context-guard@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/GreenLv/codex-context-guard/.
Plugin files
├── .codex-plugin/plugin.json└── skills/context-guard/SKILL.md
Included Skills1
Preserve authoritative task requirements, acceptance criteria, multimodal asset contracts, bounded native-plan state, delegated-agent results, and verified evidence across Codex context compaction. Use for long or complex tasks, Goal work, resumed sessions, subagent workflows, explicit context-guard controls, redacted or successor handoff exports, or whenever completion must be checked against an immutable local requirement ledger.
Plugin manifests1
{
"name": "context-guard",
"version": "0.14.1",
"description": "Preserve task requirements and verify evidence, scope, surfaces, and multimodal assets across compaction.",
"author": {
"name": "Gerui Lv",
"url": "https://github.com/GreenLv"
},
"homepage": "https://github.com/GreenLv/codex-context-guard",
"repository": "https://github.com/GreenLv/codex-context-guard",
"license": "Apache-2.0",
"keywords": [
"context",
"compaction",
"recovery",
"long-running"
],
"skills": "./skills/",
"interface": {
"displayName": "Context Guard",
"shortDescription": "Preserve long-task context across Codex compaction.",
"composerIcon": "./assets/icon.svg",
"longDescription": "Journals authoritative task requirements locally, records hash-only multimodal assets, enforces deterministic verification contracts when available, falls back audibly when unavailable, restores bounded context after compaction, and exports explicit successor packs.",
"developerName": "Gerui Lv",
"category": "Productivity",
"capabilities": [
"Lifecycle hooks",
"Local task state",
"Verification contracts",
"Hash-only multimodal assets",
"Compaction recovery",
"Bounded plan mirror",
"Delegated-agent provenance",
"Bounded successor packs"
],
"websiteURL": "https://github.com/GreenLv/codex-context-guard",
"privacyPolicyURL": "https://github.com/GreenLv/codex-context-guard/blob/main/docs/PRIVACY.md",
"termsOfServiceURL": "https://github.com/GreenLv/codex-context-guard/blob/main/LICENSE",
"defaultPrompt": "Use $context-guard to protect this long-running task from context loss."
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[context-guard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/context-guard-2)