@basou/core 0.39.0 → 0.40.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basou/core",
3
- "version": "0.39.0",
3
+ "version": "0.40.0",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "Core primitives for Basou: sessions, events, approvals, git capability",
@@ -233,7 +233,7 @@
233
233
  "type": "object",
234
234
  "properties": {
235
235
  "codex": {
236
- "description": "Opt in to rendering this workspace's orientation into the user-global ~/.codex/AGENTS.md on `basou refresh` and `basou run codex`. Off when absent: that file is auto-loaded by Codex for every project on the machine, so nothing is written there unless the workspace says so.",
236
+ "description": "Retired and ignored. It used to opt this workspace into rendering its orientation into the user-global ~/.codex/AGENTS.md; nothing is written there any more a Codex session receives the workspace's position from the SessionStart hook (`basou hook install codex`).",
237
237
  "type": "boolean"
238
238
  }
239
239
  },
@@ -243,7 +243,7 @@
243
243
  "type": "object",
244
244
  "properties": {
245
245
  "confidential": {
246
- "description": "This workspace's provenance must not persist where another workspace's tool reads it. Today this means its orientation is never rendered into the user-global ~/.codex/AGENTS.md by `basou refresh` or `basou run codex`, regardless of `channels`. It does not yet govern `basou protocol sync`, and it gates writing only — it cannot keep another workspace's block out of this workspace's tool.",
246
+ "description": "Posture: this workspace's provenance must not persist where another workspace's tool reads it. The one writer this used to gate rendering the orientation into the user-global ~/.codex/AGENTS.md is retired, so today the key gates nothing; it stays declared so a future writer to a shared surface must consult it. A top-level `confidential` is rejected rather than ignored.",
247
247
  "type": "boolean"
248
248
  }
249
249
  },