@claudexor/context 3.3.7-rc.0 → 3.3.8

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.
@@ -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/audit/agent/orchestrate) so a versioned
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 `audit` failed but `run`/`ask`
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.
@@ -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/audit/agent/orchestrate) so a versioned
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 `audit` failed but `run`/`ask`
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.3.7-rc.0",
3
+ "version": "3.3.8",
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.3.7-rc.0",
20
- "@claudexor/schema": "3.3.7-rc.0",
21
- "@claudexor/util": "3.3.7-rc.0"
19
+ "@claudexor/core": "3.3.8",
20
+ "@claudexor/schema": "3.3.8",
21
+ "@claudexor/util": "3.3.8"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",