Add taskbar controls and summary oneliner

This commit is contained in:
2026-05-27 23:31:40 +02:00
parent 7777b349a5
commit 71f1e6a0b8
22 changed files with 720 additions and 9 deletions
@@ -0,0 +1,13 @@
## 1. Specification
- [x] Add summary one-liner requirements and scenarios.
## 2. Behavior
- [x] Require `oneliner` in the `write_summary` tool signature.
- [x] Validate `oneliner` does not contain line breaks.
- [x] Write `oneliner` to summary note frontmatter.
- [x] Instruct the summary agent to keep the one-liner very short.
## 3. Verification
- [x] Add focused behavior tests.
- [x] Run relevant tests.
- [x] Validate OpenSpec change.