docs(skill): document things open flags and edit prepend/append#89
Merged
Conversation
The bundled skill is shipped in-binary, so flags missing from SKILL.md stay invisible to agents reading it. `things open` was the worst gap — none of `-p`/`-a`/`-t`/`-q`/`--filter`/`--background` were listed, just `<ref|list>`. `things edit` and `things project edit` hid several real flags behind a `...`; spell them out so agents don't have to call `--help` to discover them.
2 tasks
ryanlewis
added a commit
that referenced
this pull request
May 10, 2026
## Summary - Adds `.github/releases/v0.3.2.md`, the header GoReleaser prepends to the auto-generated changelog when the `v0.3.2` tag is pushed. Patch release covers #89 (fuller bundled SKILL.md — `things open` flags + explicit edit/project-edit flag listing). ## Test plan - [x] File matches the v0.3.1 / v0.3.0 format - [ ] After merge, tag v0.3.2 and confirm the GoReleaser workflow picks the header up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
things open's flags (-p/-a/-t/-q/--filter/--background) — the bundled SKILL.md previously showed onlythings open <ref|list>, leaving every flag invisible to agents that read the skill....onthings edit/things project editwith the actual flag list — adds--prepend-notes,--append-notes,--checklist,--prepend-checklist,--append-checklist,--list-id,--heading-idto edit and--prepend-notes/--append-notesto project edit.The recent
--on / --from / --tolist filters (#81) were already documented in #80, so no change needed there.Test plan