@jinn-network/client 0.1.9 → 0.2.0-canary.0b79cd5d
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/CONTRIBUTING.md +2 -2
- package/README.md +13 -2
- package/deployments/deployment-phase1b-mech-baseSepolia-fast.json +3 -3
- package/deployments/deployment-stolas-l2-baseSepolia-fast.json +23 -3
- package/deployments/deployment-task-coordinator-router-v3-baseSepolia-fast.json +34 -6
- package/dist/adapters/mech/adapter.d.ts +32 -0
- package/dist/adapters/mech/adapter.js +210 -59
- package/dist/adapters/mech/adapter.js.map +1 -1
- package/dist/adapters/mech/contracts.d.ts +174 -13
- package/dist/adapters/mech/contracts.js +37 -21
- package/dist/adapters/mech/contracts.js.map +1 -1
- package/dist/adapters/mech/ipfs.d.ts +23 -34
- package/dist/adapters/mech/ipfs.js +69 -125
- package/dist/adapters/mech/ipfs.js.map +1 -1
- package/dist/adapters/mech/safe.js +74 -2
- package/dist/adapters/mech/safe.js.map +1 -1
- package/dist/adapters/mech/types.d.ts +22 -130
- package/dist/adapters/mech/types.js +9 -65
- package/dist/adapters/mech/types.js.map +1 -1
- package/dist/api/bootstrap-endpoint.d.ts +19 -3
- package/dist/api/bootstrap-endpoint.js +4 -0
- package/dist/api/bootstrap-endpoint.js.map +1 -1
- package/dist/api/gather-status.d.ts +52 -17
- package/dist/api/gather-status.js +159 -425
- package/dist/api/gather-status.js.map +1 -1
- package/dist/api/harness-auth-status-endpoint.d.ts +21 -0
- package/dist/api/harness-auth-status-endpoint.js +17 -0
- package/dist/api/harness-auth-status-endpoint.js.map +1 -0
- package/dist/api/launcher-endpoints.js +6 -1
- package/dist/api/launcher-endpoints.js.map +1 -1
- package/dist/api/launcher-status.d.ts +3 -0
- package/dist/api/launcher-status.js.map +1 -1
- package/dist/api/launcher-tasks.d.ts +47 -0
- package/dist/api/launcher-tasks.js +88 -3
- package/dist/api/launcher-tasks.js.map +1 -1
- package/dist/api/loop-completion-build.d.ts +14 -2
- package/dist/api/loop-completion-build.js +25 -3
- package/dist/api/loop-completion-build.js.map +1 -1
- package/dist/api/operator-artifacts-endpoint.js +1 -1
- package/dist/api/operator-artifacts-endpoint.js.map +1 -1
- package/dist/api/portfolio-v0-build.d.ts +2 -1
- package/dist/api/portfolio-v0-build.js +5 -7
- package/dist/api/portfolio-v0-build.js.map +1 -1
- package/dist/api/prediction-v1-build.d.ts +2 -2
- package/dist/api/prediction-v1-build.js +5 -7
- package/dist/api/prediction-v1-build.js.map +1 -1
- package/dist/api/rewards-build.d.ts +8 -1
- package/dist/api/rewards-build.js +32 -4
- package/dist/api/rewards-build.js.map +1 -1
- package/dist/api/rewards-endpoint.d.ts +12 -0
- package/dist/api/rewards-endpoint.js +46 -0
- package/dist/api/rewards-endpoint.js.map +1 -0
- package/dist/api/run-outcome.d.ts +49 -0
- package/dist/api/run-outcome.js +65 -0
- package/dist/api/run-outcome.js.map +1 -0
- package/dist/api/server.d.ts +6 -16
- package/dist/api/server.js +36 -26
- package/dist/api/server.js.map +1 -1
- package/dist/api/setup-endpoints.d.ts +32 -0
- package/dist/api/setup-endpoints.js +285 -32
- package/dist/api/setup-endpoints.js.map +1 -1
- package/dist/api/solvernets-endpoints.js +1 -1
- package/dist/api/solvernets-endpoints.js.map +1 -1
- package/dist/api/status-build.d.ts +101 -67
- package/dist/api/status-build.js +31 -55
- package/dist/api/status-build.js.map +1 -1
- package/dist/api/stop-hook.d.ts +1 -1
- package/dist/api/stop-hook.js +1 -1
- package/dist/api/stop-hook.js.map +1 -1
- package/dist/api/task-run-routing.d.ts +1 -1
- package/dist/api/task-runs-build.d.ts +21 -2
- package/dist/api/task-runs-build.js +27 -7
- package/dist/api/task-runs-build.js.map +1 -1
- package/dist/build-info.json +4 -4
- package/dist/build-meta.json +1 -1
- package/dist/captures/ingest.d.ts +21 -0
- package/dist/captures/ingest.js +133 -0
- package/dist/captures/ingest.js.map +1 -0
- package/dist/captures/live-publisher.d.ts +9 -0
- package/dist/captures/live-publisher.js +5 -3
- package/dist/captures/live-publisher.js.map +1 -1
- package/dist/captures/publish.d.ts +25 -0
- package/dist/captures/publish.js +19 -7
- package/dist/captures/publish.js.map +1 -1
- package/dist/cli/commands/backfill-failed-deliveries.d.ts +40 -0
- package/dist/cli/commands/backfill-failed-deliveries.js +172 -0
- package/dist/cli/commands/backfill-failed-deliveries.js.map +1 -0
- package/dist/cli/commands/doctor.js +4 -7
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/eval.d.ts +11 -0
- package/dist/cli/commands/eval.js +104 -24
- package/dist/cli/commands/eval.js.map +1 -1
- package/dist/cli/commands/kill.d.ts +14 -0
- package/dist/cli/commands/kill.js +141 -0
- package/dist/cli/commands/kill.js.map +1 -0
- package/dist/cli/commands/rewards.js +17 -15
- package/dist/cli/commands/rewards.js.map +1 -1
- package/dist/cli/commands/run.js +18 -4
- package/dist/cli/commands/run.js.map +1 -1
- package/dist/cli/commands/scrub.d.ts +11 -0
- package/dist/cli/commands/scrub.js +164 -0
- package/dist/cli/commands/scrub.js.map +1 -0
- package/dist/cli/commands/solver-nets.d.ts +6 -0
- package/dist/cli/commands/solver-nets.js +161 -6
- package/dist/cli/commands/solver-nets.js.map +1 -1
- package/dist/cli/commands/solver-plugins.js +2 -2
- package/dist/cli/commands/solver-plugins.js.map +1 -1
- package/dist/cli/commands/stop.js +97 -21
- package/dist/cli/commands/stop.js.map +1 -1
- package/dist/cli/commands/update.js +8 -0
- package/dist/cli/commands/update.js.map +1 -1
- package/dist/cli/commands/version.js +4 -0
- package/dist/cli/commands/version.js.map +1 -1
- package/dist/cli/execution-context.js +2 -1
- package/dist/cli/execution-context.js.map +1 -1
- package/dist/cli/index.js +6 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/introspection-context.js +0 -3
- package/dist/cli/introspection-context.js.map +1 -1
- package/dist/cli/ui-auto-open-gate.d.ts +22 -0
- package/dist/cli/ui-auto-open-gate.js +24 -0
- package/dist/cli/ui-auto-open-gate.js.map +1 -0
- package/dist/config.d.ts +319 -540
- package/dist/config.js +355 -194
- package/dist/config.js.map +1 -1
- package/dist/conformance/execution-envelope-authenticator.d.ts +2 -0
- package/dist/conformance/execution-envelope-authenticator.js +38 -0
- package/dist/conformance/execution-envelope-authenticator.js.map +1 -0
- package/dist/contracts/abis.d.ts +100 -0
- package/dist/contracts/abis.js +58 -0
- package/dist/contracts/abis.js.map +1 -0
- package/dist/contracts/addresses.d.ts +36 -0
- package/dist/contracts/addresses.js +60 -0
- package/dist/contracts/addresses.js.map +1 -0
- package/dist/corpus/acquire.d.ts +1 -40
- package/dist/corpus/acquire.js +1 -212
- package/dist/corpus/acquire.js.map +1 -1
- package/dist/corpus/cache.d.ts +1 -14
- package/dist/corpus/cache.js +1 -17
- package/dist/corpus/cache.js.map +1 -1
- package/dist/corpus/fetch-artifact.d.ts +1 -0
- package/dist/corpus/fetch-artifact.js +2 -0
- package/dist/corpus/fetch-artifact.js.map +1 -0
- package/dist/corpus/fetch.d.ts +3 -7
- package/dist/corpus/fetch.js +9 -22
- package/dist/corpus/fetch.js.map +1 -1
- package/dist/corpus/index.d.ts +2 -3
- package/dist/corpus/index.js +19 -110
- package/dist/corpus/index.js.map +1 -1
- package/dist/corpus/onchain-query.d.ts +0 -1
- package/dist/corpus/onchain-query.js +2 -5
- package/dist/corpus/onchain-query.js.map +1 -1
- package/dist/corpus/route-resolver.d.ts +1 -16
- package/dist/corpus/route-resolver.js +1 -19
- package/dist/corpus/route-resolver.js.map +1 -1
- package/dist/corpus/types.d.ts +1 -17
- package/dist/corpus/types.js +1 -34
- package/dist/corpus/types.js.map +1 -1
- package/dist/daemon/ai-units-gate.d.ts +7 -7
- package/dist/daemon/ai-units-gate.js +8 -5
- package/dist/daemon/ai-units-gate.js.map +1 -1
- package/dist/daemon/balance-topup-loop.js +27 -9
- package/dist/daemon/balance-topup-loop.js.map +1 -1
- package/dist/daemon/checkpoint-loop.d.ts +3 -0
- package/dist/daemon/checkpoint-loop.js +5 -2
- package/dist/daemon/checkpoint-loop.js.map +1 -1
- package/dist/daemon/creator.d.ts +3 -1
- package/dist/daemon/creator.js +44 -28
- package/dist/daemon/creator.js.map +1 -1
- package/dist/daemon/daemon.d.ts +33 -12
- package/dist/daemon/daemon.js +144 -35
- package/dist/daemon/daemon.js.map +1 -1
- package/dist/daemon/delivery-watcher.d.ts +11 -1
- package/dist/daemon/delivery-watcher.js +29 -4
- package/dist/daemon/delivery-watcher.js.map +1 -1
- package/dist/daemon/eviction-loop.d.ts +3 -0
- package/dist/daemon/eviction-loop.js +7 -4
- package/dist/daemon/eviction-loop.js.map +1 -1
- package/dist/daemon/harvest-loop.d.ts +74 -0
- package/dist/daemon/harvest-loop.js +474 -0
- package/dist/daemon/harvest-loop.js.map +1 -0
- package/dist/daemon/join-applier.d.ts +40 -0
- package/dist/daemon/join-applier.js +52 -0
- package/dist/daemon/join-applier.js.map +1 -0
- package/dist/daemon/loop-heartbeat.d.ts +99 -0
- package/dist/daemon/loop-heartbeat.js +82 -0
- package/dist/daemon/loop-heartbeat.js.map +1 -0
- package/dist/{api/peers.js → daemon/peer-sync.js} +3 -1
- package/dist/daemon/peer-sync.js.map +1 -0
- package/dist/daemon/reward-claim-loop.js +28 -10
- package/dist/daemon/reward-claim-loop.js.map +1 -1
- package/dist/daemon/skip-log-dedup.d.ts +1 -1
- package/dist/daemon/skip-log-dedup.js +3 -0
- package/dist/daemon/skip-log-dedup.js.map +1 -1
- package/dist/daemon/spend-cap-gate.d.ts +0 -6
- package/dist/daemon/spend-cap-gate.js +1 -8
- package/dist/daemon/spend-cap-gate.js.map +1 -1
- package/dist/daemon/watchdog-loop.d.ts +84 -0
- package/dist/daemon/watchdog-loop.js +91 -0
- package/dist/daemon/watchdog-loop.js.map +1 -0
- package/dist/dashboard/assets/index-CawZUjVI.css +1 -0
- package/dist/dashboard/assets/index-DgScQzny.js +95 -0
- package/dist/dashboard/index.html +2 -2
- package/dist/discovery/http.d.ts +10 -0
- package/dist/discovery/http.js +178 -335
- package/dist/discovery/http.js.map +1 -1
- package/dist/discovery/onchain.js +30 -9
- package/dist/discovery/onchain.js.map +1 -1
- package/dist/discovery/types.d.ts +98 -52
- package/dist/discovery/types.js.map +1 -1
- package/dist/discovery/with-fallback.js +19 -0
- package/dist/discovery/with-fallback.js.map +1 -1
- package/dist/earning/bootstrap-run.d.ts +25 -0
- package/dist/earning/bootstrap-run.js +315 -0
- package/dist/earning/bootstrap-run.js.map +1 -0
- package/dist/earning/bootstrap.d.ts +11 -14
- package/dist/earning/bootstrap.js +56 -204
- package/dist/earning/bootstrap.js.map +1 -1
- package/dist/earning/contracts.d.ts +2 -232
- package/dist/earning/contracts.js +16 -205
- package/dist/earning/contracts.js.map +1 -1
- package/dist/earning/faucet-topup-store.d.ts +41 -0
- package/dist/earning/faucet-topup-store.js +89 -0
- package/dist/earning/faucet-topup-store.js.map +1 -0
- package/dist/earning/master-gas.d.ts +10 -0
- package/dist/earning/master-gas.js +11 -0
- package/dist/earning/master-gas.js.map +1 -0
- package/dist/earning/safe-adapter.js +1 -45
- package/dist/earning/safe-adapter.js.map +1 -1
- package/dist/earning/steps/context.d.ts +42 -0
- package/dist/earning/steps/context.js +4 -0
- package/dist/earning/steps/context.js.map +1 -0
- package/dist/earning/steps/fleet-identity-register.d.ts +4 -0
- package/dist/earning/steps/fleet-identity-register.js +65 -0
- package/dist/earning/steps/fleet-identity-register.js.map +1 -0
- package/dist/earning/steps/fleet-safe-deploy.d.ts +4 -0
- package/dist/earning/steps/fleet-safe-deploy.js +62 -0
- package/dist/earning/steps/fleet-safe-deploy.js.map +1 -0
- package/dist/earning/steps/fleet-safe-predict.d.ts +4 -0
- package/dist/earning/steps/fleet-safe-predict.js +18 -0
- package/dist/earning/steps/fleet-safe-predict.js.map +1 -0
- package/dist/earning/steps/receipt-parsing.d.ts +12 -0
- package/dist/earning/steps/receipt-parsing.js +71 -0
- package/dist/earning/steps/receipt-parsing.js.map +1 -0
- package/dist/earning/stolas-claim.js +8 -8
- package/dist/earning/stolas-claim.js.map +1 -1
- package/dist/earning/{jinn-rewards.d.ts → stolas-staking.d.ts} +4 -8
- package/dist/earning/{jinn-rewards.js → stolas-staking.js} +25 -23
- package/dist/earning/stolas-staking.js.map +1 -0
- package/dist/earning/testnet-setup-migration.d.ts +1 -0
- package/dist/earning/testnet-setup-migration.js +7 -2
- package/dist/earning/testnet-setup-migration.js.map +1 -1
- package/dist/earning/types.d.ts +9 -9
- package/dist/earning/types.js +1 -1
- package/dist/earning/types.js.map +1 -1
- package/dist/earning/viem-clients.d.ts +3 -19
- package/dist/earning/viem-clients.js +4 -31
- package/dist/earning/viem-clients.js.map +1 -1
- package/dist/earning/wallet.js +1 -1
- package/dist/earning/wallet.js.map +1 -1
- package/dist/erc8004/abis.d.ts +16 -0
- package/dist/erc8004/abis.js +12 -0
- package/dist/erc8004/abis.js.map +1 -1
- package/dist/erc8004/addresses.d.ts +6 -5
- package/dist/erc8004/addresses.js +7 -5
- package/dist/erc8004/addresses.js.map +1 -1
- package/dist/erc8004/identity.d.ts +54 -1
- package/dist/erc8004/identity.js +114 -5
- package/dist/erc8004/identity.js.map +1 -1
- package/dist/erc8004/index.d.ts +5 -2
- package/dist/erc8004/index.js +6 -2
- package/dist/erc8004/index.js.map +1 -1
- package/dist/erc8004/manifest-consumer.d.ts +32 -0
- package/dist/erc8004/manifest-consumer.js +95 -0
- package/dist/erc8004/manifest-consumer.js.map +1 -0
- package/dist/erc8004/manifest-registry.d.ts +1 -0
- package/dist/erc8004/manifest-registry.js +2 -0
- package/dist/erc8004/manifest-registry.js.map +1 -0
- package/dist/erc8004/merkle.d.ts +1 -0
- package/dist/erc8004/merkle.js +2 -0
- package/dist/erc8004/merkle.js.map +1 -0
- package/dist/erc8004/publisher-safe-resolver.d.ts +32 -0
- package/dist/erc8004/publisher-safe-resolver.js +102 -0
- package/dist/erc8004/publisher-safe-resolver.js.map +1 -0
- package/dist/erc8004/reputation.js +16 -12
- package/dist/erc8004/reputation.js.map +1 -1
- package/dist/erc8004/validation.js +5 -4
- package/dist/erc8004/validation.js.map +1 -1
- package/dist/eval/attribution-instrument.d.ts +190 -0
- package/dist/eval/attribution-instrument.js +719 -0
- package/dist/eval/attribution-instrument.js.map +1 -0
- package/dist/eval/attribution-verdict-evidence.d.ts +41 -0
- package/dist/eval/attribution-verdict-evidence.js +124 -0
- package/dist/eval/attribution-verdict-evidence.js.map +1 -0
- package/dist/eval/capability-slate.d.ts +64 -0
- package/dist/eval/capability-slate.js +136 -0
- package/dist/eval/capability-slate.js.map +1 -0
- package/dist/eval/capability-stats.d.ts +39 -0
- package/dist/eval/capability-stats.js +123 -0
- package/dist/eval/capability-stats.js.map +1 -0
- package/dist/eval/contested-band.d.ts +18 -0
- package/dist/eval/contested-band.js +19 -0
- package/dist/eval/contested-band.js.map +1 -0
- package/dist/eval/corpus-index.d.ts +21 -0
- package/dist/eval/corpus-index.js +55 -0
- package/dist/eval/corpus-index.js.map +1 -0
- package/dist/eval/disjointness.d.ts +26 -0
- package/dist/eval/disjointness.js +67 -0
- package/dist/eval/disjointness.js.map +1 -0
- package/dist/eval/mcnemar-power.d.ts +14 -0
- package/dist/eval/mcnemar-power.js +40 -0
- package/dist/eval/mcnemar-power.js.map +1 -0
- package/dist/eval/orchestrator.d.ts +64 -3
- package/dist/eval/orchestrator.js +37 -19
- package/dist/eval/orchestrator.js.map +1 -1
- package/dist/eval/paired.d.ts +2 -68
- package/dist/eval/paired.js +2 -92
- package/dist/eval/paired.js.map +1 -1
- package/dist/eval/resolve-slate-tasks.js +2 -2
- package/dist/eval/resolve-slate-tasks.js.map +1 -1
- package/dist/eval/screen-discovery.d.ts +5 -8
- package/dist/eval/screen-discovery.js +13 -55
- package/dist/eval/screen-discovery.js.map +1 -1
- package/dist/eval/screen-runner.js +3 -3
- package/dist/eval/screen-runner.js.map +1 -1
- package/dist/events/types.d.ts +1 -1
- package/dist/events/types.js +1 -1
- package/dist/events/types.js.map +1 -1
- package/dist/harnesses/auth-source.d.ts +51 -0
- package/dist/harnesses/auth-source.js +155 -0
- package/dist/harnesses/auth-source.js.map +1 -0
- package/dist/harnesses/engine/backfill-failed-deliveries.d.ts +59 -0
- package/dist/harnesses/engine/backfill-failed-deliveries.js +94 -0
- package/dist/harnesses/engine/backfill-failed-deliveries.js.map +1 -0
- package/dist/harnesses/engine/canonical-json.d.ts +2 -1
- package/dist/harnesses/engine/canonical-json.js +2 -67
- package/dist/harnesses/engine/canonical-json.js.map +1 -1
- package/dist/harnesses/engine/corpus-knowledge.d.ts +67 -0
- package/dist/harnesses/engine/corpus-knowledge.js +194 -0
- package/dist/harnesses/engine/corpus-knowledge.js.map +1 -0
- package/dist/harnesses/engine/engine.d.ts +97 -6
- package/dist/harnesses/engine/engine.js +343 -17
- package/dist/harnesses/engine/engine.js.map +1 -1
- package/dist/harnesses/engine/envelope-assembly.d.ts +9 -1
- package/dist/harnesses/engine/envelope-assembly.js +6 -0
- package/dist/harnesses/engine/envelope-assembly.js.map +1 -1
- package/dist/harnesses/engine/generator-model.d.ts +36 -0
- package/dist/harnesses/engine/generator-model.js +118 -0
- package/dist/harnesses/engine/generator-model.js.map +1 -0
- package/dist/harnesses/engine/packaging.js +5 -5
- package/dist/harnesses/engine/packaging.js.map +1 -1
- package/dist/harnesses/engine/persistence.d.ts +37 -62
- package/dist/harnesses/engine/persistence.js +66 -0
- package/dist/harnesses/engine/persistence.js.map +1 -1
- package/dist/harnesses/impls/_evaluator-base.d.ts +48 -0
- package/dist/harnesses/impls/_evaluator-base.js +35 -0
- package/dist/harnesses/impls/_evaluator-base.js.map +1 -0
- package/dist/harnesses/impls/claude-mcp-hyperliquid/mcp-tools.d.ts +1 -1
- package/dist/harnesses/impls/claude-mcp-hyperliquid/mcp-tools.js +1 -1
- package/dist/harnesses/impls/claude-mcp-hyperliquid/mcp-tools.js.map +1 -1
- package/dist/harnesses/impls/claude-mcp-prediction/index.d.ts +2 -3
- package/dist/harnesses/impls/claude-mcp-prediction/index.js +29 -99
- package/dist/harnesses/impls/claude-mcp-prediction/index.js.map +1 -1
- package/dist/harnesses/impls/claude-mcp-prediction/mcp-tools.js +4 -21
- package/dist/harnesses/impls/claude-mcp-prediction/mcp-tools.js.map +1 -1
- package/dist/harnesses/impls/claude-mcp-prediction/session-orchestrator.d.ts +2 -0
- package/dist/harnesses/impls/claude-mcp-prediction/session-orchestrator.js +1 -1
- package/dist/harnesses/impls/claude-mcp-prediction/session-orchestrator.js.map +1 -1
- package/dist/harnesses/impls/claude-mcp-prediction-apy/index.js +30 -79
- package/dist/harnesses/impls/claude-mcp-prediction-apy/index.js.map +1 -1
- package/dist/harnesses/impls/claude-mcp-prediction-apy/mcp-tools.js +4 -19
- package/dist/harnesses/impls/claude-mcp-prediction-apy/mcp-tools.js.map +1 -1
- package/dist/harnesses/impls/claude-mcp-prediction-apy/session-orchestrator.d.ts +2 -0
- package/dist/harnesses/impls/claude-mcp-prediction-apy/session-orchestrator.js +1 -1
- package/dist/harnesses/impls/claude-mcp-prediction-apy/session-orchestrator.js.map +1 -1
- package/dist/harnesses/impls/claude-mcp-shared/mcp-server-script.d.ts +39 -0
- package/dist/harnesses/impls/claude-mcp-shared/mcp-server-script.js +62 -0
- package/dist/harnesses/impls/claude-mcp-shared/mcp-server-script.js.map +1 -0
- package/dist/harnesses/impls/claude-mcp-shared/mcp-server.d.ts +40 -0
- package/dist/harnesses/impls/claude-mcp-shared/mcp-server.js +44 -0
- package/dist/harnesses/impls/claude-mcp-shared/mcp-server.js.map +1 -0
- package/dist/harnesses/impls/claude-mcp-shared/single-session-harness.d.ts +56 -0
- package/dist/harnesses/impls/claude-mcp-shared/single-session-harness.js +79 -0
- package/dist/harnesses/impls/claude-mcp-shared/single-session-harness.js.map +1 -0
- package/dist/harnesses/impls/hermes-agent/adapter.js +97 -20
- package/dist/harnesses/impls/hermes-agent/adapter.js.map +1 -1
- package/dist/harnesses/impls/hermes-agent/bootstrap.d.ts +6 -0
- package/dist/harnesses/impls/hermes-agent/bootstrap.js +7 -2
- package/dist/harnesses/impls/hermes-agent/bootstrap.js.map +1 -1
- package/dist/harnesses/impls/hermes-agent/harness.d.ts +8 -0
- package/dist/harnesses/impls/hermes-agent/harness.js +21 -0
- package/dist/harnesses/impls/hermes-agent/harness.js.map +1 -1
- package/dist/harnesses/impls/index.d.ts +9 -0
- package/dist/harnesses/impls/index.js +33 -1
- package/dist/harnesses/impls/index.js.map +1 -1
- package/dist/harnesses/impls/jinn-repo-evaluator/eval-runner.d.ts +34 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/eval-runner.js +111 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/eval-runner.js.map +1 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/evaluator.d.ts +24 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/evaluator.js +19 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/evaluator.js.map +1 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/harness.d.ts +97 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/harness.js +265 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/harness.js.map +1 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/live-eval-runner.d.ts +68 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/live-eval-runner.js +223 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/live-eval-runner.js.map +1 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/repro.d.ts +32 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/repro.js +73 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/repro.js.map +1 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/scope-tests.d.ts +62 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/scope-tests.js +91 -0
- package/dist/harnesses/impls/jinn-repo-evaluator/scope-tests.js.map +1 -0
- package/dist/harnesses/impls/learner/adapters/claude-code.js +9 -2
- package/dist/harnesses/impls/learner/adapters/claude-code.js.map +1 -1
- package/dist/harnesses/impls/learner/adapters/codex-code.d.ts +11 -1
- package/dist/harnesses/impls/learner/adapters/codex-code.js +130 -15
- package/dist/harnesses/impls/learner/adapters/codex-code.js.map +1 -1
- package/dist/harnesses/impls/learner/harness.d.ts +12 -0
- package/dist/harnesses/impls/learner/harness.js +43 -0
- package/dist/harnesses/impls/learner/harness.js.map +1 -1
- package/dist/harnesses/impls/learner/harvest.js +51 -1
- package/dist/harnesses/impls/learner/harvest.js.map +1 -1
- package/dist/harnesses/impls/learner/types.d.ts +7 -0
- package/dist/harnesses/impls/portfolio-v0-evaluator/index.d.ts +5 -15
- package/dist/harnesses/impls/portfolio-v0-evaluator/index.js +10 -29
- package/dist/harnesses/impls/portfolio-v0-evaluator/index.js.map +1 -1
- package/dist/harnesses/impls/prediction-apy-v0-evaluator/index.d.ts +5 -15
- package/dist/harnesses/impls/prediction-apy-v0-evaluator/index.js +10 -23
- package/dist/harnesses/impls/prediction-apy-v0-evaluator/index.js.map +1 -1
- package/dist/harnesses/impls/prediction-v0-evaluator/index.d.ts +5 -15
- package/dist/harnesses/impls/prediction-v0-evaluator/index.js +10 -25
- package/dist/harnesses/impls/prediction-v0-evaluator/index.js.map +1 -1
- package/dist/harnesses/impls/stub.d.ts +2 -2
- package/dist/harnesses/impls/stub.js +2 -2
- package/dist/harnesses/impls/swe-rebench-v2-evaluator/eval-runner.js +16 -2
- package/dist/harnesses/impls/swe-rebench-v2-evaluator/eval-runner.js.map +1 -1
- package/dist/harnesses/impls/swe-rebench-v2-evaluator/harness.d.ts +75 -8
- package/dist/harnesses/impls/swe-rebench-v2-evaluator/harness.js +593 -38
- package/dist/harnesses/impls/swe-rebench-v2-evaluator/harness.js.map +1 -1
- package/dist/harnesses/impls/swe-rebench-v2-evaluator/hf-fetcher.js +4 -1
- package/dist/harnesses/impls/swe-rebench-v2-evaluator/hf-fetcher.js.map +1 -1
- package/dist/harnesses/impls/swe-rebench-v2-evaluator/routing-task-row-fetcher.d.ts +37 -0
- package/dist/harnesses/impls/swe-rebench-v2-evaluator/routing-task-row-fetcher.js +59 -0
- package/dist/harnesses/impls/swe-rebench-v2-evaluator/routing-task-row-fetcher.js.map +1 -0
- package/dist/harnesses/impls/swe-rebench-v2-evaluator/upstream-patches/passed-actual.patch +21 -0
- package/dist/harnesses/provider-ref.d.ts +29 -0
- package/dist/harnesses/provider-ref.js +39 -0
- package/dist/harnesses/provider-ref.js.map +1 -0
- package/dist/harnesses/readiness-registry.d.ts +16 -0
- package/dist/harnesses/readiness-registry.js +28 -6
- package/dist/harnesses/readiness-registry.js.map +1 -1
- package/dist/harnesses/types.d.ts +13 -0
- package/dist/learner/verification-gate.d.ts +53 -0
- package/dist/learner/verification-gate.js +80 -0
- package/dist/learner/verification-gate.js.map +1 -0
- package/dist/lifecycle/process-discovery.d.ts +41 -0
- package/dist/lifecycle/process-discovery.js +109 -0
- package/dist/lifecycle/process-discovery.js.map +1 -0
- package/dist/main.js +362 -581
- package/dist/main.js.map +1 -1
- package/dist/mcp/acquire-artifact.d.ts +3 -3
- package/dist/mcp/acquire-artifact.js +3 -3
- package/dist/mcp/operator-server.js +9 -11
- package/dist/mcp/operator-server.js.map +1 -1
- package/dist/mcp/server.js +5 -6
- package/dist/mcp/server.js.map +1 -1
- package/dist/monitoring/net-liveness.d.ts +143 -0
- package/dist/monitoring/net-liveness.js +301 -0
- package/dist/monitoring/net-liveness.js.map +1 -0
- package/dist/observability/emit-event.d.ts +1 -1
- package/dist/observability/emit-event.js +2 -4
- package/dist/observability/emit-event.js.map +1 -1
- package/dist/observability/progress.d.ts +11 -0
- package/dist/observability/progress.js +16 -0
- package/dist/observability/progress.js.map +1 -0
- package/dist/pilot/arm-homes.d.ts +39 -0
- package/dist/pilot/arm-homes.js +113 -0
- package/dist/pilot/arm-homes.js.map +1 -0
- package/dist/pilot/cost.d.ts +19 -0
- package/dist/pilot/cost.js +31 -0
- package/dist/pilot/cost.js.map +1 -0
- package/dist/pilot/instance.d.ts +26 -0
- package/dist/pilot/instance.js +53 -0
- package/dist/pilot/instance.js.map +1 -0
- package/dist/pilot/pipeline.d.ts +17 -0
- package/dist/pilot/pipeline.js +35 -0
- package/dist/pilot/pipeline.js.map +1 -0
- package/dist/pilot/repo.d.ts +37 -0
- package/dist/pilot/repo.js +65 -0
- package/dist/pilot/repo.js.map +1 -0
- package/dist/pilot/resume.d.ts +101 -0
- package/dist/pilot/resume.js +204 -0
- package/dist/pilot/resume.js.map +1 -0
- package/dist/pilot/solve.d.ts +23 -0
- package/dist/pilot/solve.js +37 -0
- package/dist/pilot/solve.js.map +1 -0
- package/dist/pilot/tally.d.ts +42 -0
- package/dist/pilot/tally.js +100 -0
- package/dist/pilot/tally.js.map +1 -0
- package/dist/pilot/task-selection.d.ts +27 -0
- package/dist/pilot/task-selection.js +112 -0
- package/dist/pilot/task-selection.js.map +1 -0
- package/dist/plugins/resolvers.js +7 -4
- package/dist/plugins/resolvers.js.map +1 -1
- package/dist/plugins/types.d.ts +8 -0
- package/dist/preflight/deployment-readiness.d.ts +2 -22
- package/dist/preflight/deployment-readiness.js +1 -59
- package/dist/preflight/deployment-readiness.js.map +1 -1
- package/dist/preflight/pidfile-liveness.d.ts +3 -2
- package/dist/preflight/pidfile-liveness.js +18 -2
- package/dist/preflight/pidfile-liveness.js.map +1 -1
- package/dist/preflight/rpc-network.d.ts +10 -3
- package/dist/preflight/rpc-network.js +46 -13
- package/dist/preflight/rpc-network.js.map +1 -1
- package/dist/preflight/stable-cwd.d.ts +29 -0
- package/dist/preflight/stable-cwd.js +98 -0
- package/dist/preflight/stable-cwd.js.map +1 -0
- package/dist/preflight/version-check.d.ts +41 -0
- package/dist/preflight/version-check.js +80 -0
- package/dist/preflight/version-check.js.map +1 -0
- package/dist/rpc/transport.d.ts +7 -5
- package/dist/rpc/transport.js +8 -6
- package/dist/rpc/transport.js.map +1 -1
- package/dist/scripts/swe-rebench-v2-evaluator.bundle.v1.patch +79 -0
- package/dist/solver-nets/registry.d.ts +26 -0
- package/dist/solver-nets/registry.js +101 -66
- package/dist/solver-nets/registry.js.map +1 -1
- package/dist/solver-types/_jinn-repo-pool.d.ts +61 -0
- package/dist/solver-types/_jinn-repo-pool.js +34 -0
- package/dist/solver-types/_jinn-repo-pool.js.map +1 -0
- package/dist/solver-types/_jinn-repo-posting-window.d.ts +12 -0
- package/dist/solver-types/_jinn-repo-posting-window.js +24 -0
- package/dist/solver-types/_jinn-repo-posting-window.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-commit-echo-git.d.ts +46 -0
- package/dist/solver-types/_swe-rebench-v2-commit-echo-git.js +192 -0
- package/dist/solver-types/_swe-rebench-v2-commit-echo-git.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-commit-echo.d.ts +57 -0
- package/dist/solver-types/_swe-rebench-v2-commit-echo.js +57 -0
- package/dist/solver-types/_swe-rebench-v2-commit-echo.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-differential-admission.d.ts +395 -0
- package/dist/solver-types/_swe-rebench-v2-differential-admission.js +231 -0
- package/dist/solver-types/_swe-rebench-v2-differential-admission.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-empirical-tests.d.ts +47 -0
- package/dist/solver-types/_swe-rebench-v2-empirical-tests.js +67 -0
- package/dist/solver-types/_swe-rebench-v2-empirical-tests.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-escrow.d.ts +2 -0
- package/dist/solver-types/_swe-rebench-v2-escrow.js +13 -0
- package/dist/solver-types/_swe-rebench-v2-escrow.js.map +1 -1
- package/dist/solver-types/_swe-rebench-v2-guards.d.ts +44 -0
- package/dist/solver-types/_swe-rebench-v2-guards.js +111 -0
- package/dist/solver-types/_swe-rebench-v2-guards.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-harvest-state.d.ts +191 -0
- package/dist/solver-types/_swe-rebench-v2-harvest-state.js +349 -0
- package/dist/solver-types/_swe-rebench-v2-harvest-state.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-harvest.d.ts +123 -0
- package/dist/solver-types/_swe-rebench-v2-harvest.js +539 -0
- package/dist/solver-types/_swe-rebench-v2-harvest.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-held-out-slate.d.ts +1 -1
- package/dist/solver-types/_swe-rebench-v2-held-out-slate.js +1 -1
- package/dist/solver-types/_swe-rebench-v2-held-out-slate.js.map +1 -1
- package/dist/solver-types/_swe-rebench-v2-hunk-echo.d.ts +28 -0
- package/dist/solver-types/_swe-rebench-v2-hunk-echo.js +32 -0
- package/dist/solver-types/_swe-rebench-v2-hunk-echo.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-lookup-tripwire.d.ts +16 -0
- package/dist/solver-types/_swe-rebench-v2-lookup-tripwire.js +18 -0
- package/dist/solver-types/_swe-rebench-v2-lookup-tripwire.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-mineable-store-port.d.ts +74 -0
- package/dist/solver-types/_swe-rebench-v2-mineable-store-port.js +9 -0
- package/dist/solver-types/_swe-rebench-v2-mineable-store-port.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-mineable-store.d.ts +51 -0
- package/dist/solver-types/_swe-rebench-v2-mineable-store.js +171 -0
- package/dist/solver-types/_swe-rebench-v2-mineable-store.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-mint-cli.d.ts +82 -0
- package/dist/solver-types/_swe-rebench-v2-mint-cli.js +434 -0
- package/dist/solver-types/_swe-rebench-v2-mint-cli.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-minted-environment-verifier.d.ts +25 -0
- package/dist/solver-types/_swe-rebench-v2-minted-environment-verifier.js +101 -0
- package/dist/solver-types/_swe-rebench-v2-minted-environment-verifier.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-minted-pool.d.ts +179 -0
- package/dist/solver-types/_swe-rebench-v2-minted-pool.js +408 -0
- package/dist/solver-types/_swe-rebench-v2-minted-pool.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-session-echo.d.ts +39 -0
- package/dist/solver-types/_swe-rebench-v2-session-echo.js +193 -0
- package/dist/solver-types/_swe-rebench-v2-session-echo.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-substrate.d.ts +11 -0
- package/dist/solver-types/_swe-rebench-v2-substrate.js +24 -0
- package/dist/solver-types/_swe-rebench-v2-substrate.js.map +1 -1
- package/dist/solver-types/_swe-rebench-v2-synthetic-claim.d.ts +9 -0
- package/dist/solver-types/_swe-rebench-v2-synthetic-claim.js +16 -0
- package/dist/solver-types/_swe-rebench-v2-synthetic-claim.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-validated-pool.d.ts +180 -1
- package/dist/solver-types/_swe-rebench-v2-validated-pool.js +328 -14
- package/dist/solver-types/_swe-rebench-v2-validated-pool.js.map +1 -1
- package/dist/solver-types/_swe-rebench-v2-verifier-facts.d.ts +93 -0
- package/dist/solver-types/_swe-rebench-v2-verifier-facts.js +583 -0
- package/dist/solver-types/_swe-rebench-v2-verifier-facts.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-yield-report-data.d.ts +5 -0
- package/dist/solver-types/_swe-rebench-v2-yield-report-data.js +16 -0
- package/dist/solver-types/_swe-rebench-v2-yield-report-data.js.map +1 -0
- package/dist/solver-types/_swe-rebench-v2-yield.d.ts +51 -0
- package/dist/solver-types/_swe-rebench-v2-yield.js +53 -0
- package/dist/solver-types/_swe-rebench-v2-yield.js.map +1 -0
- package/dist/solver-types/index.js +2 -0
- package/dist/solver-types/index.js.map +1 -1
- package/dist/solver-types/jinn-repo-admit.d.ts +17 -0
- package/dist/solver-types/jinn-repo-admit.js +16 -0
- package/dist/solver-types/jinn-repo-admit.js.map +1 -0
- package/dist/solver-types/jinn-repo-auto.d.ts +63 -0
- package/dist/solver-types/jinn-repo-auto.js +166 -0
- package/dist/solver-types/jinn-repo-auto.js.map +1 -0
- package/dist/solver-types/jinn-repo-definition.d.ts +15 -0
- package/dist/solver-types/jinn-repo-definition.js +34 -0
- package/dist/solver-types/jinn-repo-definition.js.map +1 -0
- package/dist/solver-types/jinn-repo-extract.d.ts +16 -0
- package/dist/solver-types/jinn-repo-extract.js +33 -0
- package/dist/solver-types/jinn-repo-extract.js.map +1 -0
- package/dist/solver-types/jinn-repo-live-auto.d.ts +206 -0
- package/dist/solver-types/jinn-repo-live-auto.js +351 -0
- package/dist/solver-types/jinn-repo-live-auto.js.map +1 -0
- package/dist/solver-types/jinn-repo.d.ts +42 -0
- package/dist/solver-types/jinn-repo.js +42 -0
- package/dist/solver-types/jinn-repo.js.map +1 -0
- package/dist/solver-types/learner-loop-test.js +1 -1
- package/dist/solver-types/learner-loop-test.js.map +1 -1
- package/dist/solver-types/slates/held-out-slate.swe-rebench-v2.v3.json +34 -0
- package/dist/solver-types/slates/held-out-slate.swe-rebench-v2.v3.quality-screen.json +186 -0
- package/dist/solver-types/slates/held-out-slate.swe-rebench-v2.v3.screening-report.json +488 -0
- package/dist/solver-types/solver-type.d.ts +2 -0
- package/dist/solver-types/swe-rebench-v2-auto.d.ts +13 -0
- package/dist/solver-types/swe-rebench-v2-auto.js +36 -1
- package/dist/solver-types/swe-rebench-v2-auto.js.map +1 -1
- package/dist/solver-types/swe-rebench-v2.d.ts +3 -0
- package/dist/solver-types/swe-rebench-v2.js +73 -27
- package/dist/solver-types/swe-rebench-v2.js.map +1 -1
- package/dist/solvernets/launched-record-dispatcher.d.ts +16 -0
- package/dist/solvernets/launched-record-dispatcher.js +30 -1
- package/dist/solvernets/launched-record-dispatcher.js.map +1 -1
- package/dist/solvernets/store.d.ts +1 -1
- package/dist/solvernets/store.js +1 -1
- package/dist/solvernets/store.js.map +1 -1
- package/dist/spend/ai-units.d.ts +38 -1
- package/dist/spend/ai-units.js +32 -2
- package/dist/spend/ai-units.js.map +1 -1
- package/dist/spend/credential.d.ts +2 -2
- package/dist/spend/credential.js +9 -3
- package/dist/spend/credential.js.map +1 -1
- package/dist/spend/spend-cap.d.ts +10 -0
- package/dist/spend/spend-cap.js +13 -0
- package/dist/spend/spend-cap.js.map +1 -0
- package/dist/spend/usage.js +39 -3
- package/dist/spend/usage.js.map +1 -1
- package/dist/store/store.d.ts +73 -1
- package/dist/store/store.js +197 -6
- package/dist/store/store.js.map +1 -1
- package/dist/task-creator/environment/adapters.d.ts +139 -0
- package/dist/task-creator/environment/adapters.js +446 -0
- package/dist/task-creator/environment/adapters.js.map +1 -0
- package/dist/task-creator/environment/build.d.ts +5 -0
- package/dist/task-creator/environment/build.js +53 -0
- package/dist/task-creator/environment/build.js.map +1 -0
- package/dist/task-creator/environment/contracts.d.ts +1338 -0
- package/dist/task-creator/environment/contracts.js +207 -0
- package/dist/task-creator/environment/contracts.js.map +1 -0
- package/dist/task-creator/environment/github.d.ts +25 -0
- package/dist/task-creator/environment/github.js +67 -0
- package/dist/task-creator/environment/github.js.map +1 -0
- package/dist/task-creator/environment/interfaces.d.ts +60 -0
- package/dist/task-creator/environment/interfaces.js +3 -0
- package/dist/task-creator/environment/interfaces.js.map +1 -0
- package/dist/task-creator/environment/jinn-differential-policy.d.ts +22 -0
- package/dist/task-creator/environment/jinn-differential-policy.js +73 -0
- package/dist/task-creator/environment/jinn-differential-policy.js.map +1 -0
- package/dist/task-creator/environment/policy.d.ts +38 -0
- package/dist/task-creator/environment/policy.js +51 -0
- package/dist/task-creator/environment/policy.js.map +1 -0
- package/dist/task-creator/environment/publication.d.ts +39 -0
- package/dist/task-creator/environment/publication.js +139 -0
- package/dist/task-creator/environment/publication.js.map +1 -0
- package/dist/task-creator/environment/publish-cli.d.ts +427 -0
- package/dist/task-creator/environment/publish-cli.js +180 -0
- package/dist/task-creator/environment/publish-cli.js.map +1 -0
- package/dist/task-creator/environment/recipes.d.ts +19 -0
- package/dist/task-creator/environment/recipes.js +122 -0
- package/dist/task-creator/environment/recipes.js.map +1 -0
- package/dist/task-creator/environment/resolver.d.ts +53 -0
- package/dist/task-creator/environment/resolver.js +57 -0
- package/dist/task-creator/environment/resolver.js.map +1 -0
- package/dist/task-creator/proofs/differential-receipt-bound-proof.d.ts +27 -0
- package/dist/task-creator/proofs/differential-receipt-bound-proof.js +86 -0
- package/dist/task-creator/proofs/differential-receipt-bound-proof.js.map +1 -0
- package/dist/task-creator/proofs/ipfs-cid.d.ts +7 -0
- package/dist/task-creator/proofs/ipfs-cid.js +98 -0
- package/dist/task-creator/proofs/ipfs-cid.js.map +1 -0
- package/dist/task-creator/proofs/live-proof.d.ts +99 -0
- package/dist/task-creator/proofs/live-proof.js +419 -0
- package/dist/task-creator/proofs/live-proof.js.map +1 -0
- package/dist/task-creator/proofs/public-repo-fixtures.d.ts +53 -0
- package/dist/task-creator/proofs/public-repo-fixtures.js +93 -0
- package/dist/task-creator/proofs/public-repo-fixtures.js.map +1 -0
- package/dist/task-creator/proofs/vitest-json-fixture.d.ts +40 -0
- package/dist/task-creator/proofs/vitest-json-fixture.js +115 -0
- package/dist/task-creator/proofs/vitest-json-fixture.js.map +1 -0
- package/dist/trajectory/emit.d.ts +6 -0
- package/dist/trajectory/emit.js +18 -1
- package/dist/trajectory/emit.js.map +1 -1
- package/dist/trajectory/harness-bundle-schema.d.ts +3 -3
- package/dist/trajectory/harness-bundle-schema.js +1 -1
- package/dist/trajectory/harness-bundle-schema.js.map +1 -1
- package/dist/trajectory/hash-chain.d.ts +1 -18
- package/dist/trajectory/hash-chain.js +1 -22
- package/dist/trajectory/hash-chain.js.map +1 -1
- package/dist/trajectory/index.d.ts +2 -0
- package/dist/trajectory/index.js +2 -0
- package/dist/trajectory/index.js.map +1 -1
- package/dist/trajectory/processors/identity-scrub.js +22 -3
- package/dist/trajectory/processors/identity-scrub.js.map +1 -1
- package/dist/trajectory/schema.d.ts +1 -598
- package/dist/trajectory/schema.js +1 -102
- package/dist/trajectory/schema.js.map +1 -1
- package/dist/trajectory/scrub/build.d.ts +1 -0
- package/dist/trajectory/scrub/build.js +2 -0
- package/dist/trajectory/scrub/build.js.map +1 -0
- package/dist/trajectory/scrub/emit-scrub.d.ts +1 -0
- package/dist/trajectory/scrub/emit-scrub.js +2 -0
- package/dist/trajectory/scrub/emit-scrub.js.map +1 -0
- package/dist/trajectory/scrub/key-policy.d.ts +1 -0
- package/dist/trajectory/scrub/key-policy.js +2 -0
- package/dist/trajectory/scrub/key-policy.js.map +1 -0
- package/dist/trajectory/scrub/layer2.d.ts +1 -0
- package/dist/trajectory/scrub/layer2.js +2 -0
- package/dist/trajectory/scrub/layer2.js.map +1 -0
- package/dist/trajectory/scrub/ml-pii-stage.d.ts +1 -0
- package/dist/trajectory/scrub/ml-pii-stage.js +2 -0
- package/dist/trajectory/scrub/ml-pii-stage.js.map +1 -0
- package/dist/trajectory/scrub/pii-build.d.ts +1 -0
- package/dist/trajectory/scrub/pii-build.js +2 -0
- package/dist/trajectory/scrub/pii-build.js.map +1 -0
- package/dist/trajectory/scrub/pipeline.d.ts +1 -0
- package/dist/trajectory/scrub/pipeline.js +2 -0
- package/dist/trajectory/scrub/pipeline.js.map +1 -0
- package/dist/trajectory/scrub/plain-patterns-stage.d.ts +1 -0
- package/dist/trajectory/scrub/plain-patterns-stage.js +2 -0
- package/dist/trajectory/scrub/plain-patterns-stage.js.map +1 -0
- package/dist/trajectory/scrub/secretlint-stage.d.ts +1 -0
- package/dist/trajectory/scrub/secretlint-stage.js +2 -0
- package/dist/trajectory/scrub/secretlint-stage.js.map +1 -0
- package/dist/trajectory/scrub/transformers-detector.d.ts +1 -0
- package/dist/trajectory/scrub/transformers-detector.js +2 -0
- package/dist/trajectory/scrub/transformers-detector.js.map +1 -0
- package/dist/trajectory/scrub/types.d.ts +1 -0
- package/dist/trajectory/scrub/types.js +2 -0
- package/dist/trajectory/scrub/types.js.map +1 -0
- package/dist/trajectory/secret-scrub.d.ts +4 -6
- package/dist/trajectory/secret-scrub.js +52 -12
- package/dist/trajectory/secret-scrub.js.map +1 -1
- package/dist/trajectory/span-profile.js +14 -0
- package/dist/trajectory/span-profile.js.map +1 -1
- package/dist/trajectory/transcript-parsers/aider-history.d.ts +1 -42
- package/dist/trajectory/transcript-parsers/aider-history.js +1 -181
- package/dist/trajectory/transcript-parsers/aider-history.js.map +1 -1
- package/dist/trajectory/transcript-parsers/claude-code-jsonl.d.ts +1 -37
- package/dist/trajectory/transcript-parsers/claude-code-jsonl.js +1 -142
- package/dist/trajectory/transcript-parsers/claude-code-jsonl.js.map +1 -1
- package/dist/trajectory/transcript-parsers/codex-session.d.ts +1 -42
- package/dist/trajectory/transcript-parsers/codex-session.js +1 -235
- package/dist/trajectory/transcript-parsers/codex-session.js.map +1 -1
- package/dist/trajectory/transcript-parsers/continue-devdata.d.ts +1 -41
- package/dist/trajectory/transcript-parsers/continue-devdata.js +1 -190
- package/dist/trajectory/transcript-parsers/continue-devdata.js.map +1 -1
- package/dist/trajectory/transcript-parsers/cursor-sqlite.d.ts +1 -38
- package/dist/trajectory/transcript-parsers/cursor-sqlite.js +1 -118
- package/dist/trajectory/transcript-parsers/cursor-sqlite.js.map +1 -1
- package/dist/trajectory/transcript-parsers/gemini-session.d.ts +1 -35
- package/dist/trajectory/transcript-parsers/gemini-session.js +1 -137
- package/dist/trajectory/transcript-parsers/gemini-session.js.map +1 -1
- package/dist/trajectory/transcript-parsers/types.d.ts +1 -101
- package/dist/trajectory/transcript-parsers/types.js +1 -32
- package/dist/trajectory/transcript-parsers/types.js.map +1 -1
- package/dist/trajectory/transcript-to-spans/attrs.d.ts +1 -0
- package/dist/trajectory/transcript-to-spans/attrs.js +2 -0
- package/dist/trajectory/transcript-to-spans/attrs.js.map +1 -0
- package/dist/trajectory/transcript-to-spans/claude-code-stream-json.d.ts +1 -0
- package/dist/trajectory/transcript-to-spans/claude-code-stream-json.js +2 -0
- package/dist/trajectory/transcript-to-spans/claude-code-stream-json.js.map +1 -0
- package/dist/trajectory/transcript-to-spans/codex-exec-json.d.ts +1 -0
- package/dist/trajectory/transcript-to-spans/codex-exec-json.js +2 -0
- package/dist/trajectory/transcript-to-spans/codex-exec-json.js.map +1 -0
- package/dist/trajectory/transcript-to-spans/hermes-session-json.d.ts +48 -0
- package/dist/trajectory/transcript-to-spans/hermes-session-json.js +193 -0
- package/dist/trajectory/transcript-to-spans/hermes-session-json.js.map +1 -0
- package/dist/trajectory/transcript-to-spans/index.d.ts +38 -0
- package/dist/trajectory/transcript-to-spans/index.js +77 -0
- package/dist/trajectory/transcript-to-spans/index.js.map +1 -0
- package/dist/trajectory/transcript-to-spans/types.d.ts +16 -0
- package/dist/trajectory/transcript-to-spans/types.js +11 -0
- package/dist/trajectory/transcript-to-spans/types.js.map +1 -0
- package/dist/trajectory/transcript-watcher.d.ts +41 -0
- package/dist/trajectory/transcript-watcher.js +34 -0
- package/dist/trajectory/transcript-watcher.js.map +1 -1
- package/dist/tx-retry.d.ts +18 -0
- package/dist/tx-retry.js +52 -12
- package/dist/tx-retry.js.map +1 -1
- package/dist/types/envelope.d.ts +3 -2785
- package/dist/types/envelope.js +3 -160
- package/dist/types/envelope.js.map +1 -1
- package/dist/types/manifest.d.ts +1 -0
- package/dist/types/manifest.js +2 -0
- package/dist/types/manifest.js.map +1 -0
- package/dist/types/payloads/index.d.ts +1 -1
- package/dist/types/payloads/index.js +7 -1
- package/dist/types/payloads/index.js.map +1 -1
- package/dist/types/payloads/portfolio-v0.d.ts +4 -4
- package/dist/types/payloads/portfolio-v0.js +1 -1
- package/dist/types/payloads/portfolio-v0.js.map +1 -1
- package/dist/types/payloads/prediction-apy-v0.d.ts +4 -4
- package/dist/types/payloads/prediction-apy-v0.js +1 -1
- package/dist/types/payloads/prediction-apy-v0.js.map +1 -1
- package/dist/types/payloads/prediction-v0.d.ts +4 -4
- package/dist/types/payloads/prediction-v0.js +1 -1
- package/dist/types/payloads/prediction-v0.js.map +1 -1
- package/dist/types/portfolio.d.ts +1 -1
- package/dist/types/portfolio.js +1 -1
- package/dist/types/portfolio.js.map +1 -1
- package/dist/types/prediction-apy.d.ts +1 -1
- package/dist/types/prediction-apy.js +1 -1
- package/dist/types/prediction-apy.js.map +1 -1
- package/dist/types/prediction.d.ts +1 -1
- package/dist/types/prediction.js +1 -1
- package/dist/types/prediction.js.map +1 -1
- package/dist/types/session-provenance.d.ts +2 -71
- package/dist/types/session-provenance.js +2 -18
- package/dist/types/session-provenance.js.map +1 -1
- package/dist/types/skill-artifact.d.ts +5 -0
- package/dist/types/skill-artifact.js +6 -0
- package/dist/types/skill-artifact.js.map +1 -0
- package/dist/types/task-document.d.ts +315 -1
- package/dist/types/task-document.js +9 -1
- package/dist/types/task-document.js.map +1 -1
- package/dist/types/task-run-read-model.d.ts +21 -0
- package/dist/types/task-run-read-model.js +2 -0
- package/dist/types/task-run-read-model.js.map +1 -0
- package/dist/types/task-run.d.ts +88 -0
- package/dist/types/task-run.js +2 -0
- package/dist/types/task-run.js.map +1 -0
- package/dist/types/task.d.ts +36 -1
- package/dist/types/task.js +1 -1
- package/dist/types/task.js.map +1 -1
- package/dist/types/window.d.ts +2 -12
- package/dist/types/window.js +2 -5
- package/dist/types/window.js.map +1 -1
- package/dist/util/redact-rpc-urls.d.ts +1 -1
- package/dist/util/redact-rpc-urls.js +57 -2
- package/dist/util/redact-rpc-urls.js.map +1 -1
- package/dist/vendor/@jinn-network/core/dist/canonical-json.d.ts +1 -0
- package/dist/vendor/@jinn-network/core/dist/canonical-json.js +67 -0
- package/dist/vendor/@jinn-network/core/dist/captured-task.d.ts +140 -0
- package/dist/vendor/@jinn-network/core/dist/captured-task.js +122 -0
- package/dist/vendor/@jinn-network/core/dist/contribution-store.d.ts +97 -0
- package/dist/vendor/@jinn-network/core/dist/contribution-store.js +770 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/acquire.d.ts +39 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/acquire.js +212 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/cache.d.ts +14 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/cache.js +17 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/capture-meta.d.ts +16 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/capture-meta.js +18 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/create-corpus.d.ts +2 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/create-corpus.js +97 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/fetch-artifact.d.ts +21 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/fetch-artifact.js +32 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/fetch.d.ts +12 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/fetch.js +24 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/http-discovery.d.ts +9 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/http-discovery.js +128 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/index.d.ts +10 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/index.js +10 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/ipfs.d.ts +14 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/ipfs.js +81 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/route-resolver.d.ts +16 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/route-resolver.js +19 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/types.d.ts +177 -0
- package/dist/vendor/@jinn-network/core/dist/corpus-read/types.js +42 -0
- package/dist/vendor/@jinn-network/core/dist/envelope.d.ts +134 -0
- package/dist/vendor/@jinn-network/core/dist/envelope.js +162 -0
- package/dist/vendor/@jinn-network/core/dist/evidence-adapter.d.ts +26 -0
- package/dist/vendor/@jinn-network/core/dist/evidence-adapter.js +321 -0
- package/dist/vendor/@jinn-network/core/dist/evidence-filesystem.d.ts +40 -0
- package/dist/vendor/@jinn-network/core/dist/evidence-filesystem.js +267 -0
- package/dist/vendor/@jinn-network/core/dist/evidence-index.d.ts +117 -0
- package/dist/vendor/@jinn-network/core/dist/evidence-index.js +1083 -0
- package/dist/vendor/@jinn-network/core/dist/evidence-store-lock.d.ts +2 -0
- package/dist/vendor/@jinn-network/core/dist/evidence-store-lock.js +208 -0
- package/dist/vendor/@jinn-network/core/dist/execution-envelope.d.ts +3142 -0
- package/dist/vendor/@jinn-network/core/dist/execution-envelope.js +203 -0
- package/dist/vendor/@jinn-network/core/dist/index.d.ts +12 -0
- package/dist/vendor/@jinn-network/core/dist/index.js +12 -0
- package/dist/vendor/@jinn-network/core/dist/manifest.d.ts +75 -0
- package/dist/vendor/@jinn-network/core/dist/manifest.js +184 -0
- package/dist/vendor/@jinn-network/core/dist/paired.d.ts +68 -0
- package/dist/vendor/@jinn-network/core/dist/paired.js +92 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/apply-dispositions.d.ts +74 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/apply-dispositions.js +309 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/build.d.ts +75 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/build.js +143 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/checksummed-instruments-detector.d.ts +13 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/checksummed-instruments-detector.js +119 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/data/bip39-english.d.ts +2 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/data/bip39-english.js +2051 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/data/gitleaks-rules.d.ts +56 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/data/gitleaks-rules.js +67 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/emit-scrub.d.ts +52 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/emit-scrub.js +122 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/eval/findings-from-scrub.d.ts +18 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/eval/findings-from-scrub.js +99 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/eval/fixtures.d.ts +14 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/eval/fixtures.js +159 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/eval/index.d.ts +6 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/eval/index.js +6 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/eval/local-corpus.d.ts +15 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/eval/local-corpus.js +29 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/eval/metrics.d.ts +19 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/eval/metrics.js +77 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/eval/run-bench.d.ts +8 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/eval/run-bench.js +125 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/eval/types.d.ts +69 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/eval/types.js +7 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/finding.d.ts +38 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/finding.js +7 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/git-identity-detector.d.ts +16 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/git-identity-detector.js +116 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/gitleaks-detector.d.ts +13 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/gitleaks-detector.js +45 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/gliner-detector.d.ts +65 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/gliner-detector.js +129 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/index.d.ts +26 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/index.js +26 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/ip-address-detector.d.ts +12 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/ip-address-detector.js +81 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/key-policy.d.ts +30 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/key-policy.js +72 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/known-identity-detector.d.ts +66 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/known-identity-detector.js +284 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/layer2.d.ts +18 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/layer2.js +28 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/ml-pii-stage.d.ts +42 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/ml-pii-stage.js +119 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/pii-build.d.ts +47 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/pii-build.js +67 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/pipeline.d.ts +77 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/pipeline.js +225 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/plain-patterns-stage.d.ts +33 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/plain-patterns-stage.js +88 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/policy.d.ts +28 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/policy.js +156 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/provenance.d.ts +53 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/provenance.js +83 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/reject-classes-detector.d.ts +11 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/reject-classes-detector.js +195 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/reject-publish-error.d.ts +30 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/reject-publish-error.js +47 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/review-queue.d.ts +90 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/review-queue.js +259 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/secretlint-stage.d.ts +21 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/secretlint-stage.js +264 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/transformers-detector.d.ts +41 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/transformers-detector.js +77 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/types.d.ts +36 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/types.js +1 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/url-credentials-detector.d.ts +9 -0
- package/dist/vendor/@jinn-network/core/dist/scrub/url-credentials-detector.js +66 -0
- package/dist/vendor/@jinn-network/core/dist/session-provenance.d.ts +75 -0
- package/dist/vendor/@jinn-network/core/dist/session-provenance.js +20 -0
- package/dist/vendor/@jinn-network/core/dist/skill-artifact.d.ts +442 -0
- package/dist/vendor/@jinn-network/core/dist/skill-artifact.js +136 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/hash-chain.d.ts +18 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/hash-chain.js +47 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/index.d.ts +4 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/index.js +4 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/schema.d.ts +681 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/schema.js +119 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/aider-history.d.ts +42 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/aider-history.js +181 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/claude-code-jsonl.d.ts +37 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/claude-code-jsonl.js +142 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/codex-session.d.ts +42 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/codex-session.js +235 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/continue-devdata.d.ts +41 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/continue-devdata.js +190 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/cursor-sqlite.d.ts +38 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/cursor-sqlite.js +118 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/gemini-session.d.ts +35 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/gemini-session.js +137 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/index.d.ts +7 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/index.js +7 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/types.d.ts +101 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-parsers/types.js +32 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-to-spans/attrs.d.ts +4 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-to-spans/attrs.js +30 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-to-spans/claude-code-stream-json.d.ts +8 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-to-spans/claude-code-stream-json.js +162 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-to-spans/codex-exec-json.d.ts +8 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-to-spans/codex-exec-json.js +253 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-to-spans/index.d.ts +4 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-to-spans/index.js +4 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-to-spans/types.d.ts +18 -0
- package/dist/vendor/@jinn-network/core/dist/trajectory/transcript-to-spans/types.js +1 -0
- package/dist/vendor/@jinn-network/core/dist/window.d.ts +12 -0
- package/dist/vendor/@jinn-network/core/dist/window.js +5 -0
- package/dist/vendor/@jinn-network/core/package.json +38 -0
- package/dist/vendor/@jinn-network/plugin/dist/eligibility.d.ts +12 -0
- package/dist/vendor/@jinn-network/plugin/dist/eligibility.js +12 -0
- package/dist/vendor/@jinn-network/plugin/dist/history.d.ts +35 -0
- package/dist/vendor/@jinn-network/plugin/dist/history.js +140 -0
- package/dist/vendor/@jinn-network/plugin/dist/index.d.ts +32 -0
- package/dist/vendor/@jinn-network/plugin/dist/index.js +15 -0
- package/dist/vendor/@jinn-network/plugin/dist/outcome.d.ts +26 -0
- package/dist/vendor/@jinn-network/plugin/dist/outcome.js +23 -0
- package/dist/vendor/@jinn-network/plugin/dist/pickup.d.ts +110 -0
- package/dist/vendor/@jinn-network/plugin/dist/pickup.js +390 -0
- package/dist/vendor/@jinn-network/plugin/dist/plugin.d.ts +161 -0
- package/dist/vendor/@jinn-network/plugin/dist/plugin.js +675 -0
- package/dist/vendor/@jinn-network/plugin/dist/ports/contribution-port.d.ts +53 -0
- package/dist/vendor/@jinn-network/plugin/dist/ports/contribution-port.js +14 -0
- package/dist/vendor/@jinn-network/plugin/dist/ports/corpus-port.d.ts +68 -0
- package/dist/vendor/@jinn-network/plugin/dist/ports/corpus-port.js +1 -0
- package/dist/vendor/@jinn-network/plugin/dist/ports/evidence-port.d.ts +17 -0
- package/dist/vendor/@jinn-network/plugin/dist/ports/evidence-port.js +1 -0
- package/dist/vendor/@jinn-network/plugin/dist/ports/local-learning-port.d.ts +22 -0
- package/dist/vendor/@jinn-network/plugin/dist/ports/local-learning-port.js +1 -0
- package/dist/vendor/@jinn-network/plugin/dist/ports/skills-port.d.ts +12 -0
- package/dist/vendor/@jinn-network/plugin/dist/ports/skills-port.js +1 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/contribution-candidate.d.ts +116 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/contribution-candidate.js +63 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/eligibility-verdict.d.ts +8 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/eligibility-verdict.js +7 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/episode.d.ts +432 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/episode.js +452 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/history-entry.d.ts +40 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/history-entry.js +30 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/knowledge-hit.d.ts +29 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/knowledge-hit.js +31 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/knowledge-packet.d.ts +80 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/knowledge-packet.js +220 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/pickup-config.d.ts +20 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/pickup-config.js +34 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/session-summary.d.ts +17 -0
- package/dist/vendor/@jinn-network/plugin/dist/schemas/session-summary.js +19 -0
- package/dist/vendor/@jinn-network/plugin/dist/testing/contract-kits.d.ts +12 -0
- package/dist/vendor/@jinn-network/plugin/dist/testing/contract-kits.js +201 -0
- package/dist/vendor/@jinn-network/plugin/dist/testing/in-memory-contribution.d.ts +93 -0
- package/dist/vendor/@jinn-network/plugin/dist/testing/in-memory-contribution.js +104 -0
- package/dist/vendor/@jinn-network/plugin/dist/testing/in-memory-corpus.d.ts +49 -0
- package/dist/vendor/@jinn-network/plugin/dist/testing/in-memory-corpus.js +58 -0
- package/dist/vendor/@jinn-network/plugin/dist/testing/in-memory-evidence.d.ts +335 -0
- package/dist/vendor/@jinn-network/plugin/dist/testing/in-memory-evidence.js +23 -0
- package/dist/vendor/@jinn-network/plugin/dist/testing/in-memory-local-learning.d.ts +25 -0
- package/dist/vendor/@jinn-network/plugin/dist/testing/in-memory-local-learning.js +30 -0
- package/dist/vendor/@jinn-network/plugin/dist/testing/in-memory-skills.d.ts +9 -0
- package/dist/vendor/@jinn-network/plugin/dist/testing/in-memory-skills.js +16 -0
- package/dist/vendor/@jinn-network/plugin/dist/testing.d.ts +6 -0
- package/dist/vendor/@jinn-network/plugin/dist/testing.js +8 -0
- package/dist/vendor/@jinn-network/plugin/dist/visibility.d.ts +7 -0
- package/dist/vendor/@jinn-network/plugin/dist/visibility.js +9 -0
- package/dist/vendor/@jinn-network/plugin/package.json +22 -0
- package/dist/vendor/@jinn-network/sdk/dist/benchmarking.d.ts +1621 -0
- package/dist/vendor/@jinn-network/sdk/dist/benchmarking.js +285 -0
- package/dist/vendor/@jinn-network/sdk/dist/checkpoint.d.ts +7 -7
- package/dist/vendor/@jinn-network/sdk/dist/checkpoint.js +1 -1
- package/dist/vendor/@jinn-network/sdk/dist/contracts.d.ts +3 -2
- package/dist/vendor/@jinn-network/sdk/dist/contracts.js +49 -0
- package/dist/vendor/@jinn-network/sdk/dist/jinn-repo.d.ts +214 -0
- package/dist/vendor/@jinn-network/sdk/dist/jinn-repo.js +75 -0
- package/dist/vendor/@jinn-network/sdk/dist/json-schema.d.ts +1 -1
- package/dist/vendor/@jinn-network/sdk/dist/json-schema.js +1 -1
- package/dist/vendor/@jinn-network/sdk/dist/payloads/jinn-repo.d.ts +140 -0
- package/dist/vendor/@jinn-network/sdk/dist/payloads/jinn-repo.js +52 -0
- package/dist/vendor/@jinn-network/sdk/dist/payloads/prediction-v1.d.ts +6 -6
- package/dist/vendor/@jinn-network/sdk/dist/payloads/prediction-v1.js +1 -1
- package/dist/vendor/@jinn-network/sdk/dist/payloads/session-derived.d.ts +9 -9
- package/dist/vendor/@jinn-network/sdk/dist/payloads/session-derived.js +1 -1
- package/dist/vendor/@jinn-network/sdk/dist/payloads/swe-rebench-v2.d.ts +1 -1
- package/dist/vendor/@jinn-network/sdk/dist/payloads/swe-rebench-v2.js +1 -1
- package/dist/vendor/@jinn-network/sdk/dist/prediction-v1.d.ts +61 -61
- package/dist/vendor/@jinn-network/sdk/dist/prediction-v1.js +1 -1
- package/dist/vendor/@jinn-network/sdk/dist/solvernets/jinn-repo.d.ts +4 -0
- package/dist/vendor/@jinn-network/sdk/dist/solvernets/jinn-repo.js +2 -0
- package/dist/vendor/@jinn-network/sdk/dist/solvernets/manifest-schema.d.ts +31 -31
- package/dist/vendor/@jinn-network/sdk/dist/solvernets/manifest-schema.js +1 -1
- package/dist/vendor/@jinn-network/sdk/dist/swe-rebench-v2.d.ts +34 -6
- package/dist/vendor/@jinn-network/sdk/dist/swe-rebench-v2.js +28 -5
- package/dist/vendor/@jinn-network/sdk/package.json +9 -1
- package/node_modules/@jinn-network/core/dist/canonical-json.d.ts +1 -0
- package/node_modules/@jinn-network/core/dist/canonical-json.js +67 -0
- package/node_modules/@jinn-network/core/dist/captured-task.d.ts +140 -0
- package/node_modules/@jinn-network/core/dist/captured-task.js +122 -0
- package/node_modules/@jinn-network/core/dist/contribution-store.d.ts +97 -0
- package/node_modules/@jinn-network/core/dist/contribution-store.js +770 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/acquire.d.ts +39 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/acquire.js +212 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/cache.d.ts +14 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/cache.js +17 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/capture-meta.d.ts +16 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/capture-meta.js +18 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/create-corpus.d.ts +2 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/create-corpus.js +97 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/fetch-artifact.d.ts +21 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/fetch-artifact.js +32 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/fetch.d.ts +12 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/fetch.js +24 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/http-discovery.d.ts +9 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/http-discovery.js +128 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/index.d.ts +10 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/index.js +10 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/ipfs.d.ts +14 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/ipfs.js +81 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/route-resolver.d.ts +16 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/route-resolver.js +19 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/types.d.ts +177 -0
- package/node_modules/@jinn-network/core/dist/corpus-read/types.js +42 -0
- package/node_modules/@jinn-network/core/dist/envelope.d.ts +134 -0
- package/node_modules/@jinn-network/core/dist/envelope.js +162 -0
- package/node_modules/@jinn-network/core/dist/evidence-adapter.d.ts +26 -0
- package/node_modules/@jinn-network/core/dist/evidence-adapter.js +321 -0
- package/node_modules/@jinn-network/core/dist/evidence-filesystem.d.ts +40 -0
- package/node_modules/@jinn-network/core/dist/evidence-filesystem.js +267 -0
- package/node_modules/@jinn-network/core/dist/evidence-index.d.ts +117 -0
- package/node_modules/@jinn-network/core/dist/evidence-index.js +1083 -0
- package/node_modules/@jinn-network/core/dist/evidence-store-lock.d.ts +2 -0
- package/node_modules/@jinn-network/core/dist/evidence-store-lock.js +208 -0
- package/node_modules/@jinn-network/core/dist/execution-envelope.d.ts +3142 -0
- package/node_modules/@jinn-network/core/dist/execution-envelope.js +203 -0
- package/node_modules/@jinn-network/core/dist/index.d.ts +12 -0
- package/node_modules/@jinn-network/core/dist/index.js +12 -0
- package/node_modules/@jinn-network/core/dist/manifest.d.ts +75 -0
- package/node_modules/@jinn-network/core/dist/manifest.js +184 -0
- package/node_modules/@jinn-network/core/dist/paired.d.ts +68 -0
- package/node_modules/@jinn-network/core/dist/paired.js +92 -0
- package/node_modules/@jinn-network/core/dist/scrub/apply-dispositions.d.ts +74 -0
- package/node_modules/@jinn-network/core/dist/scrub/apply-dispositions.js +309 -0
- package/node_modules/@jinn-network/core/dist/scrub/build.d.ts +75 -0
- package/node_modules/@jinn-network/core/dist/scrub/build.js +143 -0
- package/node_modules/@jinn-network/core/dist/scrub/checksummed-instruments-detector.d.ts +13 -0
- package/node_modules/@jinn-network/core/dist/scrub/checksummed-instruments-detector.js +119 -0
- package/node_modules/@jinn-network/core/dist/scrub/data/bip39-english.d.ts +2 -0
- package/node_modules/@jinn-network/core/dist/scrub/data/bip39-english.js +2051 -0
- package/node_modules/@jinn-network/core/dist/scrub/data/gitleaks-rules.d.ts +56 -0
- package/node_modules/@jinn-network/core/dist/scrub/data/gitleaks-rules.js +67 -0
- package/node_modules/@jinn-network/core/dist/scrub/emit-scrub.d.ts +52 -0
- package/node_modules/@jinn-network/core/dist/scrub/emit-scrub.js +122 -0
- package/node_modules/@jinn-network/core/dist/scrub/eval/findings-from-scrub.d.ts +18 -0
- package/node_modules/@jinn-network/core/dist/scrub/eval/findings-from-scrub.js +99 -0
- package/node_modules/@jinn-network/core/dist/scrub/eval/fixtures.d.ts +14 -0
- package/node_modules/@jinn-network/core/dist/scrub/eval/fixtures.js +159 -0
- package/node_modules/@jinn-network/core/dist/scrub/eval/index.d.ts +6 -0
- package/node_modules/@jinn-network/core/dist/scrub/eval/index.js +6 -0
- package/node_modules/@jinn-network/core/dist/scrub/eval/local-corpus.d.ts +15 -0
- package/node_modules/@jinn-network/core/dist/scrub/eval/local-corpus.js +29 -0
- package/node_modules/@jinn-network/core/dist/scrub/eval/metrics.d.ts +19 -0
- package/node_modules/@jinn-network/core/dist/scrub/eval/metrics.js +77 -0
- package/node_modules/@jinn-network/core/dist/scrub/eval/run-bench.d.ts +8 -0
- package/node_modules/@jinn-network/core/dist/scrub/eval/run-bench.js +125 -0
- package/node_modules/@jinn-network/core/dist/scrub/eval/types.d.ts +69 -0
- package/node_modules/@jinn-network/core/dist/scrub/eval/types.js +7 -0
- package/node_modules/@jinn-network/core/dist/scrub/finding.d.ts +38 -0
- package/node_modules/@jinn-network/core/dist/scrub/finding.js +7 -0
- package/node_modules/@jinn-network/core/dist/scrub/git-identity-detector.d.ts +16 -0
- package/node_modules/@jinn-network/core/dist/scrub/git-identity-detector.js +116 -0
- package/node_modules/@jinn-network/core/dist/scrub/gitleaks-detector.d.ts +13 -0
- package/node_modules/@jinn-network/core/dist/scrub/gitleaks-detector.js +45 -0
- package/node_modules/@jinn-network/core/dist/scrub/gliner-detector.d.ts +65 -0
- package/node_modules/@jinn-network/core/dist/scrub/gliner-detector.js +129 -0
- package/node_modules/@jinn-network/core/dist/scrub/index.d.ts +26 -0
- package/node_modules/@jinn-network/core/dist/scrub/index.js +26 -0
- package/node_modules/@jinn-network/core/dist/scrub/ip-address-detector.d.ts +12 -0
- package/node_modules/@jinn-network/core/dist/scrub/ip-address-detector.js +81 -0
- package/node_modules/@jinn-network/core/dist/scrub/key-policy.d.ts +30 -0
- package/node_modules/@jinn-network/core/dist/scrub/key-policy.js +72 -0
- package/node_modules/@jinn-network/core/dist/scrub/known-identity-detector.d.ts +66 -0
- package/node_modules/@jinn-network/core/dist/scrub/known-identity-detector.js +284 -0
- package/node_modules/@jinn-network/core/dist/scrub/layer2.d.ts +18 -0
- package/node_modules/@jinn-network/core/dist/scrub/layer2.js +28 -0
- package/node_modules/@jinn-network/core/dist/scrub/ml-pii-stage.d.ts +42 -0
- package/node_modules/@jinn-network/core/dist/scrub/ml-pii-stage.js +119 -0
- package/node_modules/@jinn-network/core/dist/scrub/pii-build.d.ts +47 -0
- package/node_modules/@jinn-network/core/dist/scrub/pii-build.js +67 -0
- package/node_modules/@jinn-network/core/dist/scrub/pipeline.d.ts +77 -0
- package/node_modules/@jinn-network/core/dist/scrub/pipeline.js +225 -0
- package/node_modules/@jinn-network/core/dist/scrub/plain-patterns-stage.d.ts +33 -0
- package/node_modules/@jinn-network/core/dist/scrub/plain-patterns-stage.js +88 -0
- package/node_modules/@jinn-network/core/dist/scrub/policy.d.ts +28 -0
- package/node_modules/@jinn-network/core/dist/scrub/policy.js +156 -0
- package/node_modules/@jinn-network/core/dist/scrub/provenance.d.ts +53 -0
- package/node_modules/@jinn-network/core/dist/scrub/provenance.js +83 -0
- package/node_modules/@jinn-network/core/dist/scrub/reject-classes-detector.d.ts +11 -0
- package/node_modules/@jinn-network/core/dist/scrub/reject-classes-detector.js +195 -0
- package/node_modules/@jinn-network/core/dist/scrub/reject-publish-error.d.ts +30 -0
- package/node_modules/@jinn-network/core/dist/scrub/reject-publish-error.js +47 -0
- package/node_modules/@jinn-network/core/dist/scrub/review-queue.d.ts +90 -0
- package/node_modules/@jinn-network/core/dist/scrub/review-queue.js +259 -0
- package/node_modules/@jinn-network/core/dist/scrub/secretlint-stage.d.ts +21 -0
- package/node_modules/@jinn-network/core/dist/scrub/secretlint-stage.js +264 -0
- package/node_modules/@jinn-network/core/dist/scrub/transformers-detector.d.ts +41 -0
- package/node_modules/@jinn-network/core/dist/scrub/transformers-detector.js +77 -0
- package/node_modules/@jinn-network/core/dist/scrub/types.d.ts +36 -0
- package/node_modules/@jinn-network/core/dist/scrub/types.js +1 -0
- package/node_modules/@jinn-network/core/dist/scrub/url-credentials-detector.d.ts +9 -0
- package/node_modules/@jinn-network/core/dist/scrub/url-credentials-detector.js +66 -0
- package/node_modules/@jinn-network/core/dist/session-provenance.d.ts +75 -0
- package/node_modules/@jinn-network/core/dist/session-provenance.js +20 -0
- package/node_modules/@jinn-network/core/dist/skill-artifact.d.ts +442 -0
- package/node_modules/@jinn-network/core/dist/skill-artifact.js +136 -0
- package/node_modules/@jinn-network/core/dist/trajectory/hash-chain.d.ts +18 -0
- package/node_modules/@jinn-network/core/dist/trajectory/hash-chain.js +47 -0
- package/node_modules/@jinn-network/core/dist/trajectory/index.d.ts +4 -0
- package/node_modules/@jinn-network/core/dist/trajectory/index.js +4 -0
- package/node_modules/@jinn-network/core/dist/trajectory/schema.d.ts +681 -0
- package/node_modules/@jinn-network/core/dist/trajectory/schema.js +119 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/aider-history.d.ts +42 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/aider-history.js +181 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/claude-code-jsonl.d.ts +37 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/claude-code-jsonl.js +142 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/codex-session.d.ts +42 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/codex-session.js +235 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/continue-devdata.d.ts +41 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/continue-devdata.js +190 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/cursor-sqlite.d.ts +38 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/cursor-sqlite.js +118 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/gemini-session.d.ts +35 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/gemini-session.js +137 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/index.d.ts +7 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/index.js +7 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/types.d.ts +101 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-parsers/types.js +32 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-to-spans/attrs.d.ts +4 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-to-spans/attrs.js +30 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-to-spans/claude-code-stream-json.d.ts +8 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-to-spans/claude-code-stream-json.js +162 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-to-spans/codex-exec-json.d.ts +8 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-to-spans/codex-exec-json.js +253 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-to-spans/index.d.ts +4 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-to-spans/index.js +4 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-to-spans/types.d.ts +18 -0
- package/node_modules/@jinn-network/core/dist/trajectory/transcript-to-spans/types.js +1 -0
- package/node_modules/@jinn-network/core/dist/window.d.ts +12 -0
- package/node_modules/@jinn-network/core/dist/window.js +5 -0
- package/node_modules/@jinn-network/core/package.json +61 -0
- package/node_modules/@jinn-network/plugin/dist/eligibility.d.ts +12 -0
- package/node_modules/@jinn-network/plugin/dist/eligibility.js +12 -0
- package/node_modules/@jinn-network/plugin/dist/history.d.ts +35 -0
- package/node_modules/@jinn-network/plugin/dist/history.js +140 -0
- package/node_modules/@jinn-network/plugin/dist/index.d.ts +32 -0
- package/node_modules/@jinn-network/plugin/dist/index.js +15 -0
- package/node_modules/@jinn-network/plugin/dist/outcome.d.ts +26 -0
- package/node_modules/@jinn-network/plugin/dist/outcome.js +23 -0
- package/node_modules/@jinn-network/plugin/dist/pickup.d.ts +110 -0
- package/node_modules/@jinn-network/plugin/dist/pickup.js +390 -0
- package/node_modules/@jinn-network/plugin/dist/plugin.d.ts +161 -0
- package/node_modules/@jinn-network/plugin/dist/plugin.js +675 -0
- package/node_modules/@jinn-network/plugin/dist/ports/contribution-port.d.ts +53 -0
- package/node_modules/@jinn-network/plugin/dist/ports/contribution-port.js +14 -0
- package/node_modules/@jinn-network/plugin/dist/ports/corpus-port.d.ts +68 -0
- package/node_modules/@jinn-network/plugin/dist/ports/corpus-port.js +1 -0
- package/node_modules/@jinn-network/plugin/dist/ports/evidence-port.d.ts +17 -0
- package/node_modules/@jinn-network/plugin/dist/ports/evidence-port.js +1 -0
- package/node_modules/@jinn-network/plugin/dist/ports/local-learning-port.d.ts +22 -0
- package/node_modules/@jinn-network/plugin/dist/ports/local-learning-port.js +1 -0
- package/node_modules/@jinn-network/plugin/dist/ports/skills-port.d.ts +12 -0
- package/node_modules/@jinn-network/plugin/dist/ports/skills-port.js +1 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/contribution-candidate.d.ts +116 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/contribution-candidate.js +63 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/eligibility-verdict.d.ts +8 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/eligibility-verdict.js +7 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/episode.d.ts +432 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/episode.js +452 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/history-entry.d.ts +40 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/history-entry.js +30 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/knowledge-hit.d.ts +29 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/knowledge-hit.js +31 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/knowledge-packet.d.ts +80 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/knowledge-packet.js +220 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/pickup-config.d.ts +20 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/pickup-config.js +34 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/session-summary.d.ts +17 -0
- package/node_modules/@jinn-network/plugin/dist/schemas/session-summary.js +19 -0
- package/node_modules/@jinn-network/plugin/dist/testing/contract-kits.d.ts +12 -0
- package/node_modules/@jinn-network/plugin/dist/testing/contract-kits.js +201 -0
- package/node_modules/@jinn-network/plugin/dist/testing/in-memory-contribution.d.ts +93 -0
- package/node_modules/@jinn-network/plugin/dist/testing/in-memory-contribution.js +104 -0
- package/node_modules/@jinn-network/plugin/dist/testing/in-memory-corpus.d.ts +49 -0
- package/node_modules/@jinn-network/plugin/dist/testing/in-memory-corpus.js +58 -0
- package/node_modules/@jinn-network/plugin/dist/testing/in-memory-evidence.d.ts +335 -0
- package/node_modules/@jinn-network/plugin/dist/testing/in-memory-evidence.js +23 -0
- package/node_modules/@jinn-network/plugin/dist/testing/in-memory-local-learning.d.ts +25 -0
- package/node_modules/@jinn-network/plugin/dist/testing/in-memory-local-learning.js +30 -0
- package/node_modules/@jinn-network/plugin/dist/testing/in-memory-skills.d.ts +9 -0
- package/node_modules/@jinn-network/plugin/dist/testing/in-memory-skills.js +16 -0
- package/node_modules/@jinn-network/plugin/dist/testing.d.ts +6 -0
- package/node_modules/@jinn-network/plugin/dist/testing.js +8 -0
- package/node_modules/@jinn-network/plugin/dist/visibility.d.ts +7 -0
- package/node_modules/@jinn-network/plugin/dist/visibility.js +9 -0
- package/node_modules/@jinn-network/plugin/package.json +50 -0
- package/node_modules/@jinn-network/plugin/process-contract.json +8 -0
- package/package.json +61 -19
- package/plugins/jinn-repo-runtime/.claude-plugin/plugin.json +5 -0
- package/plugins/jinn-repo-runtime/.codex-plugin/plugin.json +39 -0
- package/plugins/jinn-repo-runtime/README.md +27 -0
- package/plugins/jinn-repo-runtime/hooks/hooks.json +16 -0
- package/plugins/jinn-repo-runtime/hooks/session-start +73 -0
- package/plugins/jinn-repo-runtime/jinn.plugin.json +11 -0
- package/plugins/jinn-repo-runtime/skills/task/SKILL.md +92 -0
- package/skills/jinn-operator/SKILL.md +29 -15
- package/deployments/deployment-jinn-mvi-l1-sepolia-fast.json +0 -55
- package/deployments/deployment-jinn-mvi-l1-sepolia.json +0 -55
- package/deployments/deployment-jinn-mvi-l2-baseSepolia.json +0 -13
- package/deployments/deployment-jinn-testnet-faucet-baseSepolia-fast.json +0 -15
- package/dist/api/peers.js.map +0 -1
- package/dist/daemon/jinn-claim-loop-canonical.d.ts +0 -207
- package/dist/daemon/jinn-claim-loop-canonical.js +0 -296
- package/dist/daemon/jinn-claim-loop-canonical.js.map +0 -1
- package/dist/daemon/jinn-claim-loop-mock.d.ts +0 -61
- package/dist/daemon/jinn-claim-loop-mock.js +0 -122
- package/dist/daemon/jinn-claim-loop-mock.js.map +0 -1
- package/dist/daemon/jinn-claim-loop-wiring.d.ts +0 -33
- package/dist/daemon/jinn-claim-loop-wiring.js +0 -40
- package/dist/daemon/jinn-claim-loop-wiring.js.map +0 -1
- package/dist/daemon/jinn-claim-loop.d.ts +0 -130
- package/dist/daemon/jinn-claim-loop.js +0 -328
- package/dist/daemon/jinn-claim-loop.js.map +0 -1
- package/dist/dashboard/assets/index-BVAWkLwY.css +0 -1
- package/dist/dashboard/assets/index-DEPqtGOA.js +0 -167
- package/dist/earning/jinn-rewards.js.map +0 -1
- package/dist/scripts/donation-consumption-acceptance.d.ts +0 -85
- package/dist/scripts/donation-consumption-acceptance.js +0 -1382
- package/dist/scripts/donation-consumption-acceptance.js.map +0 -1
- package/dist/x402/acquire.d.ts +0 -17
- package/dist/x402/acquire.js +0 -49
- package/dist/x402/acquire.js.map +0 -1
- package/dist/x402/facilitator.d.ts +0 -11
- package/dist/x402/facilitator.js +0 -52
- package/dist/x402/facilitator.js.map +0 -1
- package/dist/x402/handler.d.ts +0 -27
- package/dist/x402/handler.js +0 -236
- package/dist/x402/handler.js.map +0 -1
- /package/dist/{api/peers.d.ts → daemon/peer-sync.d.ts} +0 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/** Vendored gitleaks MIT rule subset — see pin.note (Q6). */
|
|
2
|
+
export declare const GITLEAKS_PACK: {
|
|
3
|
+
readonly pin: {
|
|
4
|
+
readonly source: "https://github.com/gitleaks/gitleaks";
|
|
5
|
+
readonly ref: "v8.28.0";
|
|
6
|
+
readonly date: "2026-07-22";
|
|
7
|
+
readonly license: "MIT";
|
|
8
|
+
readonly note: "Q6: pin-and-manually-refresh subset; no build-time sync. Regexes adapted to JS (no Go (?i)/(?-i:) verbs).";
|
|
9
|
+
};
|
|
10
|
+
readonly rules: readonly [{
|
|
11
|
+
readonly id: "github-pat";
|
|
12
|
+
readonly description: "GitHub Personal Access Token (classic).";
|
|
13
|
+
readonly regex: "\\bghp_[0-9a-zA-Z]{36}\\b";
|
|
14
|
+
}, {
|
|
15
|
+
readonly id: "github-fine-grained-pat";
|
|
16
|
+
readonly description: "GitHub Fine-Grained Personal Access Token.";
|
|
17
|
+
readonly regex: "\\bgithub_pat_[0-9a-zA-Z_]{82}\\b";
|
|
18
|
+
}, {
|
|
19
|
+
readonly id: "slack-bot-token";
|
|
20
|
+
readonly description: "Slack Bot token.";
|
|
21
|
+
readonly regex: "\\bxoxb-[0-9]{10,13}-[0-9]{10,13}[a-zA-Z0-9-]*";
|
|
22
|
+
}, {
|
|
23
|
+
readonly id: "npm-access-token";
|
|
24
|
+
readonly description: "npm access token.";
|
|
25
|
+
readonly regex: "\\bnpm_[A-Za-z0-9]{36}\\b";
|
|
26
|
+
}, {
|
|
27
|
+
readonly id: "stripe-access-token";
|
|
28
|
+
readonly description: "Stripe secret/restricted key.";
|
|
29
|
+
readonly regex: "\\b(?:sk|rk)_(?:test|live|prod)_[A-Za-z0-9]{10,99}\\b";
|
|
30
|
+
}, {
|
|
31
|
+
readonly id: "openai-api-key";
|
|
32
|
+
readonly description: "OpenAI API key (legacy sk-…T3BlbkFJ… shape).";
|
|
33
|
+
readonly regex: "\\bsk-[A-Za-z0-9]{20}T3BlbkFJ[A-Za-z0-9]{20}\\b";
|
|
34
|
+
}, {
|
|
35
|
+
readonly id: "anthropic-api-key";
|
|
36
|
+
readonly description: "Anthropic API key.";
|
|
37
|
+
readonly regex: "\\bsk-ant-api03-[A-Za-z0-9_-]{93}AA\\b";
|
|
38
|
+
}, {
|
|
39
|
+
readonly id: "aws-access-token";
|
|
40
|
+
readonly description: "AWS access key id.";
|
|
41
|
+
readonly regex: "\\b(?:A3T[A-Z0-9]|AKIA|ASIA|ABIA|ACCA)[A-Z0-9]{16}\\b";
|
|
42
|
+
}, {
|
|
43
|
+
readonly id: "pypi-upload-token";
|
|
44
|
+
readonly description: "PyPI upload token.";
|
|
45
|
+
readonly regex: "\\bpypi-AgEIcHlwaS5vcmc[\\w-]{50,1000}";
|
|
46
|
+
}, {
|
|
47
|
+
readonly id: "hashicorp-tf-api-token";
|
|
48
|
+
readonly description: "HashiCorp Terraform API token (…atlasv1…).";
|
|
49
|
+
readonly regex: "\\b[a-z0-9]{14}\\.atlasv1\\.[A-Za-z0-9\\-_=]{60,70}\\b";
|
|
50
|
+
}, {
|
|
51
|
+
readonly id: "private-key";
|
|
52
|
+
readonly description: "PEM private key block.";
|
|
53
|
+
readonly regex: "-----BEGIN[ A-Z0-9_-]{0,100}PRIVATE KEY(?: BLOCK)?-----[\\s\\S-]{64,}?-----END[ A-Z0-9_-]{0,100}PRIVATE KEY(?: BLOCK)?-----";
|
|
54
|
+
}];
|
|
55
|
+
};
|
|
56
|
+
export type GitleaksPack = typeof GITLEAKS_PACK;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/** Vendored gitleaks MIT rule subset — see pin.note (Q6). */
|
|
2
|
+
export const GITLEAKS_PACK = {
|
|
3
|
+
"pin": {
|
|
4
|
+
"source": "https://github.com/gitleaks/gitleaks",
|
|
5
|
+
"ref": "v8.28.0",
|
|
6
|
+
"date": "2026-07-22",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"note": "Q6: pin-and-manually-refresh subset; no build-time sync. Regexes adapted to JS (no Go (?i)/(?-i:) verbs)."
|
|
9
|
+
},
|
|
10
|
+
"rules": [
|
|
11
|
+
{
|
|
12
|
+
"id": "github-pat",
|
|
13
|
+
"description": "GitHub Personal Access Token (classic).",
|
|
14
|
+
"regex": "\\bghp_[0-9a-zA-Z]{36}\\b"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "github-fine-grained-pat",
|
|
18
|
+
"description": "GitHub Fine-Grained Personal Access Token.",
|
|
19
|
+
"regex": "\\bgithub_pat_[0-9a-zA-Z_]{82}\\b"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": "slack-bot-token",
|
|
23
|
+
"description": "Slack Bot token.",
|
|
24
|
+
"regex": "\\bxoxb-[0-9]{10,13}-[0-9]{10,13}[a-zA-Z0-9-]*"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "npm-access-token",
|
|
28
|
+
"description": "npm access token.",
|
|
29
|
+
"regex": "\\bnpm_[A-Za-z0-9]{36}\\b"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"id": "stripe-access-token",
|
|
33
|
+
"description": "Stripe secret/restricted key.",
|
|
34
|
+
"regex": "\\b(?:sk|rk)_(?:test|live|prod)_[A-Za-z0-9]{10,99}\\b"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": "openai-api-key",
|
|
38
|
+
"description": "OpenAI API key (legacy sk-…T3BlbkFJ… shape).",
|
|
39
|
+
"regex": "\\bsk-[A-Za-z0-9]{20}T3BlbkFJ[A-Za-z0-9]{20}\\b"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "anthropic-api-key",
|
|
43
|
+
"description": "Anthropic API key.",
|
|
44
|
+
"regex": "\\bsk-ant-api03-[A-Za-z0-9_-]{93}AA\\b"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"id": "aws-access-token",
|
|
48
|
+
"description": "AWS access key id.",
|
|
49
|
+
"regex": "\\b(?:A3T[A-Z0-9]|AKIA|ASIA|ABIA|ACCA)[A-Z0-9]{16}\\b"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "pypi-upload-token",
|
|
53
|
+
"description": "PyPI upload token.",
|
|
54
|
+
"regex": "\\bpypi-AgEIcHlwaS5vcmc[\\w-]{50,1000}"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "hashicorp-tf-api-token",
|
|
58
|
+
"description": "HashiCorp Terraform API token (…atlasv1…).",
|
|
59
|
+
"regex": "\\b[a-z0-9]{14}\\.atlasv1\\.[A-Za-z0-9\\-_=]{60,70}\\b"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"id": "private-key",
|
|
63
|
+
"description": "PEM private key block.",
|
|
64
|
+
"regex": "-----BEGIN[ A-Z0-9_-]{0,100}PRIVATE KEY(?: BLOCK)?-----[\\s\\S-]{64,}?-----END[ A-Z0-9_-]{0,100}PRIVATE KEY(?: BLOCK)?-----"
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import type { RedactionManifest, Span } from '../trajectory/schema.js';
|
|
2
|
+
import type { ScrubPipeline } from './pipeline.js';
|
|
3
|
+
/**
|
|
4
|
+
* Seller-side scrub applied at emit time, before a trajectory is signed and
|
|
5
|
+
* published. Runs every span's attributes (and each event's attributes) through
|
|
6
|
+
* the pipeline, rebuilds the prev-span hash chain over the scrubbed spans, and
|
|
7
|
+
* produces the redaction manifest (one entry per span listing the keys touched;
|
|
8
|
+
* `event.<key>` for event-attribute redactions). Populates additive provenance
|
|
9
|
+
* fields (#1974): `schemaVersion`, optional `policyHash`, `perClassCounts`.
|
|
10
|
+
*/
|
|
11
|
+
export declare function scrubSpansForEmit(spans: Span[], pipeline: ScrubPipeline, taskCid: string): Promise<{
|
|
12
|
+
spans: Span[];
|
|
13
|
+
redactionManifest: RedactionManifest;
|
|
14
|
+
}>;
|
|
15
|
+
/**
|
|
16
|
+
* Minimal structural shape of a capture span (jinn.capture-trajectory.v1): a
|
|
17
|
+
* flat attribute bag plus the keys already redacted at ingest. Captures have no
|
|
18
|
+
* events array and no in-run hash chain, so they cannot go through
|
|
19
|
+
* {@link scrubSpansForEmit}; this is their dedicated seller-side scrub.
|
|
20
|
+
*/
|
|
21
|
+
export interface ScrubbableCaptureSpan {
|
|
22
|
+
attributes: Record<string, unknown>;
|
|
23
|
+
redactedKeys: string[];
|
|
24
|
+
}
|
|
25
|
+
export interface ScrubCaptureSpansOptions {
|
|
26
|
+
/**
|
|
27
|
+
* Optional mutable tally bag. When provided, applied disposition counts from
|
|
28
|
+
* each span are merged in (#1974) so callers can attach `perClassCounts` to
|
|
29
|
+
* a capture redaction manifest.
|
|
30
|
+
*/
|
|
31
|
+
perClassCounts?: Record<string, number>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Seller-side scrub for capture spans, applied at publish time before the
|
|
35
|
+
* capture trajectory is uploaded. Runs each span's attributes through the
|
|
36
|
+
* pipeline, replacing them with the scrubbed values, and unions the pipeline's
|
|
37
|
+
* redactions into the span's existing `redactedKeys`. Unlike
|
|
38
|
+
* {@link scrubSpansForEmit} it does NOT touch events or inject a hash chain —
|
|
39
|
+
* capture spans carry neither. Generic over the span type so the concrete
|
|
40
|
+
* `SpanRow` (with its extra columns) is returned unchanged apart from
|
|
41
|
+
* `attributes` and `redactedKeys`.
|
|
42
|
+
*/
|
|
43
|
+
export declare function scrubCaptureSpans<T extends ScrubbableCaptureSpan>(spans: T[], pipeline: ScrubPipeline, opts?: ScrubCaptureSpansOptions): Promise<T[]>;
|
|
44
|
+
/**
|
|
45
|
+
* Unions two redaction manifests by spanId (dedup redactedKeys per span). Used
|
|
46
|
+
* when an ingestion-time manifest (e.g. a capture's stored redactedKeys) is
|
|
47
|
+
* combined with the emit-time pipeline manifest. Keeps the
|
|
48
|
+
* `totalRedactions === sum(redactedKeys)` invariant the schema enforces.
|
|
49
|
+
* Provenance fields (#1974): prefer the higher `schemaVersion`, take the first
|
|
50
|
+
* defined `policyHash`, and sum `perClassCounts`.
|
|
51
|
+
*/
|
|
52
|
+
export declare function mergeRedactionManifests(a: RedactionManifest, b: RedactionManifest): RedactionManifest;
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import { computeGenesisHash, computePrevSpanHash, } from '../trajectory/hash-chain.js';
|
|
2
|
+
import { mergePerClassCounts } from './provenance.js';
|
|
3
|
+
/**
|
|
4
|
+
* Seller-side scrub applied at emit time, before a trajectory is signed and
|
|
5
|
+
* published. Runs every span's attributes (and each event's attributes) through
|
|
6
|
+
* the pipeline, rebuilds the prev-span hash chain over the scrubbed spans, and
|
|
7
|
+
* produces the redaction manifest (one entry per span listing the keys touched;
|
|
8
|
+
* `event.<key>` for event-attribute redactions). Populates additive provenance
|
|
9
|
+
* fields (#1974): `schemaVersion`, optional `policyHash`, `perClassCounts`.
|
|
10
|
+
*/
|
|
11
|
+
export async function scrubSpansForEmit(spans, pipeline, taskCid) {
|
|
12
|
+
const out = [];
|
|
13
|
+
const manifestSpans = [];
|
|
14
|
+
let total = 0;
|
|
15
|
+
let prev = computeGenesisHash(taskCid);
|
|
16
|
+
let perClassCounts = {};
|
|
17
|
+
for (const span of spans) {
|
|
18
|
+
const redactedKeys = new Set();
|
|
19
|
+
const attrResult = await pipeline.run(span.attributes ?? {});
|
|
20
|
+
for (const r of attrResult.redactions)
|
|
21
|
+
redactedKeys.add(r.key);
|
|
22
|
+
perClassCounts =
|
|
23
|
+
mergePerClassCounts(perClassCounts, attrResult.perClassCounts) ?? perClassCounts;
|
|
24
|
+
const events = [];
|
|
25
|
+
for (const event of span.events) {
|
|
26
|
+
if (event.attributes && Object.keys(event.attributes).length > 0) {
|
|
27
|
+
const evResult = await pipeline.run(event.attributes);
|
|
28
|
+
events.push({ ...event, attributes: evResult.attributes });
|
|
29
|
+
for (const r of evResult.redactions)
|
|
30
|
+
redactedKeys.add(`event.${r.key}`);
|
|
31
|
+
perClassCounts =
|
|
32
|
+
mergePerClassCounts(perClassCounts, evResult.perClassCounts) ?? perClassCounts;
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
events.push(event);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
const scrubbed = {
|
|
39
|
+
...span,
|
|
40
|
+
attributes: { ...attrResult.attributes, 'jinn.prevSpanHash': prev },
|
|
41
|
+
events,
|
|
42
|
+
};
|
|
43
|
+
out.push(scrubbed);
|
|
44
|
+
prev = computePrevSpanHash(scrubbed);
|
|
45
|
+
if (redactedKeys.size > 0) {
|
|
46
|
+
const keys = [...redactedKeys];
|
|
47
|
+
manifestSpans.push({ spanId: span.spanId, redactedKeys: keys });
|
|
48
|
+
total += keys.length;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
spans: out,
|
|
53
|
+
redactionManifest: {
|
|
54
|
+
spans: manifestSpans,
|
|
55
|
+
totalRedactions: total,
|
|
56
|
+
...pipeline.manifestProvenance(perClassCounts),
|
|
57
|
+
},
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Seller-side scrub for capture spans, applied at publish time before the
|
|
62
|
+
* capture trajectory is uploaded. Runs each span's attributes through the
|
|
63
|
+
* pipeline, replacing them with the scrubbed values, and unions the pipeline's
|
|
64
|
+
* redactions into the span's existing `redactedKeys`. Unlike
|
|
65
|
+
* {@link scrubSpansForEmit} it does NOT touch events or inject a hash chain —
|
|
66
|
+
* capture spans carry neither. Generic over the span type so the concrete
|
|
67
|
+
* `SpanRow` (with its extra columns) is returned unchanged apart from
|
|
68
|
+
* `attributes` and `redactedKeys`.
|
|
69
|
+
*/
|
|
70
|
+
export async function scrubCaptureSpans(spans, pipeline, opts = {}) {
|
|
71
|
+
const out = [];
|
|
72
|
+
for (const span of spans) {
|
|
73
|
+
const result = await pipeline.run(span.attributes ?? {});
|
|
74
|
+
const redactedKeys = new Set(span.redactedKeys);
|
|
75
|
+
for (const r of result.redactions)
|
|
76
|
+
redactedKeys.add(r.key);
|
|
77
|
+
if (opts.perClassCounts && result.perClassCounts) {
|
|
78
|
+
const merged = mergePerClassCounts(opts.perClassCounts, result.perClassCounts);
|
|
79
|
+
if (merged) {
|
|
80
|
+
for (const key of Object.keys(opts.perClassCounts))
|
|
81
|
+
delete opts.perClassCounts[key];
|
|
82
|
+
Object.assign(opts.perClassCounts, merged);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
out.push({ ...span, attributes: result.attributes, redactedKeys: [...redactedKeys] });
|
|
86
|
+
}
|
|
87
|
+
return out;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Unions two redaction manifests by spanId (dedup redactedKeys per span). Used
|
|
91
|
+
* when an ingestion-time manifest (e.g. a capture's stored redactedKeys) is
|
|
92
|
+
* combined with the emit-time pipeline manifest. Keeps the
|
|
93
|
+
* `totalRedactions === sum(redactedKeys)` invariant the schema enforces.
|
|
94
|
+
* Provenance fields (#1974): prefer the higher `schemaVersion`, take the first
|
|
95
|
+
* defined `policyHash`, and sum `perClassCounts`.
|
|
96
|
+
*/
|
|
97
|
+
export function mergeRedactionManifests(a, b) {
|
|
98
|
+
const bySpan = new Map();
|
|
99
|
+
for (const m of [a, b]) {
|
|
100
|
+
for (const s of m.spans) {
|
|
101
|
+
const set = bySpan.get(s.spanId) ?? new Set();
|
|
102
|
+
for (const k of s.redactedKeys)
|
|
103
|
+
set.add(k);
|
|
104
|
+
bySpan.set(s.spanId, set);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
const spans = [...bySpan]
|
|
108
|
+
.map(([spanId, keys]) => ({ spanId, redactedKeys: [...keys] }))
|
|
109
|
+
.filter((s) => s.redactedKeys.length > 0);
|
|
110
|
+
const perClassCounts = mergePerClassCounts(a.perClassCounts, b.perClassCounts);
|
|
111
|
+
const schemaVersion = a.schemaVersion !== undefined || b.schemaVersion !== undefined
|
|
112
|
+
? Math.max(a.schemaVersion ?? 0, b.schemaVersion ?? 0)
|
|
113
|
+
: undefined;
|
|
114
|
+
const policyHash = a.policyHash ?? b.policyHash;
|
|
115
|
+
return {
|
|
116
|
+
spans,
|
|
117
|
+
totalRedactions: spans.reduce((n, s) => n + s.redactedKeys.length, 0),
|
|
118
|
+
...(schemaVersion !== undefined ? { schemaVersion } : {}),
|
|
119
|
+
...(policyHash !== undefined ? { policyHash } : {}),
|
|
120
|
+
...(perClassCounts !== undefined ? { perClassCounts } : {}),
|
|
121
|
+
};
|
|
122
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Map current-pipeline redactions + before/after text into approximate span
|
|
3
|
+
* findings for the M0 baseline harness. Prefer exact original-span absence:
|
|
4
|
+
* if a labeled substring is gone from the scrubbed output, emit a finding
|
|
5
|
+
* covering that label. Extra stubs in output that do not match any label
|
|
6
|
+
* become FP via orphan stub detection.
|
|
7
|
+
*/
|
|
8
|
+
import type { EvalFixture, ScoredFinding, ScrubClass } from './types.js';
|
|
9
|
+
/** Map known redaction `detail` / stage hints → ScrubClass. */
|
|
10
|
+
export declare function classFromRedactionDetail(detail: string | undefined, stage: string): ScrubClass | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* Derive predicted findings for a fixture from original text, scrubbed text,
|
|
13
|
+
* and redaction records. Uses label-survival for TP/FN and stub orphans for FP.
|
|
14
|
+
*/
|
|
15
|
+
export declare function findingsFromScrubResult(fixture: EvalFixture, scrubbedText: string, redactions: Array<{
|
|
16
|
+
stage: string;
|
|
17
|
+
detail?: string;
|
|
18
|
+
}>): ScoredFinding[];
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Map current-pipeline redactions + before/after text into approximate span
|
|
3
|
+
* findings for the M0 baseline harness. Prefer exact original-span absence:
|
|
4
|
+
* if a labeled substring is gone from the scrubbed output, emit a finding
|
|
5
|
+
* covering that label. Extra stubs in output that do not match any label
|
|
6
|
+
* become FP via orphan stub detection.
|
|
7
|
+
*/
|
|
8
|
+
/** Map known redaction `detail` / stage hints → ScrubClass. */
|
|
9
|
+
export function classFromRedactionDetail(detail, stage) {
|
|
10
|
+
if (!detail) {
|
|
11
|
+
if (stage === 'key-policy')
|
|
12
|
+
return 'A5';
|
|
13
|
+
return undefined;
|
|
14
|
+
}
|
|
15
|
+
const d = detail.toLowerCase();
|
|
16
|
+
// B2 before generic "name"/"email" — git-identity evidence is carrier-shaped.
|
|
17
|
+
if (d.includes('git-identity') || d === 'trailer-name' || d === 'user-name' || d === 'user-email') {
|
|
18
|
+
return 'B2';
|
|
19
|
+
}
|
|
20
|
+
if (d.includes('email'))
|
|
21
|
+
return 'B1';
|
|
22
|
+
if (d.includes('home-path') || d.includes('home_path'))
|
|
23
|
+
return 'D1';
|
|
24
|
+
if (d.includes('eth-address') || d.includes('ethereum') || d.includes('eth_addr'))
|
|
25
|
+
return 'C1';
|
|
26
|
+
if (d.includes('aws') || d.includes('gcp') || d.includes('github') || d.includes('slack') || d.includes('npm') || d.includes('jwt') || d.includes('ssh') || d.includes('secret') || d.includes('token')) {
|
|
27
|
+
return 'A1';
|
|
28
|
+
}
|
|
29
|
+
if (d.includes('high-entropy') || d.includes('entropy'))
|
|
30
|
+
return 'A2';
|
|
31
|
+
if (d.includes('person') || d.includes('per') || d.includes('name'))
|
|
32
|
+
return 'B3';
|
|
33
|
+
if (d.includes('phone'))
|
|
34
|
+
return 'B5';
|
|
35
|
+
if (d.includes('iban') || d.includes('credit') || d.includes('ssn') || d.includes('card') || d.includes('luhn'))
|
|
36
|
+
return 'B7';
|
|
37
|
+
if (d.includes('ipv4') || d === 'ip' || d.startsWith('ip-') || d.includes('loopback') || d.includes('reserved')) {
|
|
38
|
+
return 'D2';
|
|
39
|
+
}
|
|
40
|
+
if (d.includes('hostname') ||
|
|
41
|
+
d.includes('known-identity:hostname') ||
|
|
42
|
+
d.includes('machine-identity') ||
|
|
43
|
+
d.includes('host')) {
|
|
44
|
+
return 'D3';
|
|
45
|
+
}
|
|
46
|
+
if (d.includes('username') || d.includes('gh-login') || d.includes('home-username'))
|
|
47
|
+
return 'B4';
|
|
48
|
+
if (d.includes('git-user-name') || d.includes('known-identity:git-user-name'))
|
|
49
|
+
return 'B3';
|
|
50
|
+
if (d.includes('url-') || d.includes('userinfo') || d.includes('query-credential'))
|
|
51
|
+
return 'A3';
|
|
52
|
+
if (d.includes('private-key') || d.includes('bip39') || d.includes('mnemonic'))
|
|
53
|
+
return 'A4';
|
|
54
|
+
if (d.includes('env-block'))
|
|
55
|
+
return 'A5';
|
|
56
|
+
if (d.includes('gitleaks'))
|
|
57
|
+
return 'A1';
|
|
58
|
+
if (detail === 'EMAIL' || detail.includes('EMAIL'))
|
|
59
|
+
return 'B1';
|
|
60
|
+
if (detail.includes('ETHEREUM') || detail.includes('ETH'))
|
|
61
|
+
return 'C1';
|
|
62
|
+
if (detail.includes('PATH') || detail.includes('USERNAME'))
|
|
63
|
+
return 'D1';
|
|
64
|
+
return 'E1';
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Derive predicted findings for a fixture from original text, scrubbed text,
|
|
68
|
+
* and redaction records. Uses label-survival for TP/FN and stub orphans for FP.
|
|
69
|
+
*/
|
|
70
|
+
export function findingsFromScrubResult(fixture, scrubbedText, redactions) {
|
|
71
|
+
const findings = [];
|
|
72
|
+
const claimed = new Set();
|
|
73
|
+
for (let i = 0; i < fixture.labels.length; i += 1) {
|
|
74
|
+
const label = fixture.labels[i];
|
|
75
|
+
const original = fixture.text.slice(label.start, label.end);
|
|
76
|
+
if (!original)
|
|
77
|
+
continue;
|
|
78
|
+
// Survived → miss (no finding). Gone or replaced → predicted hit at label span.
|
|
79
|
+
if (!scrubbedText.includes(original)) {
|
|
80
|
+
findings.push({ class: label.class, start: label.start, end: label.end });
|
|
81
|
+
claimed.add(i);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
// Orphan redactions (more redaction records than claimed labels of matching class)
|
|
85
|
+
// approximate FPs when scrubbed diverges without a matching label.
|
|
86
|
+
if (scrubbedText !== fixture.text) {
|
|
87
|
+
const labeledClasses = new Set(fixture.labels.map((l) => l.class));
|
|
88
|
+
for (const r of redactions) {
|
|
89
|
+
const cls = classFromRedactionDetail(r.detail, r.stage);
|
|
90
|
+
if (!cls)
|
|
91
|
+
continue;
|
|
92
|
+
if (!labeledClasses.has(cls)) {
|
|
93
|
+
// Synthetic FP span at 0..0+1 so scoreClass counts it
|
|
94
|
+
findings.push({ class: cls, start: 0, end: Math.min(1, fixture.text.length || 1) });
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
return findings;
|
|
99
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { EvalFixture } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Public synthetic fixtures for CI (#1968 / #1972). No real PII — template shapes only.
|
|
4
|
+
* Targets mirror design §3.2; baseline may miss some classes until later PRs.
|
|
5
|
+
*/
|
|
6
|
+
export declare function syntheticFixtures(): EvalFixture[];
|
|
7
|
+
/**
|
|
8
|
+
* Corruption corpus: known-clean prose that must stay byte-identical.
|
|
9
|
+
* Includes #1784 residual samples that seed profile intentionally leaves alone,
|
|
10
|
+
* plus a short excerpt shape from distractor-operator-claims (no secrets).
|
|
11
|
+
* Checksummed cards/IBANs are labeled fixtures (B7), not corruption samples.
|
|
12
|
+
*/
|
|
13
|
+
export declare function corruptionFixtures(): EvalFixture[];
|
|
14
|
+
export declare function allCiFixtures(): EvalFixture[];
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/** Helper: build a fixture with a single labeled span covering `needle` in `text`. */
|
|
2
|
+
function labeled(id, text, needle, cls, opts = {}) {
|
|
3
|
+
const start = text.indexOf(needle);
|
|
4
|
+
if (start < 0)
|
|
5
|
+
throw new Error(`needle not found in fixture ${id}`);
|
|
6
|
+
return {
|
|
7
|
+
id,
|
|
8
|
+
text,
|
|
9
|
+
labels: [{ class: cls, start, end: start + needle.length }],
|
|
10
|
+
profile: opts.profile ?? 'seed',
|
|
11
|
+
...opts,
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
/** Synthetic BIP-39 12-word run (wordlist words; not a funded wallet). */
|
|
15
|
+
const SYNTH_MNEMONIC = 'abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about';
|
|
16
|
+
/** Synthetic 64-hex private-key material (not a real key). */
|
|
17
|
+
const SYNTH_PRIVKEY = 'a'.repeat(64);
|
|
18
|
+
/**
|
|
19
|
+
* Public synthetic fixtures for CI (#1968 / #1972). No real PII — template shapes only.
|
|
20
|
+
* Targets mirror design §3.2; baseline may miss some classes until later PRs.
|
|
21
|
+
*/
|
|
22
|
+
export function syntheticFixtures() {
|
|
23
|
+
return [
|
|
24
|
+
labeled('B1-email', 'Contact the operator at alice.operator@example.com for access.', 'alice.operator@example.com', 'B1'),
|
|
25
|
+
labeled('D1-home-path', 'Working directory was /Users/synthuser/jinn-mono/client.', '/Users/synthuser', 'D1'),
|
|
26
|
+
labeled('C1-wallet', 'Router lives at 0x1111222233334444555566667777888899990000 on Base.', '0x1111222233334444555566667777888899990000', 'C1', { profile: 'seed' }),
|
|
27
|
+
labeled('A1-github-pat-shape', 'Export GITHUB_TOKEN=ghp_ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd before running.', 'ghp_ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcd', 'A1', { profile: 'seed' }),
|
|
28
|
+
labeled('A1-aws-key-id', 'Using key AKIAIOSFODNN7EXAMPLE in the dry-run.', 'AKIAIOSFODNN7EXAMPLE', 'A1', { profile: 'seed' }),
|
|
29
|
+
labeled('A3-url-userinfo', 'Fetch https://user:s3cr3t@localhost/v2/manifests/latest then continue.', 'user:s3cr3t@', 'A3'),
|
|
30
|
+
labeled('A3-url-token-query', 'Webhook https://hooks.example/push?token=tok_synth_example_value_001&x=1 fired.', 'tok_synth_example_value_001', 'A3'),
|
|
31
|
+
labeled('A4-private-key-hex', `Loaded private key ${SYNTH_PRIVKEY} into the signer.`, SYNTH_PRIVKEY, 'A4'),
|
|
32
|
+
labeled('A4-bip39-mnemonic', `Recovery phrase: ${SYNTH_MNEMONIC}`, SYNTH_MNEMONIC, 'A4'),
|
|
33
|
+
labeled('A5-env-block', 'Tool dumped env:\nAPI_KEY=synth\nDATABASE_URL=postgres://x\nSECRET_TOKEN=yyy\nDone.', 'API_KEY=synth\nDATABASE_URL=postgres://x\nSECRET_TOKEN=yyy', 'A5'),
|
|
34
|
+
labeled('B7-card-luhn', 'Customer card: 4111111111111111.', '4111111111111111', 'B7'),
|
|
35
|
+
labeled('B7-iban-mod97', 'Wire to IBAN GB82WEST12345698765432 only.', 'GB82WEST12345698765432', 'B7'),
|
|
36
|
+
labeled('D2-public-ip', 'Peer connected from 8.8.8.8 during the probe.', '8.8.8.8', 'D2'),
|
|
37
|
+
// Hazard: bare UUID must NOT be treated as a secret (batch-2 FP class).
|
|
38
|
+
{
|
|
39
|
+
id: 'hazard-uuid-not-secret',
|
|
40
|
+
text: 'Task id a33f2ca5-e325-4749-b2b5-adaab30c5fc6 completed.',
|
|
41
|
+
labels: [],
|
|
42
|
+
profile: 'seed',
|
|
43
|
+
mustSurvive: true,
|
|
44
|
+
},
|
|
45
|
+
// Hazard: bare 40-hex git SHA must survive (no 0x).
|
|
46
|
+
{
|
|
47
|
+
id: 'hazard-git-sha-survive',
|
|
48
|
+
text: 'Pinned commit deadbeefdeadbeefdeadbeefdeadbeefdeadbeef in the lockfile.',
|
|
49
|
+
labels: [],
|
|
50
|
+
profile: 'seed',
|
|
51
|
+
mustSurvive: true,
|
|
52
|
+
},
|
|
53
|
+
// Hazard: tx hash 0x+64 must survive C1 (C2 is flag-only later).
|
|
54
|
+
{
|
|
55
|
+
id: 'hazard-tx-hash-survive',
|
|
56
|
+
text: 'Receipt 0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa confirmed.',
|
|
57
|
+
labels: [],
|
|
58
|
+
profile: 'seed',
|
|
59
|
+
mustSurvive: true,
|
|
60
|
+
},
|
|
61
|
+
// Hazard: env-var *reference* must not trip a token-name denylist.
|
|
62
|
+
{
|
|
63
|
+
id: 'hazard-env-ref-survive',
|
|
64
|
+
text: 'curl -H "Authorization: Bearer $GH_TOKEN" https://api.github.com/user',
|
|
65
|
+
labels: [],
|
|
66
|
+
profile: 'seed',
|
|
67
|
+
mustSurvive: true,
|
|
68
|
+
},
|
|
69
|
+
// Hazard: GIT_CONFIG tutorial blocks are env-shaped but not secret dumps (#2005).
|
|
70
|
+
{
|
|
71
|
+
id: 'hazard-git-config-tutorial-survive',
|
|
72
|
+
text: [
|
|
73
|
+
'export GIT_CONFIG_GLOBAL=/dev/null',
|
|
74
|
+
'export GIT_CONFIG_SYSTEM=/dev/null',
|
|
75
|
+
'export GIT_CONFIG_NOSYSTEM=1',
|
|
76
|
+
'export GIT_CONFIG_COUNT=2',
|
|
77
|
+
'export GIT_CONFIG_KEY_0=credential.helper',
|
|
78
|
+
'export GIT_CONFIG_VALUE_0=',
|
|
79
|
+
'export GIT_CONFIG_KEY_1=core.askPass',
|
|
80
|
+
'export GIT_CONFIG_VALUE_1=/attempt/askpass',
|
|
81
|
+
].join('\n'),
|
|
82
|
+
labels: [],
|
|
83
|
+
profile: 'seed',
|
|
84
|
+
mustSurvive: true,
|
|
85
|
+
},
|
|
86
|
+
// Hazard: loopback IP must survive (illustrative config knowledge).
|
|
87
|
+
{
|
|
88
|
+
id: 'hazard-loopback-ip-survive',
|
|
89
|
+
text: 'Listen on 127.0.0.1:7331 for the local dashboard.',
|
|
90
|
+
labels: [],
|
|
91
|
+
profile: 'seed',
|
|
92
|
+
mustSurvive: true,
|
|
93
|
+
},
|
|
94
|
+
// B2 carrier — git-identity detector (#1970) jointly covers the name;
|
|
95
|
+
// email on the same line remains B1 via plain-patterns.
|
|
96
|
+
labeled('B2-git-author', 'Author: Synth Operator <synth.operator@example.com>', 'Synth Operator', 'B2', { profile: 'seed' }),
|
|
97
|
+
// B4 self-handle — requires known-identity pack (#1971).
|
|
98
|
+
{
|
|
99
|
+
id: 'B4-self-handle',
|
|
100
|
+
text: 'Operator login synth_operator_handle pushed the branch.',
|
|
101
|
+
labels: [
|
|
102
|
+
{
|
|
103
|
+
class: 'B4',
|
|
104
|
+
start: 'Operator login '.length,
|
|
105
|
+
end: 'Operator login synth_operator_handle'.length,
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
profile: 'seed',
|
|
109
|
+
identityPack: { ghLogin: 'synth_operator_handle' },
|
|
110
|
+
},
|
|
111
|
+
// D3 self-hostname — requires known-identity pack (#1971).
|
|
112
|
+
{
|
|
113
|
+
id: 'D3-self-hostname',
|
|
114
|
+
text: 'attempt host=synth-laptop-01 completed.',
|
|
115
|
+
labels: [
|
|
116
|
+
{
|
|
117
|
+
class: 'D3',
|
|
118
|
+
start: 'attempt host='.length,
|
|
119
|
+
end: 'attempt host=synth-laptop-01'.length,
|
|
120
|
+
},
|
|
121
|
+
],
|
|
122
|
+
profile: 'seed',
|
|
123
|
+
identityPack: { hostname: 'synth-laptop-01' },
|
|
124
|
+
},
|
|
125
|
+
// Allowlist: loopback IP must survive (D2 pass, #1971 Q1).
|
|
126
|
+
{
|
|
127
|
+
id: 'allowlist-loopback-survive',
|
|
128
|
+
text: 'Bind the health check to 127.0.0.1:7331 before serving.',
|
|
129
|
+
labels: [],
|
|
130
|
+
mustSurvive: true,
|
|
131
|
+
profile: 'seed',
|
|
132
|
+
},
|
|
133
|
+
];
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* Corruption corpus: known-clean prose that must stay byte-identical.
|
|
137
|
+
* Includes #1784 residual samples that seed profile intentionally leaves alone,
|
|
138
|
+
* plus a short excerpt shape from distractor-operator-claims (no secrets).
|
|
139
|
+
* Checksummed cards/IBANs are labeled fixtures (B7), not corruption samples.
|
|
140
|
+
*/
|
|
141
|
+
export function corruptionFixtures() {
|
|
142
|
+
const residuals = [
|
|
143
|
+
'Call the customer at +1 (415) 555-2671.',
|
|
144
|
+
'Reporter SSN on file: 123-45-6789.',
|
|
145
|
+
'Medical record MRN: MED123456.',
|
|
146
|
+
'The operator claims the flake is environmental, not a product defect.',
|
|
147
|
+
'Catalog number SKU-7781 maps to the distractor fixture.',
|
|
148
|
+
];
|
|
149
|
+
return residuals.map((text, i) => ({
|
|
150
|
+
id: `corruption-${i}`,
|
|
151
|
+
text,
|
|
152
|
+
labels: [],
|
|
153
|
+
mustSurvive: true,
|
|
154
|
+
profile: 'seed',
|
|
155
|
+
}));
|
|
156
|
+
}
|
|
157
|
+
export function allCiFixtures() {
|
|
158
|
+
return [...syntheticFixtures(), ...corruptionFixtures()];
|
|
159
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operator-local labeled corpus loader (#1968).
|
|
3
|
+
*
|
|
4
|
+
* Reads a JSONL file of EvalFixture objects from an operator-local path
|
|
5
|
+
* (default `~/.jinn-client/local-corpus/scrub-eval.jsonl`). Never ships
|
|
6
|
+
* fixture text in the metrics artifact — only counts.
|
|
7
|
+
*
|
|
8
|
+
* The mining-batch{1,2}-pii-inventory.md files are human analysis (counts +
|
|
9
|
+
* redacted examples). Operators derive synthetic/local JSONL labels from them;
|
|
10
|
+
* this loader does not parse the markdown inventories (they intentionally
|
|
11
|
+
* omit raw spans).
|
|
12
|
+
*/
|
|
13
|
+
import type { EvalFixture } from './types.js';
|
|
14
|
+
export declare const DEFAULT_LOCAL_CORPUS_PATH: string;
|
|
15
|
+
export declare function loadLocalCorpus(path?: string): EvalFixture[];
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Operator-local labeled corpus loader (#1968).
|
|
3
|
+
*
|
|
4
|
+
* Reads a JSONL file of EvalFixture objects from an operator-local path
|
|
5
|
+
* (default `~/.jinn-client/local-corpus/scrub-eval.jsonl`). Never ships
|
|
6
|
+
* fixture text in the metrics artifact — only counts.
|
|
7
|
+
*
|
|
8
|
+
* The mining-batch{1,2}-pii-inventory.md files are human analysis (counts +
|
|
9
|
+
* redacted examples). Operators derive synthetic/local JSONL labels from them;
|
|
10
|
+
* this loader does not parse the markdown inventories (they intentionally
|
|
11
|
+
* omit raw spans).
|
|
12
|
+
*/
|
|
13
|
+
import { readFileSync, existsSync } from 'node:fs';
|
|
14
|
+
import { homedir } from 'node:os';
|
|
15
|
+
import { join } from 'node:path';
|
|
16
|
+
export const DEFAULT_LOCAL_CORPUS_PATH = join(homedir(), '.jinn-client', 'local-corpus', 'scrub-eval.jsonl');
|
|
17
|
+
export function loadLocalCorpus(path = DEFAULT_LOCAL_CORPUS_PATH) {
|
|
18
|
+
if (!existsSync(path))
|
|
19
|
+
return [];
|
|
20
|
+
const raw = readFileSync(path, 'utf8');
|
|
21
|
+
const fixtures = [];
|
|
22
|
+
for (const line of raw.split('\n')) {
|
|
23
|
+
const trimmed = line.trim();
|
|
24
|
+
if (!trimmed || trimmed.startsWith('#'))
|
|
25
|
+
continue;
|
|
26
|
+
fixtures.push(JSON.parse(trimmed));
|
|
27
|
+
}
|
|
28
|
+
return fixtures;
|
|
29
|
+
}
|