modify template

This commit is contained in:
김경종
2026-04-24 08:34:53 +09:00
parent e2c2beae1a
commit 246d164827
68 changed files with 2378 additions and 0 deletions
@@ -0,0 +1,22 @@
{
"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"
}
}