Files
ayghri 0249c45576 rules: target five items per group and bump version to 0.3.0
Synchronize Rule 9 across skill mirrors, runtime summaries, and localized documentation. Preserve relevant items by showing additional groups.

Refs #96. Owner-directed amendment prepared with Codex (GPT-6). Original contributor commit preserved.
2026-09-09 18:43:25 -06:00

17 lines
537 B
JSON

{
"name": "i-have-adhd",
"version": "0.3.0",
"description": "Shape output for a reader with ADHD: lead with the next action, number multi-step work, restate state across turns, suppress tangents, give specific time estimates, make wins visible.",
"license": "MIT",
"homepage": "https://github.com/ayghri/i-have-adhd",
"private": true,
"keywords": ["pi-package"],
"omp": {
"extensions": ["./extensions/i-have-adhd.ts"]
},
"pi": {
"extensions": ["./extensions/i-have-adhd.ts"],
"skills": ["./skills"]
}
}