@eir-labs/coltrane 0.24.11 → 0.24.13
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/blakey.json +55 -0
- package/agents/solution-developer.json +1 -0
- package/dist/src/cli.d.ts +1 -1
- package/dist/src/cli.js +47 -20
- package/dist/src/cli.js.map +1 -1
- package/dist/src/genome_writer.d.ts +27 -3
- package/dist/src/genome_writer.js +51 -5
- package/dist/src/genome_writer.js.map +1 -1
- package/dist/src/ledger.d.ts +61 -0
- package/dist/src/ledger.js +91 -0
- package/dist/src/ledger.js.map +1 -1
- package/dist/src/server.js +29 -2
- package/dist/src/server.js.map +1 -1
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/domain_types/residency-spec.json +112 -0
- package/package.json +1 -1
- package/standards/residency-spec-v0.json +25 -2
package/dist/src/version.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** Engine semver. Keep in lockstep with package.json `version` (enforced by test). */
|
|
2
|
-
export declare const COLTRANE_VERSION = "0.24.
|
|
2
|
+
export declare const COLTRANE_VERSION = "0.24.13";
|
|
3
3
|
/**
|
|
4
4
|
* The commit this engine checkout is sitting on, or null when it can't be determined.
|
|
5
5
|
*
|
package/dist/src/version.js
CHANGED
|
@@ -17,7 +17,7 @@ import { existsSync, readFileSync, statSync } from "node:fs";
|
|
|
17
17
|
import { dirname, join, resolve } from "node:path";
|
|
18
18
|
import { fileURLToPath } from "node:url";
|
|
19
19
|
/** Engine semver. Keep in lockstep with package.json `version` (enforced by test). */
|
|
20
|
-
export const COLTRANE_VERSION = "0.24.
|
|
20
|
+
export const COLTRANE_VERSION = "0.24.13";
|
|
21
21
|
/**
|
|
22
22
|
* The commit this engine checkout is sitting on, or null when it can't be determined.
|
|
23
23
|
*
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "residency-spec",
|
|
3
|
+
"version": 1,
|
|
4
|
+
"extends": "Plan",
|
|
5
|
+
"domain": "residency",
|
|
6
|
+
"status": "active",
|
|
7
|
+
"schema": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"resident_identity": {
|
|
11
|
+
"type": "object",
|
|
12
|
+
"description": "The named agent holding the seat, speaking under its own identity per the identity law — never a person's.",
|
|
13
|
+
"properties": {
|
|
14
|
+
"name": {
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"voice": {
|
|
18
|
+
"type": "string"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"required": [
|
|
22
|
+
"name"
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
"seat_contract_source": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"description": "Locator of the handmade contract this spec transcribes (e.g. DESK_BOOT.md at a pinned revision)."
|
|
28
|
+
},
|
|
29
|
+
"canonical_repo": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"description": "The single canonical repository identity for the product the resident stewards."
|
|
32
|
+
},
|
|
33
|
+
"repo_aliases": {
|
|
34
|
+
"type": "array",
|
|
35
|
+
"items": {
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
"description": "Other names in circulation for the same product, recorded so they cannot silently fork the identity."
|
|
39
|
+
},
|
|
40
|
+
"host": {
|
|
41
|
+
"type": "object",
|
|
42
|
+
"description": "The box the resident cohabits — the residency is a tenancy, not ownership.",
|
|
43
|
+
"properties": {
|
|
44
|
+
"platform_app": {
|
|
45
|
+
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
"machine": {
|
|
48
|
+
"type": "string"
|
|
49
|
+
},
|
|
50
|
+
"shared_paths": {
|
|
51
|
+
"type": "array",
|
|
52
|
+
"items": {
|
|
53
|
+
"type": "string"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"cohabitation_boundary": {
|
|
59
|
+
"type": "array",
|
|
60
|
+
"items": {
|
|
61
|
+
"type": "string"
|
|
62
|
+
},
|
|
63
|
+
"description": "What the tenant may and may not touch of its host, stated as observable constraints (paths, processes, credentials)."
|
|
64
|
+
},
|
|
65
|
+
"laws": {
|
|
66
|
+
"type": "array",
|
|
67
|
+
"items": {
|
|
68
|
+
"type": "string"
|
|
69
|
+
},
|
|
70
|
+
"description": "DESK_BOOT.md laws transcribed as governed constraints, each with a locator."
|
|
71
|
+
},
|
|
72
|
+
"hands": {
|
|
73
|
+
"type": "array",
|
|
74
|
+
"items": {
|
|
75
|
+
"type": "object",
|
|
76
|
+
"properties": {
|
|
77
|
+
"credential_class": {
|
|
78
|
+
"type": "string"
|
|
79
|
+
},
|
|
80
|
+
"grant": {
|
|
81
|
+
"type": "string"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"required": [
|
|
85
|
+
"credential_class",
|
|
86
|
+
"grant"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"description": "Credential grants by class name only, never values; seeded on-estate only per the chancery constraint."
|
|
90
|
+
},
|
|
91
|
+
"rails": {
|
|
92
|
+
"type": "array",
|
|
93
|
+
"items": {
|
|
94
|
+
"type": "string"
|
|
95
|
+
},
|
|
96
|
+
"description": "Phase gates the resident must pass — park-before-dispatch, deterministic-supervisor execution, toolbar review loop."
|
|
97
|
+
},
|
|
98
|
+
"approval_seat": {
|
|
99
|
+
"type": "string",
|
|
100
|
+
"description": "Where the spec parks for the sovereign's approval before any build order exists."
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"required_fields": [
|
|
105
|
+
"resident_identity",
|
|
106
|
+
"seat_contract_source",
|
|
107
|
+
"canonical_repo",
|
|
108
|
+
"cohabitation_boundary",
|
|
109
|
+
"hands",
|
|
110
|
+
"approval_seat"
|
|
111
|
+
]
|
|
112
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eir-labs/coltrane",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.13",
|
|
4
4
|
"description": "A methodology engine \u2014 a typed substrate for defining agents, composing multi-phase standards, dispatching gigs, and sealing every output to a content-addressed ledger. Ships as an MCP server.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -67,6 +67,29 @@
|
|
|
67
67
|
],
|
|
68
68
|
"intent": "Compose the buildable specification: architecture, the exact changes with their repositories and gates, preconditions, risks, rollback, and the receipts due — buildable as written, article for article."
|
|
69
69
|
},
|
|
70
|
+
{
|
|
71
|
+
"name": "specify",
|
|
72
|
+
"chairs": [
|
|
73
|
+
{
|
|
74
|
+
"role": "specify",
|
|
75
|
+
"agent_slug": "solution-developer",
|
|
76
|
+
"depends_on": [
|
|
77
|
+
"contract",
|
|
78
|
+
"survey"
|
|
79
|
+
],
|
|
80
|
+
"input_contract": [
|
|
81
|
+
"subsystem-contract",
|
|
82
|
+
"repo-survey"
|
|
83
|
+
],
|
|
84
|
+
"output_contract": [
|
|
85
|
+
"residency-spec"
|
|
86
|
+
],
|
|
87
|
+
"optional_outputs": [],
|
|
88
|
+
"required_skills": []
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"intent": "FILL the residency-spec instance the contract obligates: read the surveyed files from disk and populate every field of the residency-spec type — resident_identity, seat_contract_source, canonical_repo, repo_aliases, host, cohabitation_boundary, laws, hands, rails, approval_seat — each entry carrying a locator into a file actually read. The subsystem-contract's obligations are the checklist this phase satisfies; the survey is its ground. No obligation left as a promise: the spec is the artifact, not a description of the artifact."
|
|
92
|
+
},
|
|
70
93
|
{
|
|
71
94
|
"name": "approve",
|
|
72
95
|
"chairs": [
|
|
@@ -75,10 +98,10 @@
|
|
|
75
98
|
"agent_slug": "",
|
|
76
99
|
"human": true,
|
|
77
100
|
"depends_on": [
|
|
78
|
-
"
|
|
101
|
+
"specify"
|
|
79
102
|
],
|
|
80
103
|
"input_contract": [
|
|
81
|
-
"
|
|
104
|
+
"residency-spec"
|
|
82
105
|
],
|
|
83
106
|
"output_contract": [
|
|
84
107
|
"lineage-verdict"
|