i-plane 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/dist/cli.js +65 -64
- package/docs/api-coverage.md +40 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -128,6 +128,15 @@ labels and states are plain text; work item descriptions and comments are Markdo
|
|
|
128
128
|
|
|
129
129
|
## Plan work and triage incoming requests
|
|
130
130
|
|
|
131
|
+
Use intake for a bug report, support request or idea that still needs a decision.
|
|
132
|
+
Use a module for a feature, milestone or workstream with a shared goal; its work
|
|
133
|
+
may span several cycles and belong to other modules too. Cycles define the time
|
|
134
|
+
window for planned work.
|
|
135
|
+
|
|
136
|
+
Command help includes required options, usage notes, examples and follow-up
|
|
137
|
+
calls. For the field-by-field distinction between Plane and CLI capabilities,
|
|
138
|
+
see [API coverage and concepts](docs/api-coverage.md#what-modules-and-intake-are-for).
|
|
139
|
+
|
|
131
140
|
```bash
|
|
132
141
|
i-plane project update KB --cycles --modules --intake
|
|
133
142
|
i-plane cycle create "Sprint 1" --project KB --start 2026-10-01 --end 2026-10-14
|