@pellux/goodvibes-agent 0.1.111 → 0.1.112

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/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  All notable changes to GoodVibes Agent will be recorded here.
4
4
 
5
+ ## 0.1.112 - 2026-06-02
6
+
7
+ - 566995c test: align operator visibility gate
8
+ - 5035e09 fix: remove daemon-home cli flag
9
+ - f31e35c fix: remove copied recall cli alias
10
+ - aba694f fix: hide stale health open usage
11
+ - a771a42 fix: remove copied panel entrypoints from agent commands
12
+ - 27c858d fix: keep work tracking out of copied panels
13
+ - f13c66a fix: keep profile workspace agent owned
14
+ - 523415f fix: simplify agent command surface
15
+ - 0e55cb3 ci: collapse branch gate into one test job
16
+ - 5d6d7f3 fix: make mcp servers setup action explicit
17
+ - 95b6994 feat: show connected channel diagnostics
18
+ - 1daeac0 fix: keep host posture out of agent setup
19
+ - e8ef013 feat: improve channel setup visibility
20
+
5
21
  ## 0.1.111 - 2026-06-02
6
22
 
7
23
  - 3c53136 fix: harden package runtime bundle
package/README.md CHANGED
@@ -90,9 +90,9 @@ Local Agent behavior is editable from the TUI:
90
90
  /schedule reconcile
91
91
  /channels
92
92
  /agent-skills create --name "Morning Brief" --description "Daily briefing flow" --procedure "Check tasks, approvals, calendar, and unread state before summarizing." --enabled true
93
- /skills local list
94
- /recall add fact Prefers concise morning briefings --scope project --tags preference
95
- /recall search morning
93
+ /skills list
94
+ /memory add fact "Prefers concise morning briefings" --scope project --tags preference
95
+ /memory search morning
96
96
  ```
97
97
 
98
98
  Starting a routine records local usage and prints its steps; it does not spawn background agents or automation jobs. Promotion to a connected schedule is separate and explicit: it calls the public `schedules.create` route only after `--yes`, can include explicit delivery targets such as `--delivery-channel slack`, records a redacted local receipt, and the generated scheduled prompt keeps Agent Knowledge isolated from default Knowledge/Wiki and non-Agent knowledge segments. Use `/schedule reconcile` to compare those local receipts against live connected schedules through public `schedules.list`.