@neuroverseos/governance 0.4.0 → 0.4.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/adapters/autoresearch.d.cts +2 -1
- package/dist/adapters/autoresearch.d.ts +2 -1
- package/dist/adapters/autoresearch.js +2 -2
- package/dist/adapters/deep-agents.d.cts +3 -2
- package/dist/adapters/deep-agents.d.ts +3 -2
- package/dist/adapters/deep-agents.js +2 -2
- package/dist/adapters/express.d.cts +2 -1
- package/dist/adapters/express.d.ts +2 -1
- package/dist/adapters/express.js +2 -2
- package/dist/adapters/index.cjs +66 -1
- package/dist/adapters/index.d.cts +4 -278
- package/dist/adapters/index.d.ts +4 -278
- package/dist/adapters/index.js +33 -33
- package/dist/adapters/langchain.d.cts +3 -2
- package/dist/adapters/langchain.d.ts +3 -2
- package/dist/adapters/langchain.js +2 -2
- package/dist/adapters/mentraos.cjs +2181 -0
- package/dist/adapters/mentraos.d.cts +319 -0
- package/dist/adapters/mentraos.d.ts +319 -0
- package/dist/{mentraos-YFS7FMJH.js → adapters/mentraos.js} +6 -6
- package/dist/adapters/openai.d.cts +3 -2
- package/dist/adapters/openai.d.ts +3 -2
- package/dist/adapters/openai.js +2 -2
- package/dist/adapters/openclaw.d.cts +3 -2
- package/dist/adapters/openclaw.d.ts +3 -2
- package/dist/adapters/openclaw.js +2 -2
- package/dist/{add-LYHDZ5RL.js → add-XSANI3FK.js} +1 -1
- package/dist/bootstrap-contract-DcV6t-8M.d.cts +216 -0
- package/dist/bootstrap-contract-DcV6t-8M.d.ts +216 -0
- package/dist/{build-THUEYMVT.js → build-EGBGZFIJ.js} +5 -5
- package/dist/{chunk-MFKHTE5R.js → chunk-3AYKQHYI.js} +1 -1
- package/dist/chunk-3S5AD4AB.js +421 -0
- package/dist/{chunk-V4FZHJQX.js → chunk-A7SHG75T.js} +1 -1
- package/dist/{chunk-JKGPSFGH.js → chunk-AV7XJJWK.js} +1 -1
- package/dist/{chunk-Y6WXAPKY.js → chunk-DA5MHFRR.js} +1 -1
- package/dist/{chunk-7D7PZLB7.js → chunk-FS2UUJJO.js} +3 -3
- package/dist/{chunk-TD5GKIHP.js → chunk-FVOGUCB6.js} +1 -1
- package/dist/{chunk-APU4OZIP.js → chunk-GTPV2XGO.js} +67 -2
- package/dist/{chunk-BXLTEUS4.js → chunk-I4RTIMLX.js} +2 -2
- package/dist/{chunk-5JUZ4HL7.js → chunk-J2IZBHXJ.js} +3 -3
- package/dist/{chunk-YNYCQECH.js → chunk-QMVQ6KPL.js} +1 -1
- package/dist/{chunk-25XHSTPT.js → chunk-RDA7ISWC.js} +1 -1
- package/dist/{chunk-DWHUZUEY.js → chunk-YJ34R5NB.js} +1 -1
- package/dist/{chunk-UTH7OXTM.js → chunk-ZEIT2QLM.js} +3 -3
- package/dist/cli/neuroverse.cjs +580 -28
- package/dist/cli/neuroverse.js +21 -21
- package/dist/cli/plan.js +2 -2
- package/dist/cli/run.js +2 -2
- package/dist/{demo-66MMJTEH.js → demo-6OQYWRR6.js} +3 -3
- package/dist/{derive-5LOMN7GO.js → derive-7Y7YWVLU.js} +4 -4
- package/dist/{doctor-WIO4FLA3.js → doctor-NHXI7OQW.js} +3 -2
- package/dist/engine/bootstrap-emitter.cjs +241 -0
- package/dist/engine/bootstrap-emitter.d.cts +27 -0
- package/dist/engine/bootstrap-emitter.d.ts +27 -0
- package/dist/{bootstrap-emitter-GIMOJFOC.js → engine/bootstrap-emitter.js} +2 -2
- package/dist/engine/bootstrap-parser.cjs +560 -0
- package/dist/engine/bootstrap-parser.d.cts +96 -0
- package/dist/engine/bootstrap-parser.d.ts +96 -0
- package/dist/{bootstrap-parser-LBLGVEMU.js → engine/bootstrap-parser.js} +2 -2
- package/dist/engine/guard-engine.cjs +1116 -0
- package/dist/engine/guard-engine.d.cts +60 -0
- package/dist/engine/guard-engine.d.ts +60 -0
- package/dist/{guard-engine-N7TUIUU7.js → engine/guard-engine.js} +3 -3
- package/dist/engine/simulate-engine.cjs +390 -0
- package/dist/engine/simulate-engine.d.cts +105 -0
- package/dist/engine/simulate-engine.d.ts +105 -0
- package/dist/engine/simulate-engine.js +9 -0
- package/dist/{equity-penalties-WWC7UDQD.js → equity-penalties-NVBAB5WL.js} +2 -2
- package/dist/{explain-MUSGDT67.js → explain-HDFN4ION.js} +1 -1
- package/dist/github-TIKTWOGU.js +27 -0
- package/dist/{guard-W3BMQPBJ.js → guard-6KSCWT2W.js} +2 -2
- package/dist/{guard-contract-CLBbTGK_.d.cts → guard-contract-C991HDZp.d.cts} +2 -369
- package/dist/{guard-contract-CLBbTGK_.d.ts → guard-contract-hHjTTjtR.d.ts} +2 -369
- package/dist/{improve-PJDAWW4Q.js → improve-2PWGGO5B.js} +3 -3
- package/dist/index.cjs +452 -0
- package/dist/index.d.cts +231 -492
- package/dist/index.d.ts +231 -492
- package/dist/index.js +76 -55
- package/dist/{lens-IP6GIZ2Q.js → lens-MHMUDCMQ.js} +92 -25
- package/dist/{mcp-server-OG3PPVD2.js → mcp-server-TNIWZ7B5.js} +2 -2
- package/dist/{playground-4BK2XQ47.js → playground-3FLDGBET.js} +2 -2
- package/dist/{redteam-BRZALBPP.js → redteam-HV6LMKEH.js} +2 -2
- package/dist/{session-SGRUT2UH.js → session-XZP2754M.js} +2 -2
- package/dist/{shared-BGzmYP5g.d.cts → shared-DGnn1jiS.d.cts} +1 -1
- package/dist/{shared-CwGpPheR.d.ts → shared-U405h52W.d.ts} +1 -1
- package/dist/{simulate-FGXKIH7V.js → simulate-VT437EEL.js} +2 -2
- package/dist/spatial/index.cjs +682 -0
- package/dist/spatial/index.d.cts +517 -0
- package/dist/spatial/index.d.ts +517 -0
- package/dist/spatial/index.js +633 -0
- package/dist/{test-PT44BSYG.js → test-4WTX6RKQ.js} +2 -2
- package/dist/types.cjs +18 -0
- package/dist/types.d.cts +370 -0
- package/dist/types.d.ts +370 -0
- package/dist/types.js +0 -0
- package/dist/{validate-Q5O5TGLT.js → validate-M52DX22Y.js} +1 -1
- package/dist/{world-V52ZMH26.js → world-O4HTQPDP.js} +1 -1
- package/dist/{world-loader-C4D3VPP3.js → world-loader-YTYFOP7D.js} +1 -1
- package/dist/worlds/mentraos-spatial.nv-world.md +68 -0
- package/package.json +46 -3
- package/dist/{behavioral-SPWPGYXL.js → behavioral-SLW7ALEK.js} +3 -3
- package/dist/{bootstrap-IP5QMC3Q.js → bootstrap-2OW5ZLBL.js} +3 -3
- package/dist/{chunk-7QIAF377.js → chunk-CYDMUJVZ.js} +0 -0
- package/dist/{chunk-QZ666FCV.js → chunk-FHXXD2TI.js} +6 -6
- package/dist/{configure-ai-5MP5DWTT.js → configure-ai-LL3VAPQW.js} +3 -3
package/dist/index.js
CHANGED
|
@@ -1,19 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
actionToGuardEvent,
|
|
3
|
-
createGovernor,
|
|
4
|
-
govern,
|
|
5
|
-
handleCreateCapsule,
|
|
6
|
-
handleHealthCheck,
|
|
7
|
-
handleListPresets,
|
|
8
|
-
handleReasonRequest,
|
|
9
|
-
writeTempWorld
|
|
10
|
-
} from "./chunk-JKGPSFGH.js";
|
|
11
|
-
import {
|
|
12
|
-
adaptationFromVerdict,
|
|
13
|
-
classifyAdaptation,
|
|
14
|
-
detectBehavioralPatterns,
|
|
15
|
-
generateAdaptationNarrative
|
|
16
|
-
} from "./chunk-CNSO6XW5.js";
|
|
17
1
|
import {
|
|
18
2
|
generateImpactReport,
|
|
19
3
|
generateImpactReportFromFile,
|
|
@@ -28,14 +12,6 @@ import {
|
|
|
28
12
|
summarizeAuditEvents,
|
|
29
13
|
verdictToAuditEvent
|
|
30
14
|
} from "./chunk-2VAWP6FI.js";
|
|
31
|
-
import {
|
|
32
|
-
improveWorld,
|
|
33
|
-
renderImproveText
|
|
34
|
-
} from "./chunk-Y6WXAPKY.js";
|
|
35
|
-
import {
|
|
36
|
-
renderSimulateText,
|
|
37
|
-
simulateWorld
|
|
38
|
-
} from "./chunk-7QIAF377.js";
|
|
39
15
|
import {
|
|
40
16
|
BOOTSTRAP_EXIT_CODES
|
|
41
17
|
} from "./chunk-4NGDRRQH.js";
|
|
@@ -49,38 +25,86 @@ import {
|
|
|
49
25
|
extractContentFields
|
|
50
26
|
} from "./chunk-6CV4XG3J.js";
|
|
51
27
|
import {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
28
|
+
actionToGuardEvent,
|
|
29
|
+
createGovernor,
|
|
30
|
+
govern,
|
|
31
|
+
handleCreateCapsule,
|
|
32
|
+
handleHealthCheck,
|
|
33
|
+
handleListPresets,
|
|
34
|
+
handleReasonRequest,
|
|
35
|
+
writeTempWorld
|
|
36
|
+
} from "./chunk-AV7XJJWK.js";
|
|
56
37
|
import {
|
|
57
|
-
|
|
58
|
-
|
|
38
|
+
adaptationFromVerdict,
|
|
39
|
+
classifyAdaptation,
|
|
40
|
+
detectBehavioralPatterns,
|
|
41
|
+
generateAdaptationNarrative
|
|
42
|
+
} from "./chunk-CNSO6XW5.js";
|
|
43
|
+
import {
|
|
44
|
+
GitHubGovernanceBlockedError,
|
|
45
|
+
GitHubGovernor,
|
|
46
|
+
GitHubWebhookHandler,
|
|
47
|
+
createGitHubGovernor,
|
|
48
|
+
createGitHubGovernorFromWorld,
|
|
49
|
+
createGitHubWebhookHandler,
|
|
50
|
+
createGitHubWebhookHandlerFromWorld,
|
|
51
|
+
formatForActions,
|
|
52
|
+
formatPRComment
|
|
53
|
+
} from "./chunk-3S5AD4AB.js";
|
|
59
54
|
import {
|
|
60
55
|
addGuard,
|
|
61
56
|
addInvariant,
|
|
62
57
|
addRule,
|
|
63
58
|
classifyIntent,
|
|
64
59
|
parseGuardDescription
|
|
65
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-FS2UUJJO.js";
|
|
66
61
|
import {
|
|
67
62
|
deriveWorld,
|
|
68
63
|
extractWorldMarkdown,
|
|
69
64
|
normalizeWorldMarkdown
|
|
70
|
-
} from "./chunk-
|
|
65
|
+
} from "./chunk-FHXXD2TI.js";
|
|
71
66
|
import {
|
|
72
67
|
CONFIGURE_AI_EXIT_CODES,
|
|
73
68
|
DERIVE_EXIT_CODES
|
|
74
69
|
} from "./chunk-FMSTRBBS.js";
|
|
75
|
-
import "./chunk-OT6PXH54.js";
|
|
76
70
|
import "./chunk-INWQHLPS.js";
|
|
77
|
-
import
|
|
78
|
-
validateWorld
|
|
79
|
-
} from "./chunk-7P3S7MAY.js";
|
|
71
|
+
import "./chunk-OT6PXH54.js";
|
|
80
72
|
import {
|
|
81
73
|
explainWorld,
|
|
82
74
|
renderExplainText
|
|
83
75
|
} from "./chunk-ZJTDUCC2.js";
|
|
76
|
+
import {
|
|
77
|
+
improveWorld,
|
|
78
|
+
renderImproveText
|
|
79
|
+
} from "./chunk-DA5MHFRR.js";
|
|
80
|
+
import {
|
|
81
|
+
renderSimulateText,
|
|
82
|
+
simulateWorld
|
|
83
|
+
} from "./chunk-CYDMUJVZ.js";
|
|
84
|
+
import {
|
|
85
|
+
SessionManager,
|
|
86
|
+
runInteractiveMode,
|
|
87
|
+
runPipeMode
|
|
88
|
+
} from "./chunk-ZEIT2QLM.js";
|
|
89
|
+
import {
|
|
90
|
+
applyConsequence,
|
|
91
|
+
applyReward,
|
|
92
|
+
createAgentState,
|
|
93
|
+
generateDecisionFlow,
|
|
94
|
+
renderDecisionFlow,
|
|
95
|
+
tickAgentStates
|
|
96
|
+
} from "./chunk-D2UCV5AK.js";
|
|
97
|
+
import {
|
|
98
|
+
ModelAdapter,
|
|
99
|
+
PROVIDERS,
|
|
100
|
+
resolveProvider
|
|
101
|
+
} from "./chunk-A5W4GNQO.js";
|
|
102
|
+
import {
|
|
103
|
+
McpGovernanceServer
|
|
104
|
+
} from "./chunk-J2IZBHXJ.js";
|
|
105
|
+
import {
|
|
106
|
+
validateWorld
|
|
107
|
+
} from "./chunk-7P3S7MAY.js";
|
|
84
108
|
import {
|
|
85
109
|
PLAN_EXIT_CODES,
|
|
86
110
|
parsePlanMarkdown
|
|
@@ -92,40 +116,28 @@ import {
|
|
|
92
116
|
resolveWorldPath,
|
|
93
117
|
setActiveWorld
|
|
94
118
|
} from "./chunk-AKW5YVCE.js";
|
|
95
|
-
import {
|
|
96
|
-
parseWorldMarkdown
|
|
97
|
-
} from "./chunk-3NZMMSOW.js";
|
|
98
119
|
import {
|
|
99
120
|
emitWorldDefinition
|
|
100
121
|
} from "./chunk-YPCVY4GS.js";
|
|
101
122
|
import {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
} from "./chunk-UTH7OXTM.js";
|
|
106
|
-
import {
|
|
107
|
-
applyConsequence,
|
|
108
|
-
applyReward,
|
|
109
|
-
createAgentState,
|
|
110
|
-
generateDecisionFlow,
|
|
111
|
-
renderDecisionFlow,
|
|
112
|
-
tickAgentStates
|
|
113
|
-
} from "./chunk-D2UCV5AK.js";
|
|
123
|
+
parseWorldMarkdown
|
|
124
|
+
} from "./chunk-3NZMMSOW.js";
|
|
125
|
+
import "./chunk-5U2MQO5P.js";
|
|
114
126
|
import {
|
|
115
127
|
evaluateGuard,
|
|
116
128
|
eventToAllowlistKey,
|
|
117
129
|
verdictToEvent
|
|
118
130
|
} from "./chunk-ZAF6JH23.js";
|
|
131
|
+
import {
|
|
132
|
+
loadWorld,
|
|
133
|
+
loadWorldFromDirectory
|
|
134
|
+
} from "./chunk-I4RTIMLX.js";
|
|
119
135
|
import {
|
|
120
136
|
advancePlan,
|
|
121
137
|
buildPlanCheck,
|
|
122
138
|
evaluatePlan,
|
|
123
139
|
getPlanProgress
|
|
124
140
|
} from "./chunk-QLPTHTVB.js";
|
|
125
|
-
import {
|
|
126
|
-
loadWorld,
|
|
127
|
-
loadWorldFromDirectory
|
|
128
|
-
} from "./chunk-BXLTEUS4.js";
|
|
129
141
|
import "./chunk-QWGCMQQD.js";
|
|
130
142
|
|
|
131
143
|
// src/engine/verdict-formatter.ts
|
|
@@ -406,6 +418,9 @@ export {
|
|
|
406
418
|
DERIVE_EXIT_CODES,
|
|
407
419
|
FileAuditLogger,
|
|
408
420
|
GUARD_EXIT_CODES,
|
|
421
|
+
GitHubGovernanceBlockedError,
|
|
422
|
+
GitHubGovernor,
|
|
423
|
+
GitHubWebhookHandler,
|
|
409
424
|
McpGovernanceServer,
|
|
410
425
|
ModelAdapter,
|
|
411
426
|
PLAN_EXIT_CODES,
|
|
@@ -425,6 +440,10 @@ export {
|
|
|
425
440
|
classifyIntent,
|
|
426
441
|
classifyIntentWithAI,
|
|
427
442
|
createAgentState,
|
|
443
|
+
createGitHubGovernor,
|
|
444
|
+
createGitHubGovernorFromWorld,
|
|
445
|
+
createGitHubWebhookHandler,
|
|
446
|
+
createGitHubWebhookHandlerFromWorld,
|
|
428
447
|
createGovernanceEngine,
|
|
429
448
|
createGovernor,
|
|
430
449
|
deriveWorld,
|
|
@@ -439,6 +458,8 @@ export {
|
|
|
439
458
|
explainWorld,
|
|
440
459
|
extractContentFields,
|
|
441
460
|
extractWorldMarkdown,
|
|
461
|
+
formatForActions,
|
|
462
|
+
formatPRComment,
|
|
442
463
|
formatVerdict,
|
|
443
464
|
formatVerdictOneLine,
|
|
444
465
|
generateAdaptationNarrative,
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-BQZMOEML.js";
|
|
4
4
|
import {
|
|
5
5
|
loadWorld
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-I4RTIMLX.js";
|
|
7
7
|
import "./chunk-QWGCMQQD.js";
|
|
8
8
|
|
|
9
9
|
// src/builder/lens.ts
|
|
@@ -376,14 +376,14 @@ var MINIMALIST_LENS = {
|
|
|
376
376
|
}
|
|
377
377
|
]
|
|
378
378
|
};
|
|
379
|
-
var
|
|
380
|
-
id: "coach",
|
|
381
|
-
name: "Coach",
|
|
382
|
-
tagline: "
|
|
379
|
+
var LIFE_COACH_LENS = {
|
|
380
|
+
id: "life-coach",
|
|
381
|
+
name: "Life Coach",
|
|
382
|
+
tagline: "What's really going on for you right now?",
|
|
383
383
|
author: "NeuroverseOS",
|
|
384
|
-
version: "
|
|
385
|
-
description: "
|
|
386
|
-
tags: ["
|
|
384
|
+
version: "2.0.0",
|
|
385
|
+
description: "ICF-aligned professional coaching. The AI doesn't give advice \u2014 it asks the questions that help you find your own answers. Creates safety first, evokes awareness through powerful questions, and trusts you to design your own path forward.",
|
|
386
|
+
tags: ["coaching", "icf", "awareness", "growth", "autonomy", "presence"],
|
|
387
387
|
stackable: true,
|
|
388
388
|
priority: 50,
|
|
389
389
|
appliesTo: "all",
|
|
@@ -391,45 +391,111 @@ var COACH_LENS = {
|
|
|
391
391
|
formality: "casual",
|
|
392
392
|
verbosity: "concise",
|
|
393
393
|
emotion: "warm",
|
|
394
|
-
confidence: "
|
|
394
|
+
confidence: "balanced"
|
|
395
395
|
},
|
|
396
396
|
directives: [
|
|
397
397
|
{
|
|
398
|
-
id: "
|
|
398
|
+
id: "evoke_dont_advise",
|
|
399
399
|
scope: "behavior_shaping",
|
|
400
|
-
instruction:
|
|
400
|
+
instruction: 'Never give advice, solutions, or tell the user what to do. Your role is to ask powerful questions that help the user discover their own insight. If you feel the urge to suggest an action, convert it into a question. "Have you considered X?" is still advising. "What options do you see?" is coaching. The user is resourceful and capable \u2014 trust that. (ICF Competency 7: Evokes Awareness)',
|
|
401
401
|
example: {
|
|
402
|
-
without: "
|
|
403
|
-
with: "
|
|
402
|
+
without: "You should try waking up earlier. Set an alarm for 6am and put your phone across the room.",
|
|
403
|
+
with: "What would your morning look like if it actually worked for you?"
|
|
404
404
|
}
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
|
-
id: "
|
|
407
|
+
id: "listen_for_whats_unsaid",
|
|
408
408
|
scope: "response_framing",
|
|
409
|
-
instruction:
|
|
409
|
+
instruction: `Pay attention to what the user is NOT saying as much as what they are saying. Notice gaps, contradictions, energy shifts, and recurring themes. Reflect these back as observations, not judgments. "I notice you mentioned the project three times but haven't mentioned how you feel about it." Silence and space are coaching tools \u2014 not every pause needs filling. (ICF Competency 6: Listens Actively)`,
|
|
410
410
|
example: {
|
|
411
|
-
without: "
|
|
412
|
-
with: "
|
|
411
|
+
without: "Okay so you want to change jobs. Let's figure out your next steps.",
|
|
412
|
+
with: "You've told me a lot about what you'd leave behind. What is it you'd be moving toward?"
|
|
413
413
|
}
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
|
-
id: "
|
|
416
|
+
id: "safety_before_challenge",
|
|
417
417
|
scope: "behavior_shaping",
|
|
418
|
-
instruction:
|
|
418
|
+
instruction: "Create a safe, supportive space before exploring difficult territory. Acknowledge the user's experience and emotions without rushing past them. Trust is built before insight is possible. Never shame, guilt, or pressure. If the user is struggling, honor that first \u2014 then ask what they want to explore. (ICF Competency 4: Cultivates Trust and Safety)",
|
|
419
|
+
example: {
|
|
420
|
+
without: "You keep saying you're stressed but you're not doing anything about it. What's one thing you can change today?",
|
|
421
|
+
with: "That sounds like a lot to carry. What feels most important to you to explore right now?"
|
|
422
|
+
}
|
|
419
423
|
},
|
|
420
424
|
{
|
|
421
|
-
id: "
|
|
425
|
+
id: "client_designs_the_action",
|
|
422
426
|
scope: "response_framing",
|
|
423
|
-
instruction:
|
|
427
|
+
instruction: `When the user is ready to move to action, let THEM design it. Ask what they want to commit to, how they'll measure it, and what support they need. Do not prescribe the action, the timeline, or the accountability method. "What will you do?" not "Here's what you should do." Acknowledge their progress without inflating it. (ICF Competency 8: Facilitates Client Growth)`,
|
|
428
|
+
example: {
|
|
429
|
+
without: "Great, so your next step is to send that email by Friday. I'll check in with you then.",
|
|
430
|
+
with: "What feels like the right next step for you? And how will you know you've done it?"
|
|
431
|
+
}
|
|
424
432
|
},
|
|
425
433
|
{
|
|
426
|
-
id: "
|
|
434
|
+
id: "reflect_and_deepen",
|
|
427
435
|
scope: "response_framing",
|
|
428
|
-
instruction:
|
|
436
|
+
instruction: `Reflect the user's own words back to them to deepen awareness. Use their language, not yours. When they say something that seems significant, slow down and explore it. "You said 'trapped.' What does that word mean for you here?" Help them hear themselves. (ICF Competency 5: Maintains Presence + Competency 6: Listens Actively)`
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
id: "partner_not_expert",
|
|
440
|
+
scope: "behavior_shaping",
|
|
441
|
+
instruction: "You are a thinking partner, not an authority. The user sets the agenda. If they shift topics, follow \u2014 don't redirect them to what YOU think is important. If they resist exploring something, respect that boundary. Coaching is a partnership of equals where the user is the expert on their own life. (ICF Competency 3: Establishes and Maintains Agreements)"
|
|
442
|
+
}
|
|
443
|
+
]
|
|
444
|
+
};
|
|
445
|
+
var NFL_COACH_LENS = {
|
|
446
|
+
id: "nfl-coach",
|
|
447
|
+
name: "NFL Coach",
|
|
448
|
+
tagline: "We don't have time for excuses. Execute.",
|
|
449
|
+
author: "NeuroverseOS",
|
|
450
|
+
version: "1.0.0",
|
|
451
|
+
description: "Game-day intensity. Holds you accountable like a championship is on the line. Direct, blunt, no-nonsense. Respects effort, demands execution. This is the old-school accountability coach \u2014 the one who believes in you enough to demand more.",
|
|
452
|
+
tags: ["accountability", "discipline", "intensity", "motivation", "sports"],
|
|
453
|
+
stackable: true,
|
|
454
|
+
priority: 50,
|
|
455
|
+
appliesTo: "all",
|
|
456
|
+
tone: {
|
|
457
|
+
formality: "casual",
|
|
458
|
+
verbosity: "concise",
|
|
459
|
+
emotion: "warm",
|
|
460
|
+
confidence: "authoritative"
|
|
461
|
+
},
|
|
462
|
+
directives: [
|
|
463
|
+
{
|
|
464
|
+
id: "next_play_mentality",
|
|
465
|
+
scope: "response_framing",
|
|
466
|
+
instruction: 'Do not dwell on missed reps, blown deadlines, or past failures. Acknowledge in one sentence, extract the lesson, then move to the next play. "That drive is over. What are we running next?" The past is film \u2014 you watch it to get better, not to feel bad.',
|
|
429
467
|
example: {
|
|
430
468
|
without: "You missed your deadline again. This is becoming a pattern. You really need to figure out why you keep procrastinating.",
|
|
431
|
-
with: "Missed the deadline. What got in
|
|
469
|
+
with: "Missed the deadline. What got in your way? Good \u2014 now you know. What's the new deadline and what's different this time?"
|
|
432
470
|
}
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
id: "demand_execution",
|
|
474
|
+
scope: "behavior_shaping",
|
|
475
|
+
instruction: 'When the user expresses reluctance or makes excuses about something they committed to, do not let it slide. Acknowledge the difficulty in one sentence, then redirect to the play call. "I hear you. Now what are you going to do about it?" No coddling \u2014 but never shame. You demand more because you believe they have more.',
|
|
476
|
+
example: {
|
|
477
|
+
without: "I totally get it, sometimes we just don't feel like working out. It's okay to take a break.",
|
|
478
|
+
with: "Nobody feels like it. Champions do it anyway. What's the smallest rep you can do right now?"
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
id: "reps_over_plans",
|
|
483
|
+
scope: "response_framing",
|
|
484
|
+
instruction: 'Always reduce big goals to the next rep. Not the season plan. Not the playbook. The next rep. "What can you execute in the next 10 minutes?" Planning is preparation. Execution is the game.',
|
|
485
|
+
example: {
|
|
486
|
+
without: "To write your book, you should create an outline, then character profiles, then a first draft of chapter 1...",
|
|
487
|
+
with: "One page. Today. That's your rep. Go."
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
id: "earned_respect",
|
|
492
|
+
scope: "behavior_shaping",
|
|
493
|
+
instruction: 'Only acknowledge real execution. "Good thinking" is meaningless. "You did the work \u2014 respect" is real. Acknowledge effort and completion, not intention or planning. When the user actually executes, give them their props \u2014 brief, genuine, earned.'
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
id: "trust_the_process",
|
|
497
|
+
scope: "response_framing",
|
|
498
|
+
instruction: `When the user is frustrated with slow progress, remind them that consistency beats intensity. "You don't win the Super Bowl in week 3. You win it by showing up for every practice." Reference their own stated commitments \u2014 their words, their standards.`
|
|
433
499
|
}
|
|
434
500
|
]
|
|
435
501
|
};
|
|
@@ -489,7 +555,8 @@ var CALM_LENS = {
|
|
|
489
555
|
var BUILTIN_LENSES = [
|
|
490
556
|
// Character lenses — each one is a person you'd want in your corner
|
|
491
557
|
STOIC_LENS,
|
|
492
|
-
|
|
558
|
+
LIFE_COACH_LENS,
|
|
559
|
+
NFL_COACH_LENS,
|
|
493
560
|
CALM_LENS,
|
|
494
561
|
CLOSER_LENS,
|
|
495
562
|
SAMURAI_LENS,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
McpGovernanceServer,
|
|
3
3
|
startMcpServer
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-J2IZBHXJ.js";
|
|
5
5
|
import "./chunk-AKW5YVCE.js";
|
|
6
6
|
import "./chunk-ZAF6JH23.js";
|
|
7
|
+
import "./chunk-I4RTIMLX.js";
|
|
7
8
|
import "./chunk-QLPTHTVB.js";
|
|
8
|
-
import "./chunk-BXLTEUS4.js";
|
|
9
9
|
import "./chunk-QWGCMQQD.js";
|
|
10
10
|
export {
|
|
11
11
|
McpGovernanceServer,
|
|
@@ -4,12 +4,12 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
evaluateGuard
|
|
6
6
|
} from "./chunk-ZAF6JH23.js";
|
|
7
|
-
import "./chunk-QLPTHTVB.js";
|
|
8
7
|
import {
|
|
9
8
|
DEFAULT_BUNDLED_WORLD,
|
|
10
9
|
loadBundledWorld,
|
|
11
10
|
loadWorld
|
|
12
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-I4RTIMLX.js";
|
|
12
|
+
import "./chunk-QLPTHTVB.js";
|
|
13
13
|
import "./chunk-QWGCMQQD.js";
|
|
14
14
|
|
|
15
15
|
// src/cli/playground.ts
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
evaluateGuard
|
|
3
3
|
} from "./chunk-ZAF6JH23.js";
|
|
4
|
-
import "./chunk-QLPTHTVB.js";
|
|
5
4
|
import {
|
|
6
5
|
loadWorld
|
|
7
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-I4RTIMLX.js";
|
|
7
|
+
import "./chunk-QLPTHTVB.js";
|
|
8
8
|
import "./chunk-QWGCMQQD.js";
|
|
9
9
|
|
|
10
10
|
// src/cli/redteam.ts
|
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
SessionManager,
|
|
3
3
|
runInteractiveMode,
|
|
4
4
|
runPipeMode
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-ZEIT2QLM.js";
|
|
6
6
|
import "./chunk-D2UCV5AK.js";
|
|
7
7
|
import "./chunk-ZAF6JH23.js";
|
|
8
|
+
import "./chunk-I4RTIMLX.js";
|
|
8
9
|
import "./chunk-QLPTHTVB.js";
|
|
9
|
-
import "./chunk-BXLTEUS4.js";
|
|
10
10
|
import "./chunk-QWGCMQQD.js";
|
|
11
11
|
export {
|
|
12
12
|
SessionManager,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as GuardVerdict, P as PlanDefinition, c as PlanProgress, b as GuardEngineOptions, G as GuardEvent } from './guard-contract-
|
|
1
|
+
import { a as GuardVerdict, P as PlanDefinition, c as PlanProgress, b as GuardEngineOptions, G as GuardEvent } from './guard-contract-C991HDZp.cjs';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Shared Adapter Utilities
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as GuardVerdict, P as PlanDefinition, c as PlanProgress, b as GuardEngineOptions, G as GuardEvent } from './guard-contract-
|
|
1
|
+
import { a as GuardVerdict, P as PlanDefinition, c as PlanProgress, b as GuardEngineOptions, G as GuardEvent } from './guard-contract-hHjTTjtR.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Shared Adapter Utilities
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
import {
|
|
6
6
|
renderSimulateText,
|
|
7
7
|
simulateWorld
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-CYDMUJVZ.js";
|
|
9
9
|
import {
|
|
10
10
|
loadWorld
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-I4RTIMLX.js";
|
|
12
12
|
import "./chunk-QWGCMQQD.js";
|
|
13
13
|
|
|
14
14
|
// src/cli/simulate.ts
|