-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
52 lines (52 loc) · 1.64 KB
/
plugin.json
File metadata and controls
52 lines (52 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "agent-governance",
"version": "2.1.0",
"description": "Portable Codex + Claude Code + Cursor + Antigravity CLI gap-closure contract, plugin-owned task-registry CLI, mutation gates, and 1600-line source limits",
"author": "Qu3ltron",
"license": "MIT",
"repository": "https://github.com/Qu3ltron/RepOGovnor",
"homepage": "https://github.com/Qu3ltron/RepOGovnor",
"tags": [
"governance",
"gap-closure",
"task-registry",
"codex",
"claude-code",
"cursor",
"antigravity"
],
"skills": [
"gap-closure-contract",
"task-registry-flow"
],
"hooks": "./hooks/hooks.json",
"requirements": "REQUIREMENTS.toml",
"tracked_for_ci": [
"plugins/agent-governance",
".codex/config.toml",
".codex/hooks.json",
".codex/agent-governance.toml",
".codex/governance-cli.env",
".codex/scripts/task-registry",
".codex/templates/task-registry-plan-template.md",
".github/workflows/agent-governance.yml",
".agents/plugins/agent-governance",
".agents/hooks.json",
".agents/skills/gap-closure-contract",
".agents/skills/gap-closure-contract.md",
".agents/skills/task-registry-flow",
".agents/skills/task-registry-flow.md",
".cursor/rules/agent-governance.mdc",
".cursor/hooks.json",
".cursor/hooks/gap-closure-gate.sh",
"AGENTS.md",
"GEMINI.md",
".cursor/skills/gap-closure-contract/PROJECT.md",
".cursor/skills/task-registry-flow/PROJECT.md",
".claude/settings.json",
".claude/skills/gap-closure-contract/PROJECT.md",
".claude/skills/task-registry-flow/PROJECT.md",
"docs/task-registry.toml",
"docs/task-registry/events.jsonl"
]
}