Commit graph

2 commits

Author SHA1 Message Date
0c536c5b91 fix(store): dash capability IDs + .chain bundles (chain catalog conformance)
chain's catalog charset (naming.rs check_segment, capability-namespaces.yaml)
allows only [a-z0-9-] per dot-segment — underscores are rejected by
`chain validate`. Repack all 8 modules with the dash capability form
(econ.skm-score, law.benefit-score, …) and align the store index, flows,
app strings and docs to match. Bundles now use the .chain extension
(content-addressed; legacy .fai would still install).

- store/store.yaml: name: dash, wasm_url .chain, refreshed sha256
- store/SHA256.txt: 8 new .chain hashes
- flows + app/lib + RUN.md + MACHBARKEITSSTUDIE.md: capability refs _ -> -
- left untouched: text_akoma_normalize.wasm artifact, DB field skm_score,
  backlog module law.skm_score

Signed-off-by: flemming-it <sf@flemming.it>
2026-06-20 00:11:39 +02:00
a022f3100a feat(flow): runnable durchstich-full + jurist approval prompt
Earlier durchstich-full never parsed (inline maps in with:). Rewrite
to the runnable step set (normalize/deontic/citations/cohort/frust);
skm/benefit stay documented-out pending the SDK json-input path. Give
the system.approval step a clear prompt (Studio shows it as the
approval-card heading).

Signed-off-by: flemming-it <sf@flemming.it>
2026-06-19 02:25:39 +02:00