@basou/core 0.38.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.38.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",
@@ -228,6 +228,26 @@
228
228
  ],
229
229
  "additionalProperties": {}
230
230
  }
231
+ },
232
+ "channels": {
233
+ "type": "object",
234
+ "properties": {
235
+ "codex": {
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
+ "type": "boolean"
238
+ }
239
+ },
240
+ "additionalProperties": {}
241
+ },
242
+ "policies": {
243
+ "type": "object",
244
+ "properties": {
245
+ "confidential": {
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
+ "type": "boolean"
248
+ }
249
+ },
250
+ "additionalProperties": {}
231
251
  }
232
252
  },
233
253
  "required": [