instar 1.3.729 → 1.3.731
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/commands/server.d.ts.map +1 -1
- package/dist/commands/server.js +254 -2
- package/dist/commands/server.js.map +1 -1
- package/dist/core/CoherenceGate.d.ts +119 -0
- package/dist/core/CoherenceGate.d.ts.map +1 -1
- package/dist/core/CoherenceGate.js +342 -19
- package/dist/core/CoherenceGate.js.map +1 -1
- package/dist/core/CoherenceReviewer.d.ts +30 -0
- package/dist/core/CoherenceReviewer.d.ts.map +1 -1
- package/dist/core/CoherenceReviewer.js +14 -0
- package/dist/core/CoherenceReviewer.js.map +1 -1
- package/dist/core/FileClassifier.d.ts.map +1 -1
- package/dist/core/FileClassifier.js +7 -0
- package/dist/core/FileClassifier.js.map +1 -1
- package/dist/core/ModelSwapService.d.ts +13 -0
- package/dist/core/ModelSwapService.d.ts.map +1 -1
- package/dist/core/ModelSwapService.js +11 -0
- package/dist/core/ModelSwapService.js.map +1 -1
- package/dist/core/ModelTierEscalation.d.ts +10 -0
- package/dist/core/ModelTierEscalation.d.ts.map +1 -1
- package/dist/core/ModelTierEscalation.js +4 -0
- package/dist/core/ModelTierEscalation.js.map +1 -1
- package/dist/core/PostUpdateMigrator.d.ts +1 -0
- package/dist/core/PostUpdateMigrator.d.ts.map +1 -1
- package/dist/core/PostUpdateMigrator.js +43 -0
- package/dist/core/PostUpdateMigrator.js.map +1 -1
- package/dist/core/ProactiveSwapMonitor.d.ts +74 -20
- package/dist/core/ProactiveSwapMonitor.d.ts.map +1 -1
- package/dist/core/ProactiveSwapMonitor.js +349 -28
- package/dist/core/ProactiveSwapMonitor.js.map +1 -1
- package/dist/core/QuotaAwareScheduler.d.ts +70 -3
- package/dist/core/QuotaAwareScheduler.d.ts.map +1 -1
- package/dist/core/QuotaAwareScheduler.js +100 -16
- package/dist/core/QuotaAwareScheduler.js.map +1 -1
- package/dist/core/ResponseReviewDecisionLog.d.ts +45 -0
- package/dist/core/ResponseReviewDecisionLog.d.ts.map +1 -0
- package/dist/core/ResponseReviewDecisionLog.js +85 -0
- package/dist/core/ResponseReviewDecisionLog.js.map +1 -0
- package/dist/core/SessionManager.d.ts +28 -0
- package/dist/core/SessionManager.d.ts.map +1 -1
- package/dist/core/SessionManager.js +102 -0
- package/dist/core/SessionManager.js.map +1 -1
- package/dist/core/SessionRefresh.d.ts +116 -1
- package/dist/core/SessionRefresh.d.ts.map +1 -1
- package/dist/core/SessionRefresh.js +280 -17
- package/dist/core/SessionRefresh.js.map +1 -1
- package/dist/core/SwapAntiThrash.d.ts +329 -0
- package/dist/core/SwapAntiThrash.d.ts.map +1 -0
- package/dist/core/SwapAntiThrash.js +1025 -0
- package/dist/core/SwapAntiThrash.js.map +1 -0
- package/dist/core/SwapLedger.d.ts +168 -0
- package/dist/core/SwapLedger.d.ts.map +1 -0
- package/dist/core/SwapLedger.js +275 -0
- package/dist/core/SwapLedger.js.map +1 -0
- package/dist/core/SwapWorkGate.d.ts +100 -0
- package/dist/core/SwapWorkGate.d.ts.map +1 -0
- package/dist/core/SwapWorkGate.js +175 -0
- package/dist/core/SwapWorkGate.js.map +1 -0
- package/dist/core/WriteDomainRegistry.d.ts.map +1 -1
- package/dist/core/WriteDomainRegistry.js +21 -0
- package/dist/core/WriteDomainRegistry.js.map +1 -1
- package/dist/core/conversationContextWiring.d.ts +51 -0
- package/dist/core/conversationContextWiring.d.ts.map +1 -0
- package/dist/core/conversationContextWiring.js +78 -0
- package/dist/core/conversationContextWiring.js.map +1 -0
- package/dist/core/devGatedFeatures.d.ts.map +1 -1
- package/dist/core/devGatedFeatures.js +6 -0
- package/dist/core/devGatedFeatures.js.map +1 -1
- package/dist/core/reviewers/conversational-tone.d.ts.map +1 -1
- package/dist/core/reviewers/conversational-tone.js +15 -1
- package/dist/core/reviewers/conversational-tone.js.map +1 -1
- package/dist/core/types.d.ts +102 -1
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js.map +1 -1
- package/dist/core/untrustedConversationContext.d.ts +77 -0
- package/dist/core/untrustedConversationContext.d.ts.map +1 -0
- package/dist/core/untrustedConversationContext.js +134 -0
- package/dist/core/untrustedConversationContext.js.map +1 -0
- package/dist/monitoring/ReviewCanaryBattery.d.ts +160 -0
- package/dist/monitoring/ReviewCanaryBattery.d.ts.map +1 -0
- package/dist/monitoring/ReviewCanaryBattery.js +416 -0
- package/dist/monitoring/ReviewCanaryBattery.js.map +1 -0
- package/dist/monitoring/guardManifest.d.ts.map +1 -1
- package/dist/monitoring/guardManifest.js +40 -1
- package/dist/monitoring/guardManifest.js.map +1 -1
- package/dist/scaffold/templates.d.ts.map +1 -1
- package/dist/scaffold/templates.js +6 -0
- package/dist/scaffold/templates.js.map +1 -1
- package/dist/server/AgentServer.d.ts +4 -0
- package/dist/server/AgentServer.d.ts.map +1 -1
- package/dist/server/AgentServer.js +20 -0
- package/dist/server/AgentServer.js.map +1 -1
- package/dist/server/CapabilityIndex.d.ts.map +1 -1
- package/dist/server/CapabilityIndex.js +1 -0
- package/dist/server/CapabilityIndex.js.map +1 -1
- package/dist/server/routes.d.ts +5 -0
- package/dist/server/routes.d.ts.map +1 -1
- package/dist/server/routes.js +72 -4
- package/dist/server/routes.js.map +1 -1
- package/package.json +1 -1
- package/src/data/builtin-manifest.json +65 -65
- package/src/scaffold/templates/jobs/instar/review-canary-battery.md +31 -0
- package/src/scaffold/templates.ts +6 -0
- package/upgrades/1.3.730.md +112 -0
- package/upgrades/1.3.731.md +97 -0
- package/upgrades/side-effects/context-aware-outbound-review.md +62 -0
- package/upgrades/side-effects/swap-continuity-antithrash.md +118 -0
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
import { type GateResult } from './reviewers/gate-reviewer.js';
|
|
17
17
|
import type { CapabilityRegistry, CommonBlocker } from './types.js';
|
|
18
18
|
import type { ResponseReviewConfig } from './types.js';
|
|
19
|
+
import { type AskLicenseMode, type ConversationContextMessage, type ConversationContextMeta } from './untrustedConversationContext.js';
|
|
20
|
+
import { ResponseReviewDecisionLog } from './ResponseReviewDecisionLog.js';
|
|
19
21
|
export interface EvaluateRequest {
|
|
20
22
|
message: string;
|
|
21
23
|
sessionId: string;
|
|
@@ -32,6 +34,19 @@ export interface EvaluateRequest {
|
|
|
32
34
|
autonomyLevel?: 'cautious' | 'supervised' | 'collaborative' | 'autonomous';
|
|
33
35
|
isResearchSession?: boolean;
|
|
34
36
|
};
|
|
37
|
+
/**
|
|
38
|
+
* Test-route-ONLY telemetry tags (context-aware-outbound-review §D9.4b tag
|
|
39
|
+
* plumbing): the canary-battery driver's `/review/test` replays carry
|
|
40
|
+
* `canary: true` + a `fixtureId`, stamped by the §D8 decision-log writer
|
|
41
|
+
* onto the row so battery rows are excluded from the §D9.3 denominator and
|
|
42
|
+
* adjudication queue. `POST /review/evaluate` NEVER reads or forwards these
|
|
43
|
+
* fields (pinned by test — boundary 13 side B), so the reviewed principal
|
|
44
|
+
* can never tag its own real turns out of the denominator.
|
|
45
|
+
*/
|
|
46
|
+
telemetry?: {
|
|
47
|
+
canary?: boolean;
|
|
48
|
+
fixtureId?: string;
|
|
49
|
+
};
|
|
35
50
|
}
|
|
36
51
|
export interface EvaluateResponse {
|
|
37
52
|
pass: boolean;
|
|
@@ -49,6 +64,14 @@ export interface EvaluateResponse {
|
|
|
49
64
|
_outcome?: string;
|
|
50
65
|
/** Internal: whether a research agent was triggered */
|
|
51
66
|
_researchTriggered?: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* Internal: non-body metadata about the conversational context acquired for
|
|
69
|
+
* this evaluation (context-aware-outbound-review §D7 — counts + truncation
|
|
70
|
+
* + source + askLicenseMode, NEVER bodies). Returned in-band by
|
|
71
|
+
* `/review/test` so the canary-battery driver asserts the pinned
|
|
72
|
+
* ask-license mode; absent when no context was acquired.
|
|
73
|
+
*/
|
|
74
|
+
_contextMeta?: ConversationContextMeta;
|
|
52
75
|
}
|
|
53
76
|
export interface AuditViolation {
|
|
54
77
|
reviewer: string;
|
|
@@ -88,10 +111,58 @@ export interface CoherenceGateOptions {
|
|
|
88
111
|
* fail-closed behavior WITHOUT a restart. When omitted, the gate falls back to
|
|
89
112
|
* the static `config.failClosedOnCriticalAbstain` snapshot, then to the safe
|
|
90
113
|
* default (true = fail-closed ON). Additive + backward-compatible.
|
|
114
|
+
*
|
|
115
|
+
* WIDENED (context-aware-outbound-review §D10, round-1 M2): the getter also
|
|
116
|
+
* returns the RESOLVED `conversationalContext` block. Dev-gate resolution
|
|
117
|
+
* (`resolveDevAgentGate` against the live top-level `developmentAgent` flag)
|
|
118
|
+
* happens at the WIRING layer — the gate NEVER resolves the gate itself.
|
|
119
|
+
* Precedence (r3, round-2 L4): an ABSENT getter resolves the feature DARK —
|
|
120
|
+
* even against an `enabled: true` config snapshot — so a mis-wired build
|
|
121
|
+
* fails toward current behavior, never toward stale-config context
|
|
122
|
+
* injection.
|
|
91
123
|
*/
|
|
92
124
|
liveConfig?: () => {
|
|
93
125
|
failClosedOnCriticalAbstain?: boolean;
|
|
126
|
+
conversationalContext?: {
|
|
127
|
+
enabled?: boolean;
|
|
128
|
+
maxMessages?: number;
|
|
129
|
+
maxCharsPerMessage?: number;
|
|
130
|
+
maxTotalChars?: number;
|
|
131
|
+
injectReviewers?: string[];
|
|
132
|
+
};
|
|
94
133
|
};
|
|
134
|
+
/**
|
|
135
|
+
* Injected conversation source (context-aware-outbound-review §D1).
|
|
136
|
+
* SYNCHRONOUS by decision (r2): the server wires it to
|
|
137
|
+
* `TopicMemory.getRecentMessages` (better-sqlite3, indexed LIMIT query)
|
|
138
|
+
* through `buildConversationContext` (conversationContextWiring.ts), which
|
|
139
|
+
* RETURNS the wiring-computed per-row `verifiedOperator` tags and the
|
|
140
|
+
* window's `askLicenseMode` (R4-m1). The gate stays decoupled from
|
|
141
|
+
* src/memory/ and src/users/ — it sees only this function. Any throw is
|
|
142
|
+
* caught at acquisition (§D5: no context section, review proceeds
|
|
143
|
+
* unchanged).
|
|
144
|
+
*/
|
|
145
|
+
conversationContextProvider?: (topicId: number, limit: number) => {
|
|
146
|
+
messages: ConversationContextMessage[];
|
|
147
|
+
askLicenseMode: AskLicenseMode;
|
|
148
|
+
};
|
|
149
|
+
/**
|
|
150
|
+
* Injectable §D8 decision log (tests). Defaults to
|
|
151
|
+
* `<stateDir>/../logs/response-review-decisions.jsonl`.
|
|
152
|
+
*/
|
|
153
|
+
decisionLog?: ResponseReviewDecisionLog;
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* The wiring-resolved `responseReview.conversationalContext` block as the
|
|
157
|
+
* gate consumes it (context-aware-outbound-review §D10). `enabled` here is
|
|
158
|
+
* ALWAYS a concrete boolean — the devAgentGate funnel resolved it upstream.
|
|
159
|
+
*/
|
|
160
|
+
export interface ResolvedConversationalContextConfig {
|
|
161
|
+
enabled: boolean;
|
|
162
|
+
maxMessages: number;
|
|
163
|
+
maxCharsPerMessage: number;
|
|
164
|
+
maxTotalChars: number;
|
|
165
|
+
injectReviewers: string[];
|
|
95
166
|
}
|
|
96
167
|
/**
|
|
97
168
|
* Ledger event for Integrated-Being v1 — fires on block decisions.
|
|
@@ -120,6 +191,8 @@ export declare class CoherenceGate {
|
|
|
120
191
|
private canonicalState;
|
|
121
192
|
private onResearchTriggered?;
|
|
122
193
|
private liveConfig?;
|
|
194
|
+
private conversationContextProvider?;
|
|
195
|
+
private decisionLog;
|
|
123
196
|
private onLedgerEventSink;
|
|
124
197
|
private static RETENTION_DAYS;
|
|
125
198
|
constructor(options: CoherenceGateOptions);
|
|
@@ -170,6 +243,45 @@ export declare class CoherenceGate {
|
|
|
170
243
|
* snapshot, then the safe default. A throwing getter falls back to ON.
|
|
171
244
|
*/
|
|
172
245
|
private getFailClosedOnCriticalAbstain;
|
|
246
|
+
/**
|
|
247
|
+
* Resolve the LIVE conversational-context config (context-aware-outbound-
|
|
248
|
+
* review §D10). Returns null when the feature is DARK. Load-bearing
|
|
249
|
+
* precedence (r3, round-2 L4): an ABSENT liveConfig getter resolves DARK —
|
|
250
|
+
* even against an `enabled: true` static config snapshot — so a mis-wired
|
|
251
|
+
* build fails toward current behavior, never toward stale-config context
|
|
252
|
+
* injection. Dev-gate resolution happened at the WIRING layer; this method
|
|
253
|
+
* requires a concrete `enabled === true` and never resolves the gate itself.
|
|
254
|
+
*/
|
|
255
|
+
private getConversationalContextConfig;
|
|
256
|
+
/**
|
|
257
|
+
* The resolved reviewer opt-in set (§D3): the config-resolved built-in list
|
|
258
|
+
* (v1 default `['conversational-tone']` ALONE — round-1 M1) plus any custom
|
|
259
|
+
* DynamicReviewer that opted in via its `contextRequirements`
|
|
260
|
+
* `'recent-conversation'` key. Honored ONLY within the structural scoping
|
|
261
|
+
* at the fan-out (primary-user recipient) — a config-only opt-in can never
|
|
262
|
+
* expand exposure beyond what the M1 exclusion accepted.
|
|
263
|
+
*/
|
|
264
|
+
private resolveInjectReviewers;
|
|
265
|
+
/**
|
|
266
|
+
* §D9.4 bounded counterfactual re-review: ONE context-stripped re-review of
|
|
267
|
+
* the SAME message through each opted-in reviewer that would-blocked WITH
|
|
268
|
+
* context, logged beside the original in the §D8 JSONL (`counterfactual:
|
|
269
|
+
* true`, shared pairId). A reviewer that would-blocks WITH context but
|
|
270
|
+
* PASSES without it is a CONTEXT-MINTED block — the one-way property (D3.2)
|
|
271
|
+
* read directly off the pair. Soak-only: callable ONLY from the observeOnly
|
|
272
|
+
* branch. Fire-and-forget; every failure is contained (telemetry never
|
|
273
|
+
* affects a verdict, and nothing here may throw into the pipeline).
|
|
274
|
+
*/
|
|
275
|
+
private runCounterfactualReReview;
|
|
276
|
+
/**
|
|
277
|
+
* Append a row to the durable §D8 decision log through the gate's single
|
|
278
|
+
* writer. Used by the ReviewCanaryBattery for its per-run batterySummary
|
|
279
|
+
* row (R4-m5: the summary is a SECOND, additive row type on the SAME JSONL,
|
|
280
|
+
* written through the same writer). Never throws.
|
|
281
|
+
*/
|
|
282
|
+
appendDecisionRow(row: Record<string, unknown>): void;
|
|
283
|
+
/** Absolute path of the §D8 decision log (observability + tests). */
|
|
284
|
+
getDecisionLogPath(): string;
|
|
173
285
|
private resolveCriticality;
|
|
174
286
|
private resolveChannelConfig;
|
|
175
287
|
private isExternalChannel;
|
|
@@ -239,6 +351,13 @@ interface AuditLogEntry {
|
|
|
239
351
|
verdict: string;
|
|
240
352
|
violations: AuditViolation[];
|
|
241
353
|
note: string;
|
|
354
|
+
/**
|
|
355
|
+
* Non-body metadata about the conversational context available for this
|
|
356
|
+
* verdict (context-aware-outbound-review §D7/§6): answers "was context even
|
|
357
|
+
* available?" — the first question of any future false-positive triage.
|
|
358
|
+
* NEVER context bodies. Absent when no context was acquired.
|
|
359
|
+
*/
|
|
360
|
+
contextMeta?: ConversationContextMeta;
|
|
242
361
|
}
|
|
243
362
|
export interface ReviewProposal {
|
|
244
363
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoherenceGate.d.ts","sourceRoot":"","sources":["../../src/core/CoherenceGate.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"CoherenceGate.d.ts","sourceRoot":"","sources":["../../src/core/CoherenceGate.ts"],"names":[],"mappings":"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"}
|