@eir-labs/coltrane 0.10.0 → 0.12.0
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/agents/bandleader.json +54 -0
- package/agents/bill.json +4 -2
- package/agents/change-verifier.json +2 -1
- package/agents/code-implementer.json +7 -4
- package/agents/john.json +5 -3
- package/agents/lineage-scout-external.json +19 -6
- package/agents/lineage-scribe.json +20 -9
- package/agents/lineage-weaver.json +26 -11
- package/agents/miles.json +2 -1
- package/agents/players/bandleader.md +70 -0
- package/agents/pr-publisher.json +4 -2
- package/agents/red-spec-drafter.json +12 -6
- package/agents/room-prober.json +29 -0
- package/agents/source-walker.json +1 -1
- package/charts/room-probe-chart-v1.json +14 -0
- package/charts/worker-contract-docker-v2.json +135 -0
- package/charts/worker-contract-v3.json +206 -0
- package/dist/src/boundary_check.d.ts +18 -0
- package/dist/src/boundary_check.js +70 -0
- package/dist/src/boundary_check.js.map +1 -0
- package/dist/src/boundary_scan.d.ts +62 -0
- package/dist/src/boundary_scan.js +93 -0
- package/dist/src/boundary_scan.js.map +1 -0
- package/dist/src/chart.js +34 -1
- package/dist/src/chart.js.map +1 -1
- package/dist/src/claude_invoker.d.ts +2 -13
- package/dist/src/claude_invoker.js +242 -18
- package/dist/src/claude_invoker.js.map +1 -1
- package/dist/src/cli.d.ts +1 -1
- package/dist/src/cli.js +115 -27
- package/dist/src/cli.js.map +1 -1
- package/dist/src/drain_preflight.d.ts +33 -0
- package/dist/src/drain_preflight.js +97 -0
- package/dist/src/drain_preflight.js.map +1 -0
- package/dist/src/genome_schema.d.ts +390 -9
- package/dist/src/genome_schema.js +163 -8
- package/dist/src/genome_schema.js.map +1 -1
- package/dist/src/genome_store.js +9 -0
- package/dist/src/genome_store.js.map +1 -1
- package/dist/src/genome_writer.d.ts +1 -1
- package/dist/src/genome_writer.js +10 -2
- package/dist/src/genome_writer.js.map +1 -1
- package/dist/src/gig_conformance.d.ts +66 -0
- package/dist/src/gig_conformance.js +153 -0
- package/dist/src/gig_conformance.js.map +1 -0
- package/dist/src/gig_tracker.js +8 -0
- package/dist/src/gig_tracker.js.map +1 -1
- package/dist/src/grounding.d.ts +44 -0
- package/dist/src/grounding.js +127 -0
- package/dist/src/grounding.js.map +1 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.js +9 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/institution_loader.d.ts +29 -5
- package/dist/src/institution_loader.js +67 -6
- package/dist/src/institution_loader.js.map +1 -1
- package/dist/src/lineage_adoption.d.ts +82 -0
- package/dist/src/lineage_adoption.js +82 -0
- package/dist/src/lineage_adoption.js.map +1 -0
- package/dist/src/lineage_persist.d.ts +34 -0
- package/dist/src/lineage_persist.js +60 -0
- package/dist/src/lineage_persist.js.map +1 -0
- package/dist/src/loader.d.ts +13 -0
- package/dist/src/loader.js +43 -2
- package/dist/src/loader.js.map +1 -1
- package/dist/src/local_queue.d.ts +105 -0
- package/dist/src/local_queue.js +380 -0
- package/dist/src/local_queue.js.map +1 -0
- package/dist/src/mcp.js +37 -4
- package/dist/src/mcp.js.map +1 -1
- package/dist/src/org_hire.d.ts +23 -0
- package/dist/src/org_hire.js +42 -0
- package/dist/src/org_hire.js.map +1 -0
- package/dist/src/outputs.d.ts +17 -0
- package/dist/src/outputs.js +86 -1
- package/dist/src/outputs.js.map +1 -1
- package/dist/src/player_to_claude_code.js +26 -2
- package/dist/src/player_to_claude_code.js.map +1 -1
- package/dist/src/registry.d.ts +3 -1
- package/dist/src/registry.js +43 -3
- package/dist/src/registry.js.map +1 -1
- package/dist/src/repo_index.d.ts +58 -0
- package/dist/src/repo_index.js +232 -0
- package/dist/src/repo_index.js.map +1 -0
- package/dist/src/residency.d.ts +149 -0
- package/dist/src/residency.js +283 -0
- package/dist/src/residency.js.map +1 -0
- package/dist/src/reuse.d.ts +44 -4
- package/dist/src/reuse.js +0 -0
- package/dist/src/reuse.js.map +1 -1
- package/dist/src/runtime.d.ts +82 -0
- package/dist/src/runtime.js +254 -25
- package/dist/src/runtime.js.map +1 -1
- package/dist/src/server.d.ts +37 -0
- package/dist/src/server.js +422 -11
- package/dist/src/server.js.map +1 -1
- package/dist/src/server_relay.d.ts +40 -2
- package/dist/src/server_relay.js +186 -19
- package/dist/src/server_relay.js.map +1 -1
- package/dist/src/tool_providers.d.ts +27 -0
- package/dist/src/tool_providers.js +48 -0
- package/dist/src/tool_providers.js.map +1 -1
- package/dist/src/venue_credential.d.ts +41 -0
- package/dist/src/venue_credential.js +57 -0
- package/dist/src/venue_credential.js.map +1 -0
- package/dist/src/venue_realize.d.ts +23 -0
- package/dist/src/venue_realize.js +43 -3
- package/dist/src/venue_realize.js.map +1 -1
- package/dist/src/venue_realizer.d.ts +224 -0
- package/dist/src/venue_realizer.js +889 -0
- package/dist/src/venue_realizer.js.map +1 -0
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/dist/src/worker.d.ts +57 -0
- package/dist/src/worker.js +155 -24
- package/dist/src/worker.js.map +1 -1
- package/dist/src/worker_env.d.ts +79 -0
- package/dist/src/worker_env.js +322 -0
- package/dist/src/worker_env.js.map +1 -0
- package/dist/src/workspace.d.ts +12 -1
- package/dist/src/workspace.js +10 -3
- package/dist/src/workspace.js.map +1 -1
- package/domain_types/change-context.json +59 -13
- package/domain_types/lineage-adoption-target.json +22 -0
- package/domain_types/lineage-map.json +7 -2
- package/domain_types/lineage-record.json +55 -5
- package/domain_types/prior-art-hit.json +16 -1
- package/domain_types/red-spec.json +5 -3
- package/domain_types/woodshed-record.json +149 -0
- package/evals/gist-present.json +7 -0
- package/institutions/coltrane.json +178 -6
- package/package.json +6 -3
- package/skills/non-vacuity-probe/fixtures/fixture-001.json +17 -0
- package/skills/non-vacuity-probe/meta.json +12 -0
- package/skills/non-vacuity-probe/skill.md +27 -0
- package/skills/non-vacuity-probe/skill.mjs +81 -0
- package/standards/lineage-adopt-v0.json +37 -0
- package/standards/room-probe-v1.json +28 -0
- package/standards/software-change-pr-v1.json +15 -15
- package/standards/software-change-red-first-v0.json +183 -0
- package/standards/spec-review-and-sequence-v0.json +112 -0
- package/standards/studio-session-v0.json +101 -0
- package/tours/coltrane.json +72 -0
- package/venues/engine-room-v1.json +32 -0
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_comment": "Coltrane's OWN roadmap as the worked-example Tour. This repo does committed work, so its roadmap IS a tour. Every commitment here carries NO amount — Coltrane's tour genuinely has none ('ship the evaluator' is a real commitment with a real acceptance condition and no price). This is NOT hedging: the money path is fully public and exercised with synthetic values in tests/committed_work fixtures, so a fork runs a funded tour on day one. What is absent from THIS example is fake numbers, not the mechanism. Slugs resolve against institutions/coltrane.json (org eir-labs; chairs coltrane.chair.human-governor and coltrane.chair.change-author).",
|
|
3
|
+
"tour": {
|
|
4
|
+
"slug": "coltrane-roadmap",
|
|
5
|
+
"institution_slug": "coltrane",
|
|
6
|
+
"org_slug": "eir-labs",
|
|
7
|
+
"responsible_chair": "coltrane.chair.human-governor",
|
|
8
|
+
"period": "2026-H2",
|
|
9
|
+
"northstar_slugs": [
|
|
10
|
+
"model-the-domain-before-the-work",
|
|
11
|
+
"treat-inference-as-scarce"
|
|
12
|
+
],
|
|
13
|
+
"bookings": [
|
|
14
|
+
{
|
|
15
|
+
"slug": "ship-the-binding-middle-place",
|
|
16
|
+
"aim": "land the Tour/Booking/Resource objects and the tour-admissibility checker on main behind a green pull request",
|
|
17
|
+
"period": "2026-H2",
|
|
18
|
+
"accountable_office": "coltrane.chair.change-author",
|
|
19
|
+
"acceptance": {
|
|
20
|
+
"predicate": "(=> (= ci_result \"green\") allow)",
|
|
21
|
+
"inputs": { "ci_result": "ci-status" }
|
|
22
|
+
},
|
|
23
|
+
"tier": "enforced",
|
|
24
|
+
"draws": [
|
|
25
|
+
{ "resource_slug": "engine-dev-seat", "unit": "max-seat-hours", "quantity": 40 }
|
|
26
|
+
],
|
|
27
|
+
"served_northstars": ["model-the-domain-before-the-work"],
|
|
28
|
+
"lifecycle": {
|
|
29
|
+
"state": "active",
|
|
30
|
+
"debtor": "coltrane.chair.change-author",
|
|
31
|
+
"creditor": "eir-labs",
|
|
32
|
+
"log": []
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"slug": "wire-variance-into-the-audit-surface",
|
|
37
|
+
"aim": "surface promised-versus-delivered variance from the ledger chain, once the middle place has landed",
|
|
38
|
+
"period": "2026-H2",
|
|
39
|
+
"accountable_office": "coltrane.chair.change-author",
|
|
40
|
+
"acceptance": {
|
|
41
|
+
"predicate": "(=> (= ci_result \"green\") allow)",
|
|
42
|
+
"inputs": { "ci_result": "ci-status" }
|
|
43
|
+
},
|
|
44
|
+
"tier": "enforced",
|
|
45
|
+
"antecedent": {
|
|
46
|
+
"predicate": "(= prior_booking_state \"satisfied\")",
|
|
47
|
+
"inputs": { "prior_booking_state": "commitment-state" }
|
|
48
|
+
},
|
|
49
|
+
"draws": [
|
|
50
|
+
{ "resource_slug": "engine-dev-seat", "unit": "max-seat-hours", "quantity": 20 }
|
|
51
|
+
],
|
|
52
|
+
"served_northstars": ["treat-inference-as-scarce"],
|
|
53
|
+
"lifecycle": {
|
|
54
|
+
"state": "conditional",
|
|
55
|
+
"debtor": "coltrane.chair.change-author",
|
|
56
|
+
"creditor": "eir-labs",
|
|
57
|
+
"log": []
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"resources": [
|
|
63
|
+
{
|
|
64
|
+
"slug": "engine-dev-seat",
|
|
65
|
+
"holder": "eir-labs",
|
|
66
|
+
"quantity": 200,
|
|
67
|
+
"unit": "max-seat-hours",
|
|
68
|
+
"period": "2026-H2",
|
|
69
|
+
"transferable": true
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "engine-room-v1",
|
|
3
|
+
"institution_slug": "quartet",
|
|
4
|
+
"description": "A room serving coltrane's own MCP server from inside the container, equipping two read-only tools. It exists to make one claim checkable by execution: a seated chair is answered from INSIDE the room, not by the host engine. The proof is self-referential and lives in the sealed output rather than in an operator's event log — the room image is built from the repo genome, so an agent authored after the image was built is ABSENT from the room's roster while present on the host. A seat that browses the roster and cannot find itself is reading the room's genome; one that finds itself was answered by the host. The stdio server declares the command the room actually runs: `node /app/dist/src/server_entry.js`, the compiled engine at the room image's WORKDIR — the containerized emission execs exactly this into the held room.",
|
|
5
|
+
"flavor": "engine-read",
|
|
6
|
+
"equipment": {
|
|
7
|
+
"tools": [
|
|
8
|
+
"type_browse",
|
|
9
|
+
"agent_browse"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"installs": [],
|
|
13
|
+
"credential_surface": [],
|
|
14
|
+
"lifecycle": {
|
|
15
|
+
"policy": "ephemeral"
|
|
16
|
+
},
|
|
17
|
+
"responsible_chair": "quartet.chair.responsible-officer",
|
|
18
|
+
"substrate": "container",
|
|
19
|
+
"mcp_servers": [
|
|
20
|
+
{
|
|
21
|
+
"slug": "coltrane",
|
|
22
|
+
"transport": "stdio",
|
|
23
|
+
"command": [
|
|
24
|
+
"node",
|
|
25
|
+
"/app/dist/src/server_entry.js"
|
|
26
|
+
],
|
|
27
|
+
"credential_names": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"devices": [],
|
|
31
|
+
"architectures": []
|
|
32
|
+
}
|