sidecar-cli 0.1.1-beta.2 → 0.1.1-beta.3
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -256,6 +256,11 @@ Initial UI screens:
|
|
|
256
256
|
- Decisions: decision records with summary and timestamps
|
|
257
257
|
- Preferences: `.sidecar/preferences.json` and `.sidecar/summary.md`
|
|
258
258
|
|
|
259
|
+
UI write support (v1):
|
|
260
|
+
|
|
261
|
+
- Add notes from Overview
|
|
262
|
+
- Add open tasks from Overview
|
|
263
|
+
|
|
259
264
|
## JSON output
|
|
260
265
|
|
|
261
266
|
Most commands support `--json` and return structured output:
|