blun-king-cli 9.1.563 → 9.1.565
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/agent-spine-plugin/.claude-plugin/marketplace.json +20 -20
- package/agent-spine-plugin/.claude-plugin/plugin.json +14 -14
- package/agent-spine-plugin/.codex-plugin/plugin.json +34 -34
- package/agent-spine-plugin/.mcp.json +8 -8
- package/agent-spine-plugin/CONTRIBUTING.md +52 -0
- package/agent-spine-plugin/LICENSE +186 -186
- package/agent-spine-plugin/README.md +394 -0
- package/agent-spine-plugin/SECURITY.md +47 -0
- package/agent-spine-plugin/assets/agentspine-banner.svg +32 -32
- package/agent-spine-plugin/bin/agentspine-mcp.js +4 -4
- package/agent-spine-plugin/bin/agentspine.js +7 -7
- package/agent-spine-plugin/blun.plugin.json +33 -33
- package/agent-spine-plugin/hooks/codex.json +47 -47
- package/agent-spine-plugin/hooks/hooks.json +106 -106
- package/agent-spine-plugin/hooks/version.json +5 -5
- package/agent-spine-plugin/package.json +69 -69
- package/agent-spine-plugin/scripts/check-hosts.js +199 -199
- package/agent-spine-plugin/skill/SKILL.md +76 -76
- package/agent-spine-plugin/skills/agent-spine/SKILL.md +85 -85
- package/agent-spine-plugin/src/cli.js +1488 -1442
- package/agent-spine-plugin/src/hook.js +886 -812
- package/agent-spine-plugin/src/index.js +93 -93
- package/agent-spine-plugin/src/lib/acceptance.js +333 -333
- package/agent-spine-plugin/src/lib/attention.js +755 -755
- package/agent-spine-plugin/src/lib/audit.js +351 -342
- package/agent-spine-plugin/src/lib/authentication.js +515 -515
- package/agent-spine-plugin/src/lib/briefing.js +317 -317
- package/agent-spine-plugin/src/lib/catalog.js +167 -167
- package/agent-spine-plugin/src/lib/channel-runtime.js +665 -665
- package/agent-spine-plugin/src/lib/context.js +154 -154
- package/agent-spine-plugin/src/lib/continuity.js +338 -338
- package/agent-spine-plugin/src/lib/coordination.js +577 -577
- package/agent-spine-plugin/src/lib/documents.js +217 -217
- package/agent-spine-plugin/src/lib/feed-transport.js +499 -499
- package/agent-spine-plugin/src/lib/filesystem-retry.js +32 -32
- package/agent-spine-plugin/src/lib/gateway-runtime.js +1119 -760
- package/agent-spine-plugin/src/lib/graph.js +337 -337
- package/agent-spine-plugin/src/lib/hook-audit.js +29 -0
- package/agent-spine-plugin/src/lib/https-transport.js +392 -392
- package/agent-spine-plugin/src/lib/indexed-memory-offline.js +40 -40
- package/agent-spine-plugin/src/lib/indexed-memory.js +281 -281
- package/agent-spine-plugin/src/lib/learning.js +6923 -6466
- package/agent-spine-plugin/src/lib/object-transport.js +206 -206
- package/agent-spine-plugin/src/lib/owned-file-lock.js +143 -143
- package/agent-spine-plugin/src/lib/paths.js +109 -109
- package/agent-spine-plugin/src/lib/peer-transport.js +283 -283
- package/agent-spine-plugin/src/lib/persona-runtime.js +581 -581
- package/agent-spine-plugin/src/lib/preflight.js +702 -702
- package/agent-spine-plugin/src/lib/runtime.js +13 -13
- package/agent-spine-plugin/src/lib/selfstarter.js +892 -819
- package/agent-spine-plugin/src/lib/sharing.js +969 -969
- package/agent-spine-plugin/src/lib/source-roots.js +529 -482
- package/agent-spine-plugin/src/lib/sqlite-transport.js +501 -501
- package/agent-spine-plugin/src/lib/telegram-adapter.js +119 -119
- package/agent-spine-plugin/src/lib/voice-runtime.js +39 -39
- package/agent-spine-plugin/src/mcp.js +597 -572
- package/agent-spine-plugin/src/version.js +1 -1
- package/agent-spine-plugin/src/worker.js +202 -195
- package/bin/active-steer-priority-policy.cjs +24 -0
- package/bin/launcher-runtime.js +8 -1
- package/bin/mnemo-tool-agent-policy.cjs +22 -0
- package/bin/thinking-activity-status-policy.cjs +132 -0
- package/bin/thinking-only-guard.cjs +75 -0
- package/bin/tool-call-loop-policy.cjs +53 -0
- package/bin/turn-thinking-policy.cjs +25 -1
- package/blun.mjs +554 -64
- package/package.json +4 -1
- package/standard-skills/translate-native/LICENSE +21 -21
- package/standard-skills/translate-native/references/evaluation-protocol.md +95 -95
- package/standard-skills/translate-native/references/native-orthography.md +79 -79
- package/standard-skills/translate-native/references/native-translation-standard.md +94 -94
- package/standard-skills/translate-native/references/structured-content.md +72 -72
- package/standard-skills/translate-native/references/translationese-review.md +77 -77
- package/standard-skills/translate-native/scripts/blun_language_guard.py +697 -697
- package/standard-skills/translate-native/scripts/check_diacritics.py +353 -353
- package/standard-skills/translate-native/scripts/guard_service_client.py +264 -264
- package/standard-skills/translate-native/scripts/language_gateway.py +62 -62
- package/standard-skills/translate-native/scripts/language_quality.py +377 -377
- package/standard-skills/translate-native/scripts/pre_output_guard.py +64 -64
- package/standard-skills/translate-native/scripts/translation_guard.py +916 -916
- package/standard-tools/language-guard/blun_language_guard.py +697 -697
- package/standard-tools/language-guard/check_diacritics.py +353 -353
- package/standard-tools/language-guard/guard_service_client.py +264 -264
- package/standard-tools/language-guard/language_quality.py +377 -377
- package/standard-tools/language-guard/translation_guard.py +916 -916
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
export { buildCatalog, loadCatalog, saveCatalog, scanAndSave, verifyCatalog } from "./lib/catalog.js";
|
|
2
|
-
export { resolveContext, readDocument } from "./lib/context.js";
|
|
3
|
-
export { sessionBriefing } from "./lib/briefing.js";
|
|
4
|
-
export { discoverDocuments } from "./lib/documents.js";
|
|
5
|
-
export {
|
|
6
|
-
bindSourceRoot, inspectSourceRegistry, purgeSourceBinding, resolveHostSourceCatalog,
|
|
7
|
-
rollbackSourceBinding, SOURCE_REGISTRY_SCHEMA
|
|
8
|
-
} from "./lib/source-roots.js";
|
|
9
|
-
export { runAudit } from "./lib/audit.js";
|
|
10
|
-
export {
|
|
11
|
-
attentionContext, attentionFindings, configureAttention, deleteAttention, inspectAttention, loadAttention,
|
|
12
|
-
recordActivity, recordAttentionEvent, resolveAttention, upsertAttention
|
|
13
|
-
} from "./lib/attention.js";
|
|
14
|
-
export {
|
|
15
|
-
acceptContinuityLearning, addLearningEvidence, beginLearningRevalidation, configureLearning, deleteLearning, evaluateLearning,
|
|
16
|
-
learningContext, learningOutcomeStatus, loadLearning, proposeLearning, purgeLearningBySubject,
|
|
17
|
-
purgeStaleLearningApplications, recordLearningOutcome, registerLearningEvaluation, renewLearningValidation,
|
|
18
|
-
reviewLearning, revokeLearningApplication, revokeLearningDelivery, revokeLearningEvaluation, revokeLearningEvidence, revokeLearningMeasurement, revokeLearningOutcome, revokeLearningTrialFailure, revokeLearningValidation,
|
|
19
|
-
rollbackLearning
|
|
20
|
-
} from "./lib/learning.js";
|
|
21
|
-
export {
|
|
22
|
-
captureContinuityPrompt, configureContinuity, continuityFindings,
|
|
23
|
-
inspectContinuity, loadContinuity, purgeContinuity
|
|
24
|
-
} from "./lib/continuity.js";
|
|
25
|
-
export {
|
|
26
|
-
checkDelegation, createTask, deleteTask, grantDelegation, loadCoordination,
|
|
27
|
-
loadDelegationPolicy, revokeDelegation, taskContext, updateTask
|
|
28
|
-
} from "./lib/coordination.js";
|
|
29
|
-
export {
|
|
30
|
-
authorizeJobEffect, cancelJob, checkpointJobEffect, closeJobLease, deleteJob,
|
|
31
|
-
executionPolicyFindings, grantExecution, inspectSelfstarter, loadExecutionPolicy,
|
|
32
|
-
loadSelfstarter, registerJob, resolveSessionJob, revokeExecution, selfstarterContext,
|
|
33
|
-
selfstarterFindings, startOrResumeJob, workspaceFingerprint
|
|
34
|
-
} from "./lib/selfstarter.js";
|
|
35
|
-
export {
|
|
36
|
-
CHANNEL_EVENT_SCHEMA, CHANNEL_POLICY_SCHEMA, CHANNEL_RUNTIME_SCHEMA,
|
|
37
|
-
channelEventSigningPayload, channelPolicyFindings, channelRuntimeContext,
|
|
38
|
-
channelRuntimeFindings, claimChannelEvent, completeChannelEvent,
|
|
39
|
-
grantChannelBinding, ingestChannelEvent, inspectChannelRuntime,
|
|
40
|
-
loadChannelPolicy, loadChannelRuntime, revokeChannelBinding
|
|
41
|
-
} from "./lib/channel-runtime.js";
|
|
42
|
-
export {
|
|
43
|
-
PERSONA_EVENT_SCHEMA, PERSONA_POLICY_SCHEMA, PERSONA_ROSTER_SCHEMA, PERSONA_RUNTIME_SCHEMA,
|
|
44
|
-
applyPersonaRoster, inspectPersonaRuntime, loadPersonaRuntime, personaContext,
|
|
45
|
-
personaRuntimeFindings, syncPersonaRosterFromEnvironment
|
|
46
|
-
} from "./lib/persona-runtime.js";
|
|
47
|
-
export {
|
|
48
|
-
GATEWAY_EVENT_SCHEMA, GATEWAY_POLICY_SCHEMA, GATEWAY_RUNTIME_SCHEMA,
|
|
49
|
-
assignGoal, claimGatewayWork, completeGatewayRun, deliverPrepared,
|
|
50
|
-
enqueueGatewayWake, gatewayContext, gatewayRuntimeFindings,
|
|
51
|
-
inspectGatewayRuntime, loadGatewayRuntime, reconcileGateway, setGatewayControl
|
|
52
|
-
} from "./lib/gateway-runtime.js";
|
|
53
|
-
export { createTelegramAdapter } from "./lib/telegram-adapter.js";
|
|
54
|
-
export { evaluateVoiceOutput, voiceCue } from "./lib/voice-runtime.js";
|
|
55
|
-
export {
|
|
56
|
-
MUST_REMEMBER_SCHEMA, PREFLIGHT_POLICY_SCHEMA, PREFLIGHT_SCHEMA, RETRIEVAL_QUERY_SCHEMA,
|
|
57
|
-
RETRIEVAL_RESULT_SCHEMA, captureMustRememberPrompt, configurePreflightPolicy, confirmMustRemember, preflightStatus,
|
|
58
|
-
recordPreflightFailure,
|
|
59
|
-
proposeMustRemember, purgeMustRemember, rollbackMustRemember, runPreflight, verifyPreflightReceipt
|
|
60
|
-
} from "./lib/preflight.js";
|
|
61
|
-
export { runWorker, runWorkerTick } from "./worker.js";
|
|
62
|
-
export {
|
|
63
|
-
configureSharing, deleteShared, initDirectoryAdapter, inspectSharing, loadSharing,
|
|
64
|
-
publishLearning, pullShared, readDirectoryExchange, reviewShared, rollbackShared, sharedContext, sharedInbox,
|
|
65
|
-
sharingAuthenticationFindings, sharingFindings, validateSharedEvent
|
|
66
|
-
} from "./lib/sharing.js";
|
|
67
|
-
export {
|
|
68
|
-
buildHttpsSnapshot, exportHttpsSnapshot, fetchHttpsSnapshot, importHttpsSnapshot, pullHttpsSnapshot,
|
|
69
|
-
resolveHttpsEndpoint, validateHttpsEndpoint, validateHttpsSnapshot
|
|
70
|
-
} from "./lib/https-transport.js";
|
|
71
|
-
export {
|
|
72
|
-
httpsObjectUrl, publishHttpsSnapshot, putHttpsSnapshot, validateHttpsObjectBase
|
|
73
|
-
} from "./lib/object-transport.js";
|
|
74
|
-
export {
|
|
75
|
-
fetchHttpsFeed, httpsFeedUrl, inspectHttpsFeedState, loadHttpsFeedState, publishHttpsFeed,
|
|
76
|
-
pullHttpsFeed, validateHttpsFeed
|
|
77
|
-
} from "./lib/feed-transport.js";
|
|
78
|
-
export {
|
|
79
|
-
buildPeerResponse, createPeerRequest, importPeerResponse, pullPeerCommand,
|
|
80
|
-
servePeerOnce, validatePeerRequest, validatePeerResponse
|
|
81
|
-
} from "./lib/peer-transport.js";
|
|
82
|
-
export {
|
|
83
|
-
initSqliteAdapter, inspectSqliteAdapter, publishSqliteSnapshot, pullSqliteSnapshot
|
|
84
|
-
} from "./lib/sqlite-transport.js";
|
|
85
|
-
export {
|
|
86
|
-
assertTrustedIdentity, generateSigningIdentity, inspectSignerRegistry, inspectTrust, listSigningIdentities,
|
|
87
|
-
loadTrust, revokeTrustedSigner, signEnvelope, trustedSignerContext, trustFindings,
|
|
88
|
-
trustSigner, validatePublicIdentity, verifyEnvelope
|
|
89
|
-
} from "./lib/authentication.js";
|
|
90
|
-
export {
|
|
91
|
-
annotateDocument, linkDocuments, linkEntities, loadGraph, unlinkEntities,
|
|
92
|
-
relationshipContext, upsertEntity
|
|
93
|
-
} from "./lib/graph.js";
|
|
1
|
+
export { buildCatalog, loadCatalog, saveCatalog, scanAndSave, verifyCatalog } from "./lib/catalog.js";
|
|
2
|
+
export { resolveContext, readDocument } from "./lib/context.js";
|
|
3
|
+
export { sessionBriefing } from "./lib/briefing.js";
|
|
4
|
+
export { discoverDocuments } from "./lib/documents.js";
|
|
5
|
+
export {
|
|
6
|
+
bindSourceRoot, inspectSourceRegistry, purgeSourceBinding, resolveHostSourceCatalog,
|
|
7
|
+
rollbackSourceBinding, SOURCE_REGISTRY_SCHEMA
|
|
8
|
+
} from "./lib/source-roots.js";
|
|
9
|
+
export { runAudit } from "./lib/audit.js";
|
|
10
|
+
export {
|
|
11
|
+
attentionContext, attentionFindings, configureAttention, deleteAttention, inspectAttention, loadAttention,
|
|
12
|
+
recordActivity, recordAttentionEvent, resolveAttention, upsertAttention
|
|
13
|
+
} from "./lib/attention.js";
|
|
14
|
+
export {
|
|
15
|
+
acceptContinuityLearning, addLearningEvidence, beginLearningRevalidation, configureLearning, deleteLearning, evaluateLearning,
|
|
16
|
+
learningContext, learningOutcomeStatus, loadLearning, proposeLearning, purgeLearningBySubject,
|
|
17
|
+
purgeStaleLearningApplications, recordLearningOutcome, registerLearningEvaluation, renewLearningValidation,
|
|
18
|
+
reviewLearning, revokeLearningApplication, revokeLearningDelivery, revokeLearningEvaluation, revokeLearningEvidence, revokeLearningMeasurement, revokeLearningOutcome, revokeLearningTrialFailure, revokeLearningValidation,
|
|
19
|
+
rollbackLearning
|
|
20
|
+
} from "./lib/learning.js";
|
|
21
|
+
export {
|
|
22
|
+
captureContinuityPrompt, configureContinuity, continuityFindings,
|
|
23
|
+
inspectContinuity, loadContinuity, purgeContinuity
|
|
24
|
+
} from "./lib/continuity.js";
|
|
25
|
+
export {
|
|
26
|
+
checkDelegation, createTask, deleteTask, grantDelegation, loadCoordination,
|
|
27
|
+
loadDelegationPolicy, revokeDelegation, taskContext, updateTask
|
|
28
|
+
} from "./lib/coordination.js";
|
|
29
|
+
export {
|
|
30
|
+
authorizeJobEffect, cancelJob, checkpointJobEffect, closeJobLease, deleteJob,
|
|
31
|
+
executionPolicyFindings, grantExecution, inspectSelfstarter, loadExecutionPolicy,
|
|
32
|
+
loadSelfstarter, registerJob, resolveSessionJob, revokeExecution, selfstarterContext,
|
|
33
|
+
selfstarterFindings, startOrResumeJob, workspaceFingerprint
|
|
34
|
+
} from "./lib/selfstarter.js";
|
|
35
|
+
export {
|
|
36
|
+
CHANNEL_EVENT_SCHEMA, CHANNEL_POLICY_SCHEMA, CHANNEL_RUNTIME_SCHEMA,
|
|
37
|
+
channelEventSigningPayload, channelPolicyFindings, channelRuntimeContext,
|
|
38
|
+
channelRuntimeFindings, claimChannelEvent, completeChannelEvent,
|
|
39
|
+
grantChannelBinding, ingestChannelEvent, inspectChannelRuntime,
|
|
40
|
+
loadChannelPolicy, loadChannelRuntime, revokeChannelBinding
|
|
41
|
+
} from "./lib/channel-runtime.js";
|
|
42
|
+
export {
|
|
43
|
+
PERSONA_EVENT_SCHEMA, PERSONA_POLICY_SCHEMA, PERSONA_ROSTER_SCHEMA, PERSONA_RUNTIME_SCHEMA,
|
|
44
|
+
applyPersonaRoster, inspectPersonaRuntime, loadPersonaRuntime, personaContext,
|
|
45
|
+
personaRuntimeFindings, syncPersonaRosterFromEnvironment
|
|
46
|
+
} from "./lib/persona-runtime.js";
|
|
47
|
+
export {
|
|
48
|
+
GATEWAY_EVENT_SCHEMA, GATEWAY_POLICY_SCHEMA, GATEWAY_RUNTIME_SCHEMA, GOAL_PLAN_SCHEMA, KNOWLEDGE_GAP_SCHEMA,
|
|
49
|
+
assignGoal, claimGatewayWork, completeGatewayRun, deliverPrepared,
|
|
50
|
+
enqueueGatewayWake, gatewayContext, gatewayRuntimeFindings,
|
|
51
|
+
inspectGatewayRuntime, loadGatewayRuntime, reconcileGateway, resolveGoalKnowledgeGap, setGatewayControl
|
|
52
|
+
} from "./lib/gateway-runtime.js";
|
|
53
|
+
export { createTelegramAdapter } from "./lib/telegram-adapter.js";
|
|
54
|
+
export { evaluateVoiceOutput, voiceCue } from "./lib/voice-runtime.js";
|
|
55
|
+
export {
|
|
56
|
+
MUST_REMEMBER_SCHEMA, PREFLIGHT_POLICY_SCHEMA, PREFLIGHT_SCHEMA, RETRIEVAL_QUERY_SCHEMA,
|
|
57
|
+
RETRIEVAL_RESULT_SCHEMA, captureMustRememberPrompt, configurePreflightPolicy, confirmMustRemember, preflightStatus,
|
|
58
|
+
recordPreflightFailure,
|
|
59
|
+
proposeMustRemember, purgeMustRemember, rollbackMustRemember, runPreflight, verifyPreflightReceipt
|
|
60
|
+
} from "./lib/preflight.js";
|
|
61
|
+
export { runWorker, runWorkerTick } from "./worker.js";
|
|
62
|
+
export {
|
|
63
|
+
configureSharing, deleteShared, initDirectoryAdapter, inspectSharing, loadSharing,
|
|
64
|
+
publishLearning, pullShared, readDirectoryExchange, reviewShared, rollbackShared, sharedContext, sharedInbox,
|
|
65
|
+
sharingAuthenticationFindings, sharingFindings, validateSharedEvent
|
|
66
|
+
} from "./lib/sharing.js";
|
|
67
|
+
export {
|
|
68
|
+
buildHttpsSnapshot, exportHttpsSnapshot, fetchHttpsSnapshot, importHttpsSnapshot, pullHttpsSnapshot,
|
|
69
|
+
resolveHttpsEndpoint, validateHttpsEndpoint, validateHttpsSnapshot
|
|
70
|
+
} from "./lib/https-transport.js";
|
|
71
|
+
export {
|
|
72
|
+
httpsObjectUrl, publishHttpsSnapshot, putHttpsSnapshot, validateHttpsObjectBase
|
|
73
|
+
} from "./lib/object-transport.js";
|
|
74
|
+
export {
|
|
75
|
+
fetchHttpsFeed, httpsFeedUrl, inspectHttpsFeedState, loadHttpsFeedState, publishHttpsFeed,
|
|
76
|
+
pullHttpsFeed, validateHttpsFeed
|
|
77
|
+
} from "./lib/feed-transport.js";
|
|
78
|
+
export {
|
|
79
|
+
buildPeerResponse, createPeerRequest, importPeerResponse, pullPeerCommand,
|
|
80
|
+
servePeerOnce, validatePeerRequest, validatePeerResponse
|
|
81
|
+
} from "./lib/peer-transport.js";
|
|
82
|
+
export {
|
|
83
|
+
initSqliteAdapter, inspectSqliteAdapter, publishSqliteSnapshot, pullSqliteSnapshot
|
|
84
|
+
} from "./lib/sqlite-transport.js";
|
|
85
|
+
export {
|
|
86
|
+
assertTrustedIdentity, generateSigningIdentity, inspectSignerRegistry, inspectTrust, listSigningIdentities,
|
|
87
|
+
loadTrust, revokeTrustedSigner, signEnvelope, trustedSignerContext, trustFindings,
|
|
88
|
+
trustSigner, validatePublicIdentity, verifyEnvelope
|
|
89
|
+
} from "./lib/authentication.js";
|
|
90
|
+
export {
|
|
91
|
+
annotateDocument, linkDocuments, linkEntities, loadGraph, unlinkEntities,
|
|
92
|
+
relationshipContext, upsertEntity
|
|
93
|
+
} from "./lib/graph.js";
|