@vincemakes/kiso-ask-ext 0.14.0 → 0.15.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/dist/kiso-ask.mjs CHANGED
@@ -102,9 +102,11 @@ export default async function createAskExtension(ui) {
102
102
  // two panels in front of one decision — "approve asking you
103
103
  // something?" then the question itself — and the second panel can
104
104
  // already be declined, which is the same power the first one
105
- // offered. (The chain is deny > ask > allow over the SPEAKING
106
- // verdicts, so this allow never overrides a user extension's deny
107
- // or plan mode's read-only refusal the moats keep their teeth.)
105
+ // offered. (The chain is deny > allow > ask the W21/R3 ruling;
106
+ // this comment once said "deny > ask > allow", corrected at TT-1A —
107
+ // so this allow never overrides a user extension's DENY or plan
108
+ // mode's read-only refusal; it does silence an earlier ask, which
109
+ // is exactly the dont-ask-again power the ordering exists to grant.)
108
110
  approvals: [
109
111
  {
110
112
  decide: (call) =>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincemakes/kiso-ask-ext",
3
- "version": "0.14.0",
3
+ "version": "0.15.1",
4
4
  "description": "kiso official ask extension — ask_user option panels: the model asks the human, the answers are durable facts",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -23,7 +23,7 @@
23
23
  "test": "vitest run"
24
24
  },
25
25
  "devDependencies": {
26
- "@vincemakes/kiso-core": "0.14.0",
26
+ "@vincemakes/kiso-core": "0.15.1",
27
27
  "@types/node": "^26.1.2",
28
28
  "typescript": "^5.7.2",
29
29
  "vitest": "^3.0.0"