@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/dist/index.d.ts +105 -1
- package/dist/index.js +150 -17
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/schemas/manifest.schema.json +2 -2
package/package.json
CHANGED
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"type": "object",
|
|
234
234
|
"properties": {
|
|
235
235
|
"codex": {
|
|
236
|
-
"description": "
|
|
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": "
|
|
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
|
},
|