Files
FESADev/plugins/fesa-commands/.codex-plugin/plugin.json
T
2026-05-01 02:29:30 +09:00

31 lines
1.0 KiB
JSON

{
"name": "fesa-commands",
"version": "1.0.0",
"description": "Repo-local FESA slash commands for Codex project coordination, reference readiness, and documentation workflows.",
"repository": "https://teagit.mimi1011.synology.me/baram2584/FESADev.git",
"keywords": [
"fesa",
"finite-element",
"codex-commands",
"workflow"
],
"interface": {
"displayName": "FESA Commands",
"shortDescription": "FESA project workflow commands for this repository",
"longDescription": "Repo-local commands for checking FESA readiness, synchronizing PLAN/PROGRESS, onboarding reference artifacts, guarding documentation, drafting phases, and preparing handoffs.",
"developerName": "Local Repository",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Check whether FESA is ready for Phase 1.",
"Sync PLAN.md and PROGRESS.md.",
"Inspect stored reference artifacts."
],
"brandColor": "#0F766E"
}
}