@t275005746/gse 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/ISSUE_TEMPLATE/bug_report.yml +42 -42
- package/.github/ISSUE_TEMPLATE/change_request.yml +50 -50
- package/.github/ISSUE_TEMPLATE/config.yml +5 -5
- package/.github/PULL_REQUEST_TEMPLATE.md +38 -38
- package/.github/workflows/validate-gse.yml +33 -33
- package/.gse/README.md +18 -18
- package/.gse/gse-development-protocol.md +50 -50
- package/.gse/project-profile.md +29 -29
- package/.gse/quality-gates.md +25 -25
- package/.gse/releases/public-registry-publication-npm.md +49 -0
- package/.gse/releases/public-release-owner-required.md +65 -65
- package/.gse/releases/public-security-contact-owner-required.md +45 -45
- package/.gse/state.json +3 -4
- package/CHANGELOG.md +24 -24
- package/CONTRIBUTING.md +64 -64
- package/LICENSE +21 -21
- package/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/SECURITY.md +41 -41
- package/SUPPORT.md +38 -38
- package/assets/marketplace/README.md +7 -7
- package/assets/marketplace/gse-listing.json +75 -75
- package/assets/templates/acceptance-execution-packet.md +73 -73
- package/assets/templates/adr.md +14 -14
- package/assets/templates/change-brief.md +16 -16
- package/assets/templates/design.md +18 -18
- package/assets/templates/dispatch-packet.md +104 -104
- package/assets/templates/evidence.md +14 -14
- package/assets/templates/execution-quality-pack.md +65 -65
- package/assets/templates/goal-map.md +21 -21
- package/assets/templates/host-adapter.md +48 -48
- package/assets/templates/host-ui-invocation-record.md +42 -42
- package/assets/templates/incident-review.md +60 -60
- package/assets/templates/public-channel-publication-record.md +49 -49
- package/assets/templates/public-ci-run-record.md +53 -53
- package/assets/templates/public-release-record.md +65 -65
- package/assets/templates/public-repository-settings-record.md +59 -59
- package/assets/templates/public-security-contact-record.md +45 -45
- package/assets/templates/release-trust-record.md +32 -32
- package/assets/templates/review.md +18 -18
- package/assets/templates/spec.md +16 -16
- package/assets/templates/target-adoption-evidence.md +29 -29
- package/assets/templates/tasks.md +17 -17
- package/assets/templates/update-release-acceptance-record.md +58 -58
- package/examples/README.md +22 -22
- package/examples/agent-runtime-host/.claude/gse-adapter.md +6 -6
- package/examples/agent-runtime-host/.codex/gse-adapter.md +7 -7
- package/examples/agent-runtime-host/.gse/goal-map.md +7 -7
- package/examples/agent-runtime-host/.gse/project-profile.md +27 -27
- package/examples/agent-runtime-host/.gse/tooling.md +5 -5
- package/examples/agent-runtime-host/.mcp.json +9 -9
- package/examples/agent-runtime-host/AGENTS.md +5 -5
- package/examples/agent-runtime-host/README.md +10 -10
- package/examples/agent-runtime-host/docs/model-routing.md +5 -5
- package/examples/cli-tool/.gse/project-profile.md +21 -21
- package/examples/cli-tool/AGENTS.md +5 -5
- package/examples/cli-tool/README.md +12 -12
- package/examples/cli-tool/package.json +21 -21
- package/examples/small-app/.env.example +2 -2
- package/examples/small-app/.github/workflows/ci.yml +8 -8
- package/examples/small-app/AGENTS.md +5 -5
- package/examples/small-app/README.md +12 -12
- package/examples/small-app/package.json +26 -26
- package/examples/small-app/playwright.config.ts +4 -4
- package/package.json +53 -53
- package/references/adoption-recipes.md +171 -171
- package/references/agent-roles.md +49 -49
- package/references/architecture-health.md +101 -101
- package/references/benchmark-audit.md +73 -73
- package/references/community-channels.md +46 -46
- package/references/compatibility.md +70 -70
- package/references/design-basis.md +38 -38
- package/references/domain-model.md +129 -129
- package/references/domain-quality-gates.md +75 -75
- package/references/drift-audit.md +81 -81
- package/references/evidence-taxonomy.md +123 -123
- package/references/file-ownership.md +107 -107
- package/references/final-readiness.md +84 -84
- package/references/forward-test.md +133 -133
- package/references/goal-map.md +36 -36
- package/references/host-adapters.md +119 -119
- package/references/learning-system.md +35 -35
- package/references/marketplace-discovery.md +46 -46
- package/references/model-routing.md +103 -103
- package/references/open-source-defaults.md +39 -39
- package/references/operating-model.md +52 -52
- package/references/packaging.md +277 -277
- package/references/project-agent-workspace.md +89 -89
- package/references/project-bootstrap.md +122 -122
- package/references/project-profile.md +57 -57
- package/references/public-release.md +174 -174
- package/references/quality-gates.md +100 -100
- package/references/recovery.md +176 -176
- package/references/release-trust.md +43 -43
- package/references/release.md +126 -126
- package/references/review.md +141 -141
- package/references/router.md +90 -90
- package/references/spec-workflow.md +66 -66
- package/references/task-levels.md +81 -81
- package/references/tool-adapters.md +73 -73
- package/scripts/audit-acceptance-execution-packet.mjs +133 -133
- package/scripts/audit-adoption-recipes.mjs +99 -99
- package/scripts/audit-change-lifecycle.mjs +77 -77
- package/scripts/audit-change-system.mjs +134 -134
- package/scripts/audit-ci-readiness.mjs +107 -107
- package/scripts/audit-close-gate.mjs +323 -323
- package/scripts/audit-command-adapters.mjs +91 -91
- package/scripts/audit-command-execution.mjs +210 -210
- package/scripts/audit-compatibility.mjs +149 -149
- package/scripts/audit-completion-readiness.mjs +292 -292
- package/scripts/audit-distribution.mjs +251 -251
- package/scripts/audit-domain-quality-gates.mjs +108 -108
- package/scripts/audit-evidence-placeholders.mjs +126 -126
- package/scripts/audit-final-readiness-promotion.mjs +255 -255
- package/scripts/audit-final-readiness.mjs +226 -226
- package/scripts/audit-fixtures.mjs +154 -154
- package/scripts/audit-fresh-session-readiness.mjs +177 -177
- package/scripts/audit-host-runtime-evidence-handoff.mjs +159 -159
- package/scripts/audit-host-runtime-invocation-drill.mjs +240 -240
- package/scripts/audit-host-runtime-invocations.mjs +254 -254
- package/scripts/audit-host-ui-invocation.mjs +132 -132
- package/scripts/audit-marketplace-discovery.mjs +122 -122
- package/scripts/audit-npm-package-metadata.mjs +155 -155
- package/scripts/audit-npm-publish-dry-run.mjs +191 -169
- package/scripts/audit-npm-tarball-install.mjs +191 -191
- package/scripts/audit-open-source-defaults.mjs +92 -92
- package/scripts/audit-open-source-readiness.mjs +97 -97
- package/scripts/audit-project.mjs +138 -138
- package/scripts/audit-public-acceptance-command-dry-run-drill.mjs +203 -203
- package/scripts/audit-public-acceptance-readiness.mjs +224 -224
- package/scripts/audit-public-channel-publication.mjs +248 -248
- package/scripts/audit-public-ci-run.mjs +184 -184
- package/scripts/audit-public-collaboration-templates.mjs +98 -98
- package/scripts/audit-public-external-gate-probe.mjs +206 -206
- package/scripts/audit-public-release-decision.mjs +201 -201
- package/scripts/audit-public-release-metadata.mjs +176 -176
- package/scripts/audit-public-repository-settings.mjs +237 -237
- package/scripts/audit-public-security-contact.mjs +171 -171
- package/scripts/audit-readme-docs.mjs +6 -4
- package/scripts/audit-recovery-readiness.mjs +98 -98
- package/scripts/audit-release-readiness.mjs +106 -106
- package/scripts/audit-release-trust.mjs +62 -62
- package/scripts/audit-remote-distribution.mjs +266 -266
- package/scripts/audit-roadmap-consistency.mjs +235 -235
- package/scripts/audit-signing.mjs +147 -147
- package/scripts/audit-state-freshness.mjs +14 -9
- package/scripts/audit-target-adoption-evidence.mjs +117 -117
- package/scripts/audit-target-project.mjs +507 -507
- package/scripts/audit-update-release-acceptance.mjs +136 -136
- package/scripts/audit-v1-target-validation.mjs +269 -269
- package/scripts/audit-validation-profiles.mjs +125 -125
- package/scripts/close-change.mjs +116 -116
- package/scripts/discover-project-profile.mjs +307 -307
- package/scripts/generate-command-adapter.mjs +231 -231
- package/scripts/generate-final-acceptance-packet.mjs +181 -181
- package/scripts/generate-final-form-progress-report.mjs +205 -205
- package/scripts/generate-host-runtime-evidence-handoff.mjs +206 -206
- package/scripts/generate-owner-external-gate-kit.mjs +295 -295
- package/scripts/generate-public-acceptance-handoff.mjs +168 -168
- package/scripts/generate-public-release-checklist.mjs +207 -207
- package/scripts/generate-release-bundle.mjs +505 -505
- package/scripts/generate-release-owner-action-plan.mjs +172 -172
- package/scripts/generate-release-status-manifest.mjs +200 -200
- package/scripts/generate-session-prompt.mjs +188 -188
- package/scripts/gse.mjs +67 -67
- package/scripts/init-change.mjs +265 -265
- package/scripts/init-project.mjs +785 -785
- package/scripts/install-gse.mjs +234 -234
- package/scripts/lib/evidence-placeholders.mjs +28 -28
- package/scripts/package-gse.mjs +174 -174
- package/scripts/probe-public-external-gates.mjs +167 -167
- package/scripts/record-host-invocation.mjs +151 -151
- package/scripts/record-public-channel-publication.mjs +178 -178
- package/scripts/record-public-ci-run.mjs +180 -180
- package/scripts/record-public-release.mjs +175 -175
- package/scripts/record-public-repository-settings.mjs +209 -209
- package/scripts/record-public-security-contact.mjs +157 -157
- package/scripts/sign-gse-package.mjs +83 -83
- package/scripts/update-project-state.mjs +223 -223
- package/scripts/verify-gse-package.mjs +85 -85
|
@@ -1,177 +1,177 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import fs from 'node:fs'
|
|
3
|
-
import path from 'node:path'
|
|
4
|
-
|
|
5
|
-
const args = process.argv.slice(2)
|
|
6
|
-
|
|
7
|
-
function readArg(name, fallback = null) {
|
|
8
|
-
const index = args.indexOf(name)
|
|
9
|
-
if (index === -1) return fallback
|
|
10
|
-
return args[index + 1] ?? fallback
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const root = path.resolve(readArg('--root', path.join(import.meta.dirname, '..')))
|
|
14
|
-
const jsonOnly = args.includes('--json')
|
|
15
|
-
|
|
16
|
-
function read(relativePath) {
|
|
17
|
-
const fullPath = path.join(root, relativePath)
|
|
18
|
-
return fs.existsSync(fullPath) ? fs.readFileSync(fullPath, 'utf8') : ''
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
function exists(relativePath) {
|
|
22
|
-
return fs.existsSync(path.join(root, relativePath))
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
function check(id, label, ok, evidence, risk = '') {
|
|
26
|
-
return { id, label, status: ok ? 'passed' : 'failed', evidence, risk }
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
function section(markdown, heading) {
|
|
30
|
-
const lines = markdown.split(/\r?\n/)
|
|
31
|
-
const start = lines.findIndex((line) => line.trim() === '## ' + heading)
|
|
32
|
-
if (start === -1) return ''
|
|
33
|
-
const body = []
|
|
34
|
-
for (let index = start + 1; index < lines.length; index += 1) {
|
|
35
|
-
const line = lines[index]
|
|
36
|
-
if (line.startsWith('## ')) break
|
|
37
|
-
body.push(line)
|
|
38
|
-
}
|
|
39
|
-
return body.join('\n').trim()
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
const requiredInputs = [
|
|
43
|
-
'SKILL.md',
|
|
44
|
-
'.gse/gse-design-master-plan.md',
|
|
45
|
-
'.gse/goal-map.md',
|
|
46
|
-
'.gse/current-slice.md',
|
|
47
|
-
'references/forward-test.md',
|
|
48
|
-
'references/evidence-taxonomy.md',
|
|
49
|
-
]
|
|
50
|
-
|
|
51
|
-
const skill = read('SKILL.md')
|
|
52
|
-
const masterPlan = read('.gse/gse-design-master-plan.md')
|
|
53
|
-
const goalMap = read('.gse/goal-map.md')
|
|
54
|
-
const currentSlice = read('.gse/current-slice.md')
|
|
55
|
-
const forwardTest = read('references/forward-test.md')
|
|
56
|
-
const taxonomy = read('references/evidence-taxonomy.md')
|
|
57
|
-
|
|
58
|
-
const outcome = section(currentSlice, 'Outcome')
|
|
59
|
-
const scope = section(currentSlice, 'Scope')
|
|
60
|
-
const acceptance = section(currentSlice, 'Acceptance')
|
|
61
|
-
const evidence = section(currentSlice, 'Evidence') || section(currentSlice, 'Evidence Plan')
|
|
62
|
-
const nextAction = section(currentSlice, 'Next Action')
|
|
63
|
-
|
|
64
|
-
const probePacketLines = [
|
|
65
|
-
'# GSE Fresh-Session Probe Packet',
|
|
66
|
-
'',
|
|
67
|
-
'Purpose: verify whether a separate session can continue GSE development without hidden conversation history.',
|
|
68
|
-
'',
|
|
69
|
-
'Read these files in order:',
|
|
70
|
-
...requiredInputs.map((item) => '- ' + item),
|
|
71
|
-
'',
|
|
72
|
-
'Task for the fresh session:',
|
|
73
|
-
'- Identify the active GSE slice from `.gse/current-slice.md`.',
|
|
74
|
-
'- State outcome, scope, acceptance, evidence, risk, and next action.',
|
|
75
|
-
'- Do not claim accepted unless a separate session actually ran the path or an explicit policy accepts it.',
|
|
76
|
-
'- Do not invent subagent, MCP, LSP, browser, model, hook, or host support.',
|
|
77
|
-
'',
|
|
78
|
-
'Expected active slice:',
|
|
79
|
-
outcome || '(missing)',
|
|
80
|
-
'',
|
|
81
|
-
'Expected next action:',
|
|
82
|
-
nextAction || '(missing)',
|
|
83
|
-
'',
|
|
84
|
-
'Required response fields:',
|
|
85
|
-
'- Forward-test level',
|
|
86
|
-
'- Scenario',
|
|
87
|
-
'- Changed behavior',
|
|
88
|
-
'- Commands or inspection',
|
|
89
|
-
'- Result evidence',
|
|
90
|
-
'- Verification evidence',
|
|
91
|
-
'- Accepted by',
|
|
92
|
-
'- Residual risk',
|
|
93
|
-
'- Next action',
|
|
94
|
-
]
|
|
95
|
-
const probePacket = probePacketLines.join('\n') + '\n'
|
|
96
|
-
|
|
97
|
-
const checks = [
|
|
98
|
-
check('FS01', 'required startup inputs exist', requiredInputs.every(exists), requiredInputs.join(', ')),
|
|
99
|
-
check('FS02', 'SKILL routes GSE changes through control and validation', skill.includes('references/router.md') && skill.includes('scripts/validate-gse.mjs') && skill.includes('references/forward-test.md'), 'SKILL.md'),
|
|
100
|
-
check('FS03', 'master plan preserves fresh-session boundary after owner acceptance', masterPlan.includes('owner-approved AION project-write acceptance is executed') && (masterPlan.includes('fresh-session acceptance remains optional future confidence evidence') || masterPlan.includes('Marketplace discovery, public key custody, and cross-host native command execution remain final-form work') || masterPlan.includes('Marketplace discovery and real host UI invocation remain final-form work') || masterPlan.includes('Public marketplace approval, public registry publication, other host runtime invocation records, and host-native slash-command execution remain final-form work') || masterPlan.includes('Remaining final-form work is
|
|
101
|
-
check('FS04', 'goal map exposes active slice and next action without hidden history', goalMap.includes('- Active slice:') && goalMap.includes('- Next action:') && goalMap.includes('scripts/audit-fresh-session-readiness.mjs'), '.gse/goal-map.md'),
|
|
102
|
-
check('FS05', 'current slice has required GSE fields', Boolean(outcome && scope && acceptance && evidence && nextAction), 'Outcome, Scope, Acceptance, Evidence or Evidence Plan, Next Action'),
|
|
103
|
-
check('FS06', 'probe packet explicitly avoids false acceptance', probePacket.includes('Do not claim accepted unless a separate session actually ran the path or an explicit policy accepts it.'), 'generated probe packet'),
|
|
104
|
-
check('FS07', 'forward-test protocol defines fresh-session acceptance rules', forwardTest.includes('Fresh-session forward test') && forwardTest.includes('accepted by: fresh-session') && forwardTest.includes('separate agent/session actually ran the path'), 'references/forward-test.md'),
|
|
105
|
-
check('FS08', 'evidence taxonomy supports result verified accepted labels', taxonomy.includes('result -> verified -> accepted') && taxonomy.includes('Not enough for `accepted`'), 'references/evidence-taxonomy.md'),
|
|
106
|
-
check('FS09', 'probe packet uses only documented inputs', requiredInputs.every((item) => probePacket.includes(item)) && probePacket.includes('without hidden conversation history'), 'generated probe packet'),
|
|
107
|
-
check('FS10', 'probe packet asks for evidence taxonomy and residual risk', probePacket.includes('Accepted by') && probePacket.includes('Residual risk') && probePacket.includes('Do not claim accepted'), 'generated probe packet fields'),
|
|
108
|
-
]
|
|
109
|
-
|
|
110
|
-
const passed = checks.filter((item) => item.status === 'passed').length
|
|
111
|
-
const failed = checks.length - passed
|
|
112
|
-
const report = {
|
|
113
|
-
root,
|
|
114
|
-
generatedAt: new Date().toISOString(),
|
|
115
|
-
level: 'fresh-session readiness probe',
|
|
116
|
-
scenario: 'Prepare a separate-session GSE continuation packet using documented startup inputs.',
|
|
117
|
-
changedBehavior: 'GSE now has a repeatable readiness check for fresh-session acceptance without overstating acceptance when no separate-session tool is available.',
|
|
118
|
-
evidenceStatus: failed === 0 ? 'verified' : 'result',
|
|
119
|
-
acceptedBy: 'not accepted; no separate-session tool was available to execute the probe in this run',
|
|
120
|
-
summary: { status: failed === 0 ? 'passed' : 'failed', passed, failed, total: checks.length },
|
|
121
|
-
workflows: { freshSessionReadiness: failed === 0 ? 'verified' : 'failed', freshSessionAcceptance: 'not accepted' },
|
|
122
|
-
commandsOrInspection: [
|
|
123
|
-
'Read documented startup inputs: ' + requiredInputs.join(', '),
|
|
124
|
-
'Generate fresh-session probe packet from current slice and forward-test rules',
|
|
125
|
-
'Verify accepted status is not claimed without a real separate-session run',
|
|
126
|
-
],
|
|
127
|
-
probePacket,
|
|
128
|
-
residualRisk: [
|
|
129
|
-
'This readiness probe is not a true fresh-session run.',
|
|
130
|
-
'The result cannot be marked accepted until a separate session, thread, or host-specific equivalent actually follows the packet.',
|
|
131
|
-
'Host-specific thread/subagent tools must be verified before using them as acceptance evidence.',
|
|
132
|
-
],
|
|
133
|
-
nextAction: 'When a separate-session or thread tool is available, run the probe packet and record accepted or failed evidence.',
|
|
134
|
-
checks,
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
function renderMarkdown(data) {
|
|
138
|
-
const lines = []
|
|
139
|
-
lines.push('# GSE Fresh-Session Readiness Audit')
|
|
140
|
-
lines.push('')
|
|
141
|
-
lines.push('Generated: ' + data.generatedAt)
|
|
142
|
-
lines.push('Root: ' + data.root)
|
|
143
|
-
lines.push('')
|
|
144
|
-
lines.push('## Record')
|
|
145
|
-
lines.push('')
|
|
146
|
-
lines.push('- Forward-test level: ' + data.level)
|
|
147
|
-
lines.push('- Scenario: ' + data.scenario)
|
|
148
|
-
lines.push('- Changed behavior: ' + data.changedBehavior)
|
|
149
|
-
lines.push('- Result evidence: probe packet generated from documented inputs')
|
|
150
|
-
lines.push('- Verification evidence: ' + data.summary.passed + '/' + data.summary.total + ' checks passed')
|
|
151
|
-
lines.push('- Evidence status: ' + data.evidenceStatus)
|
|
152
|
-
lines.push('- Accepted by: ' + data.acceptedBy)
|
|
153
|
-
lines.push('- Next action: ' + data.nextAction)
|
|
154
|
-
lines.push('')
|
|
155
|
-
lines.push('## Checks')
|
|
156
|
-
lines.push('')
|
|
157
|
-
for (const item of data.checks) {
|
|
158
|
-
const marker = item.status === 'passed' ? '[x]' : '[ ]'
|
|
159
|
-
lines.push('- ' + marker + ' ' + item.id + ' ' + item.label + ': ' + item.evidence)
|
|
160
|
-
}
|
|
161
|
-
lines.push('')
|
|
162
|
-
lines.push('## Probe Packet')
|
|
163
|
-
lines.push('')
|
|
164
|
-
lines.push('```text')
|
|
165
|
-
lines.push(data.probePacket.trimEnd())
|
|
166
|
-
lines.push('```')
|
|
167
|
-
lines.push('')
|
|
168
|
-
lines.push('## Residual Risk')
|
|
169
|
-
lines.push('')
|
|
170
|
-
for (const item of data.residualRisk) lines.push('- ' + item)
|
|
171
|
-
return lines.join('\n') + '\n'
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
if (jsonOnly) console.log(JSON.stringify(report, null, 2))
|
|
175
|
-
else console.log(renderMarkdown(report))
|
|
176
|
-
|
|
177
|
-
if (failed > 0) process.exit(1)
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
import fs from 'node:fs'
|
|
3
|
+
import path from 'node:path'
|
|
4
|
+
|
|
5
|
+
const args = process.argv.slice(2)
|
|
6
|
+
|
|
7
|
+
function readArg(name, fallback = null) {
|
|
8
|
+
const index = args.indexOf(name)
|
|
9
|
+
if (index === -1) return fallback
|
|
10
|
+
return args[index + 1] ?? fallback
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
const root = path.resolve(readArg('--root', path.join(import.meta.dirname, '..')))
|
|
14
|
+
const jsonOnly = args.includes('--json')
|
|
15
|
+
|
|
16
|
+
function read(relativePath) {
|
|
17
|
+
const fullPath = path.join(root, relativePath)
|
|
18
|
+
return fs.existsSync(fullPath) ? fs.readFileSync(fullPath, 'utf8') : ''
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
function exists(relativePath) {
|
|
22
|
+
return fs.existsSync(path.join(root, relativePath))
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
function check(id, label, ok, evidence, risk = '') {
|
|
26
|
+
return { id, label, status: ok ? 'passed' : 'failed', evidence, risk }
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
function section(markdown, heading) {
|
|
30
|
+
const lines = markdown.split(/\r?\n/)
|
|
31
|
+
const start = lines.findIndex((line) => line.trim() === '## ' + heading)
|
|
32
|
+
if (start === -1) return ''
|
|
33
|
+
const body = []
|
|
34
|
+
for (let index = start + 1; index < lines.length; index += 1) {
|
|
35
|
+
const line = lines[index]
|
|
36
|
+
if (line.startsWith('## ')) break
|
|
37
|
+
body.push(line)
|
|
38
|
+
}
|
|
39
|
+
return body.join('\n').trim()
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const requiredInputs = [
|
|
43
|
+
'SKILL.md',
|
|
44
|
+
'.gse/gse-design-master-plan.md',
|
|
45
|
+
'.gse/goal-map.md',
|
|
46
|
+
'.gse/current-slice.md',
|
|
47
|
+
'references/forward-test.md',
|
|
48
|
+
'references/evidence-taxonomy.md',
|
|
49
|
+
]
|
|
50
|
+
|
|
51
|
+
const skill = read('SKILL.md')
|
|
52
|
+
const masterPlan = read('.gse/gse-design-master-plan.md')
|
|
53
|
+
const goalMap = read('.gse/goal-map.md')
|
|
54
|
+
const currentSlice = read('.gse/current-slice.md')
|
|
55
|
+
const forwardTest = read('references/forward-test.md')
|
|
56
|
+
const taxonomy = read('references/evidence-taxonomy.md')
|
|
57
|
+
|
|
58
|
+
const outcome = section(currentSlice, 'Outcome')
|
|
59
|
+
const scope = section(currentSlice, 'Scope')
|
|
60
|
+
const acceptance = section(currentSlice, 'Acceptance')
|
|
61
|
+
const evidence = section(currentSlice, 'Evidence') || section(currentSlice, 'Evidence Plan')
|
|
62
|
+
const nextAction = section(currentSlice, 'Next Action')
|
|
63
|
+
|
|
64
|
+
const probePacketLines = [
|
|
65
|
+
'# GSE Fresh-Session Probe Packet',
|
|
66
|
+
'',
|
|
67
|
+
'Purpose: verify whether a separate session can continue GSE development without hidden conversation history.',
|
|
68
|
+
'',
|
|
69
|
+
'Read these files in order:',
|
|
70
|
+
...requiredInputs.map((item) => '- ' + item),
|
|
71
|
+
'',
|
|
72
|
+
'Task for the fresh session:',
|
|
73
|
+
'- Identify the active GSE slice from `.gse/current-slice.md`.',
|
|
74
|
+
'- State outcome, scope, acceptance, evidence, risk, and next action.',
|
|
75
|
+
'- Do not claim accepted unless a separate session actually ran the path or an explicit policy accepts it.',
|
|
76
|
+
'- Do not invent subagent, MCP, LSP, browser, model, hook, or host support.',
|
|
77
|
+
'',
|
|
78
|
+
'Expected active slice:',
|
|
79
|
+
outcome || '(missing)',
|
|
80
|
+
'',
|
|
81
|
+
'Expected next action:',
|
|
82
|
+
nextAction || '(missing)',
|
|
83
|
+
'',
|
|
84
|
+
'Required response fields:',
|
|
85
|
+
'- Forward-test level',
|
|
86
|
+
'- Scenario',
|
|
87
|
+
'- Changed behavior',
|
|
88
|
+
'- Commands or inspection',
|
|
89
|
+
'- Result evidence',
|
|
90
|
+
'- Verification evidence',
|
|
91
|
+
'- Accepted by',
|
|
92
|
+
'- Residual risk',
|
|
93
|
+
'- Next action',
|
|
94
|
+
]
|
|
95
|
+
const probePacket = probePacketLines.join('\n') + '\n'
|
|
96
|
+
|
|
97
|
+
const checks = [
|
|
98
|
+
check('FS01', 'required startup inputs exist', requiredInputs.every(exists), requiredInputs.join(', ')),
|
|
99
|
+
check('FS02', 'SKILL routes GSE changes through control and validation', skill.includes('references/router.md') && skill.includes('scripts/validate-gse.mjs') && skill.includes('references/forward-test.md'), 'SKILL.md'),
|
|
100
|
+
check('FS03', 'master plan preserves fresh-session boundary after owner acceptance', masterPlan.includes('owner-approved AION project-write acceptance is executed') && (masterPlan.includes('fresh-session acceptance remains optional future confidence evidence') || masterPlan.includes('Marketplace discovery, public key custody, and cross-host native command execution remain final-form work') || masterPlan.includes('Marketplace discovery and real host UI invocation remain final-form work') || masterPlan.includes('Public marketplace approval, public registry publication, other host runtime invocation records, and host-native slash-command execution remain final-form work') || masterPlan.includes('Remaining final-form work is host-native slash-command support with real host runtime evidence.')), '.gse/gse-design-master-plan.md'),
|
|
101
|
+
check('FS04', 'goal map exposes active slice and next action without hidden history', goalMap.includes('- Active slice:') && goalMap.includes('- Next action:') && goalMap.includes('scripts/audit-fresh-session-readiness.mjs'), '.gse/goal-map.md'),
|
|
102
|
+
check('FS05', 'current slice has required GSE fields', Boolean(outcome && scope && acceptance && evidence && nextAction), 'Outcome, Scope, Acceptance, Evidence or Evidence Plan, Next Action'),
|
|
103
|
+
check('FS06', 'probe packet explicitly avoids false acceptance', probePacket.includes('Do not claim accepted unless a separate session actually ran the path or an explicit policy accepts it.'), 'generated probe packet'),
|
|
104
|
+
check('FS07', 'forward-test protocol defines fresh-session acceptance rules', forwardTest.includes('Fresh-session forward test') && forwardTest.includes('accepted by: fresh-session') && forwardTest.includes('separate agent/session actually ran the path'), 'references/forward-test.md'),
|
|
105
|
+
check('FS08', 'evidence taxonomy supports result verified accepted labels', taxonomy.includes('result -> verified -> accepted') && taxonomy.includes('Not enough for `accepted`'), 'references/evidence-taxonomy.md'),
|
|
106
|
+
check('FS09', 'probe packet uses only documented inputs', requiredInputs.every((item) => probePacket.includes(item)) && probePacket.includes('without hidden conversation history'), 'generated probe packet'),
|
|
107
|
+
check('FS10', 'probe packet asks for evidence taxonomy and residual risk', probePacket.includes('Accepted by') && probePacket.includes('Residual risk') && probePacket.includes('Do not claim accepted'), 'generated probe packet fields'),
|
|
108
|
+
]
|
|
109
|
+
|
|
110
|
+
const passed = checks.filter((item) => item.status === 'passed').length
|
|
111
|
+
const failed = checks.length - passed
|
|
112
|
+
const report = {
|
|
113
|
+
root,
|
|
114
|
+
generatedAt: new Date().toISOString(),
|
|
115
|
+
level: 'fresh-session readiness probe',
|
|
116
|
+
scenario: 'Prepare a separate-session GSE continuation packet using documented startup inputs.',
|
|
117
|
+
changedBehavior: 'GSE now has a repeatable readiness check for fresh-session acceptance without overstating acceptance when no separate-session tool is available.',
|
|
118
|
+
evidenceStatus: failed === 0 ? 'verified' : 'result',
|
|
119
|
+
acceptedBy: 'not accepted; no separate-session tool was available to execute the probe in this run',
|
|
120
|
+
summary: { status: failed === 0 ? 'passed' : 'failed', passed, failed, total: checks.length },
|
|
121
|
+
workflows: { freshSessionReadiness: failed === 0 ? 'verified' : 'failed', freshSessionAcceptance: 'not accepted' },
|
|
122
|
+
commandsOrInspection: [
|
|
123
|
+
'Read documented startup inputs: ' + requiredInputs.join(', '),
|
|
124
|
+
'Generate fresh-session probe packet from current slice and forward-test rules',
|
|
125
|
+
'Verify accepted status is not claimed without a real separate-session run',
|
|
126
|
+
],
|
|
127
|
+
probePacket,
|
|
128
|
+
residualRisk: [
|
|
129
|
+
'This readiness probe is not a true fresh-session run.',
|
|
130
|
+
'The result cannot be marked accepted until a separate session, thread, or host-specific equivalent actually follows the packet.',
|
|
131
|
+
'Host-specific thread/subagent tools must be verified before using them as acceptance evidence.',
|
|
132
|
+
],
|
|
133
|
+
nextAction: 'When a separate-session or thread tool is available, run the probe packet and record accepted or failed evidence.',
|
|
134
|
+
checks,
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
function renderMarkdown(data) {
|
|
138
|
+
const lines = []
|
|
139
|
+
lines.push('# GSE Fresh-Session Readiness Audit')
|
|
140
|
+
lines.push('')
|
|
141
|
+
lines.push('Generated: ' + data.generatedAt)
|
|
142
|
+
lines.push('Root: ' + data.root)
|
|
143
|
+
lines.push('')
|
|
144
|
+
lines.push('## Record')
|
|
145
|
+
lines.push('')
|
|
146
|
+
lines.push('- Forward-test level: ' + data.level)
|
|
147
|
+
lines.push('- Scenario: ' + data.scenario)
|
|
148
|
+
lines.push('- Changed behavior: ' + data.changedBehavior)
|
|
149
|
+
lines.push('- Result evidence: probe packet generated from documented inputs')
|
|
150
|
+
lines.push('- Verification evidence: ' + data.summary.passed + '/' + data.summary.total + ' checks passed')
|
|
151
|
+
lines.push('- Evidence status: ' + data.evidenceStatus)
|
|
152
|
+
lines.push('- Accepted by: ' + data.acceptedBy)
|
|
153
|
+
lines.push('- Next action: ' + data.nextAction)
|
|
154
|
+
lines.push('')
|
|
155
|
+
lines.push('## Checks')
|
|
156
|
+
lines.push('')
|
|
157
|
+
for (const item of data.checks) {
|
|
158
|
+
const marker = item.status === 'passed' ? '[x]' : '[ ]'
|
|
159
|
+
lines.push('- ' + marker + ' ' + item.id + ' ' + item.label + ': ' + item.evidence)
|
|
160
|
+
}
|
|
161
|
+
lines.push('')
|
|
162
|
+
lines.push('## Probe Packet')
|
|
163
|
+
lines.push('')
|
|
164
|
+
lines.push('```text')
|
|
165
|
+
lines.push(data.probePacket.trimEnd())
|
|
166
|
+
lines.push('```')
|
|
167
|
+
lines.push('')
|
|
168
|
+
lines.push('## Residual Risk')
|
|
169
|
+
lines.push('')
|
|
170
|
+
for (const item of data.residualRisk) lines.push('- ' + item)
|
|
171
|
+
return lines.join('\n') + '\n'
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
if (jsonOnly) console.log(JSON.stringify(report, null, 2))
|
|
175
|
+
else console.log(renderMarkdown(report))
|
|
176
|
+
|
|
177
|
+
if (failed > 0) process.exit(1)
|