Skip to content

Commit 9bc2f9e

Browse files
Mbd06bclaude
andcommitted
feat(orchestrator): add build-manifest.json for sophia pipeline
Enables manifest-driven change detection in the orchestrator, closing the last legacy-only gap in the PIPELINES algorithm. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2ab9d05 commit 9bc2f9e

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

build-manifest.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"manifestVersion": "1.0",
3+
"pipeline": "elohim-sophia",
4+
"description": "Sophia assessment engine — build, test, UMD bundle",
5+
"steps": {
6+
"build-sophia-umd": {
7+
"description": "Build sophia-element UMD bundle for Angular consumption",
8+
"inputs": {
9+
"sources": ["sophia/**"],
10+
"buildProcess": ["sophia.Jenkinsfile"]
11+
},
12+
"outputs": {
13+
"artifacts": ["sophia-element-umd"],
14+
"verify": "test -f sophia/packages/sophia-element/dist/sophia-element.umd.js"
15+
},
16+
"depends": [],
17+
"executor": {
18+
"stage": "Build Sophia",
19+
"function": null
20+
}
21+
}
22+
},
23+
"gate": {
24+
"projects": {
25+
"sophia": { "dir": "sophia", "steps": ["build-sophia-umd"] }
26+
}
27+
},
28+
"deployment": {}
29+
}

0 commit comments

Comments
 (0)