mirror of
https://github.com/merlinhu1/codex-game-studio.git
synced 2026-08-25 07:54:34 +02:00
22 lines
421 B
JSON
22 lines
421 B
JSON
{
|
|
"id": "skill-behavior",
|
|
"manualOnly": true,
|
|
"deterministicGates": [
|
|
"required-read",
|
|
"write-boundary",
|
|
"required-change",
|
|
"verification-evidence",
|
|
"report-presence"
|
|
],
|
|
"semanticDimensions": [
|
|
"triggering",
|
|
"context-selection",
|
|
"task-framing",
|
|
"output-quality",
|
|
"verification-discipline",
|
|
"failure-handling",
|
|
"human-review-quality",
|
|
"token-discipline"
|
|
]
|
|
}
|