Skip to content

Commit 2475496

Browse files
VidGuiCodeclaude
andcommitted
Add ROADMAP.md with v0.2.5 planned features
Moves planned work out of CHANGELOG (which should only record shipped releases) into a dedicated ROADMAP.md. Linked from README. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 80674eb commit 2475496

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,12 @@ This is disclosed upfront so there is no confusion about how the project was bui
420420

421421
---
422422

423+
## Roadmap
424+
425+
See [ROADMAP.md](ROADMAP.md) for planned features and improvements.
426+
427+
---
428+
423429
## License
424430

425431
[MIT](LICENSE) — use freely, modify freely, redistribute freely.

ROADMAP.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Roadmap
2+
3+
Planned improvements and features for upcoming releases. This is a living document — items may shift between releases or be dropped based on usage and feedback.
4+
5+
---
6+
7+
## v0.2.5
8+
9+
### Features
10+
11+
- **`--assignee me`** — resolve the special token `me` to the current authenticated user so `plane issue list --assignee me` works without knowing your own email
12+
- **`plane issue mine`** — shortcut for listing issues assigned to the current user
13+
- **`plane cycle current`** — show the active/in-progress cycle and its issues
14+
- **`plane issue list --updated-since <date>`** — filter issues by last-updated date, useful for "what changed today" in CI and AI workflows
15+
16+
### Reliability
17+
18+
- **Post-pack release verification** — install the `.tgz` into a temp directory and run smoke tests against the installed binary before publishing, to catch version mismatches or broken dist files before they reach users
19+
20+
### Output consistency
21+
22+
- **Normalize `--json` passthrough output** on `issue list`, `cycle issues`, and `module issues` to return camelCase resolved fields (state name, identifier string) instead of raw API shapes, closing the gap between `--json` and `--json --fields`
23+
24+
### Error messages
25+
26+
- **Better diagnostics on auth failures and 404s** — surface which part of the resolution failed (workspace / project / issue number) so failures are actionable rather than cryptic
27+
28+
---
29+
30+
Items beyond v0.2.5 will be added as the project evolves. Feedback and suggestions welcome via [GitHub Issues](https://github.com/VidGuiCode/plane-cli/issues).

0 commit comments

Comments
 (0)