mirror of
https://github.com/ayghri/i-have-adhd.git
synced 2026-09-14 19:56:14 +08:00
0249c45576
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.
17 lines
537 B
JSON
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"]
|
|
}
|
|
}
|