Files
Agentic-AI-Template/Document/plugins/harness-engineering/.codex-plugin/plugin.json
T
2026-04-24 08:34:53 +09:00

23 lines
833 B
JSON

{
"name": "harness-engineering",
"version": "1.0.0",
"description": "Repo-local Report Harness slash commands for Codex.",
"interface": {
"displayName": "Report Harness",
"shortDescription": "Report planning and review prompts for this repo",
"longDescription": "Optional local plugin that exposes Report Harness slash commands while the core workflow remains in repo-native AGENTS, skills, custom agents, and hooks.",
"developerName": "Local Repository",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Use Report Harness to plan a new research, drafting, or revision phase for this repository.",
"Review my report artifacts against the Report Harness docs and rules."
],
"brandColor": "#2563EB"
}
}