@claudexor/context 3.2.0 → 3.2.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/contextpack.d.ts +2 -2
- package/dist/contextpack.js +2 -2
- package/package.json +4 -4
package/dist/contextpack.d.ts
CHANGED
|
@@ -7,9 +7,9 @@ export interface ContextPackOptions extends AtlasOptions {
|
|
|
7
7
|
export declare const DEFAULT_MANDATORY_CONTEXT: string[];
|
|
8
8
|
/**
|
|
9
9
|
* Uniform fail-closed preflight for EXPLICITLY-configured mandatory context.
|
|
10
|
-
* Called by every run mode (ask/plan/
|
|
10
|
+
* Called by every canonical run mode (ask/plan/agent) so a versioned
|
|
11
11
|
* `mandatory_files` contract is honored identically — not just by the modes that
|
|
12
|
-
* happen to build a ContextPack (the bug where
|
|
12
|
+
* happen to build a ContextPack (the bug where one route failed but another
|
|
13
13
|
* silently passed the same repo). A no-op when the list is empty (the default,
|
|
14
14
|
* since `claudexor init` no longer seeds it), so fresh repos are never gated.
|
|
15
15
|
* Read-only: only checks file readability, never mutates.
|
package/dist/contextpack.js
CHANGED
|
@@ -8,9 +8,9 @@ import { buildScopeAtlas, contextSymlinkDenyReason } from "./atlas.js";
|
|
|
8
8
|
export const DEFAULT_MANDATORY_CONTEXT = ["README.md", "docs/ARCHITECTURE.md"];
|
|
9
9
|
/**
|
|
10
10
|
* Uniform fail-closed preflight for EXPLICITLY-configured mandatory context.
|
|
11
|
-
* Called by every run mode (ask/plan/
|
|
11
|
+
* Called by every canonical run mode (ask/plan/agent) so a versioned
|
|
12
12
|
* `mandatory_files` contract is honored identically — not just by the modes that
|
|
13
|
-
* happen to build a ContextPack (the bug where
|
|
13
|
+
* happen to build a ContextPack (the bug where one route failed but another
|
|
14
14
|
* silently passed the same repo). A no-op when the list is empty (the default,
|
|
15
15
|
* since `claudexor init` no longer seeds it), so fresh repos are never gated.
|
|
16
16
|
* Read-only: only checks file readability, never mutates.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claudexor/context",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "AGENTS.md-first context: Scope Atlas (no silent truncation), hashable ContextPack, evidence packet.",
|
|
6
6
|
"type": "module",
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@claudexor/core": "3.2.
|
|
20
|
-
"@claudexor/
|
|
21
|
-
"@claudexor/
|
|
19
|
+
"@claudexor/core": "3.2.1",
|
|
20
|
+
"@claudexor/schema": "3.2.1",
|
|
21
|
+
"@claudexor/util": "3.2.1"
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|