Commit 7b283bd
authored
feat: v0.3.0 harness selection (two-axis depth+harnesses) (#5)
* docs(spec): v0.3.0 harness selection design
Approved design for v0.3.0: split init into depth + harnesses axes,
let users pick any combination of claude / codex / openclaw / hermes,
introduce .solo-mise/config.json as the source of truth, keep legacy
--profile working through v0.3.0 with deprecation note, remove in
v0.4.0. Tracks issue #4.
* docs(plan): v0.3.0 harness selection implementation plan
20-task implementation plan derived from the v0.3.0 design spec.
Phases: foundation (Selection model, config.json, profile shim),
template manifests (depth/harnesses/includes), install engine,
CLI surface (flags + deprecation shim + interactive prompt),
surrounding tools (doctor, ingester, reconfigure), and ship
(docs, CHANGELOG, CI matrix, release).
* feat(selection): add Selection model + owner-priority resolver
* feat(config): add .solo-mise/config.json read/write
* feat(selection): add profile_to_selection legacy shim
* feat(templates): add depth manifests (repo, workspace)
* feat(templates): add per-harness manifests + codex inbox template
* feat(templates): add include manifests (publisher)
* feat(install): add install_selection engine that composes manifests
* feat(install): gitignore block adapts to selected writer harnesses
* feat(cli): add --depth, --harnesses, --owner, --include flags
* feat(cli): --profile becomes a deprecation shim translating to new flags
* feat(prompt): zero-dep interactive harness/depth/include picker
* feat(cli): route to interactive prompt when no selection flags given
* feat(doctor): read config.json + per-writer inbox checks + orphan warnings
* feat(ingest): scan all configured writer inboxes, not just .claude/
* feat(reconfigure): add subcommand to adjust selection on existing target
* docs: reframe around two-axis depth + harnesses model
* release: prepare v0.3.0
* ci: matrix replaces single profiles with depth+harnesses combos1 parent db6eb78 commit 7b283bd
36 files changed
Lines changed: 4926 additions & 185 deletions
File tree
- .github/workflows
- docs
- plans
- specs
- src/solo_mise
- templates
- codex/memory-handoffs
- depth
- harnesses
- includes
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
55 | 73 | | |
56 | 74 | | |
57 | 75 | | |
| |||
64 | 82 | | |
65 | 83 | | |
66 | 84 | | |
67 | | - | |
| 85 | + | |
68 | 86 | | |
69 | 87 | | |
70 | | - | |
71 | | - | |
72 | 88 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 89 | + | |
| 90 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
8 | 39 | | |
9 | 40 | | |
10 | 41 | | |
| |||
60 | 91 | | |
61 | 92 | | |
62 | 93 | | |
63 | | - | |
| 94 | + | |
| 95 | + | |
64 | 96 | | |
65 | 97 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
54 | 65 | | |
55 | 66 | | |
56 | 67 | | |
| |||
68 | 79 | | |
69 | 80 | | |
70 | 81 | | |
71 | | - | |
| 82 | + | |
72 | 83 | | |
73 | 84 | | |
74 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
25 | 24 | | |
26 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 39 | + | |
47 | 40 | | |
48 | | - | |
| 41 | + | |
49 | 42 | | |
50 | | - | |
| 43 | + | |
51 | 44 | | |
52 | 45 | | |
53 | | - | |
54 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
55 | 50 | | |
56 | | - | |
| 51 | + | |
| 52 | + | |
57 | 53 | | |
58 | | - | |
59 | | - | |
| 54 | + | |
| 55 | + | |
60 | 56 | | |
61 | 57 | | |
62 | | - | |
| 58 | + | |
63 | 59 | | |
64 | | - | |
| 60 | + | |
65 | 61 | | |
66 | | - | |
67 | | - | |
68 | 62 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
77 | 70 | | |
78 | 71 | | |
79 | | - | |
| 72 | + | |
80 | 73 | | |
81 | | - | |
| 74 | + | |
82 | 75 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 76 | + | |
87 | 77 | | |
88 | | - | |
89 | | - | |
90 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
91 | 81 | | |
92 | | - | |
| 82 | + | |
| 83 | + | |
93 | 84 | | |
94 | | - | |
95 | | - | |
| 85 | + | |
| 86 | + | |
96 | 87 | | |
97 | 88 | | |
98 | | - | |
99 | | - | |
100 | | - | |
| 89 | + | |
101 | 90 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 91 | + | |
106 | 92 | | |
107 | | - | |
| 93 | + | |
108 | 94 | | |
109 | 95 | | |
110 | 96 | | |
| |||
0 commit comments