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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. 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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sidecar-cli",
3
- "version": "0.1.1-beta.2",
3
+ "version": "0.1.1-beta.3",
4
4
  "description": "Local-first project memory and recording tool",
5
5
  "scripts": {
6
6
  "build": "npm run clean && tsc -p tsconfig.json",