2
0
Commit Graph

2 Commits

Author SHA1 Message Date
Philipp Sieder f2634a7a0c chore(plugin): add plugin-shared drift-check script
Contract-verification approach: skill references/ files are curated
extracts (umlaut-transliterated, partial), so a content hash would
false-positive. Script verifies each extract declares an existing
plugin-shared master via its 'Master version:' footer and that any
named block resolves. Router full-mirror refs report MISSING-FOOTER
(informative, not drift). Test run: 22 checked, 0 drift, exit 0.
2026-05-21 22:40:54 +02:00
Philipp Sieder 7cf1c7c61e chore(plugin): scaffold plugin-shared developer master
Add plugin-shared/ as the canonical source of truth for cross-skill
references and templates. Holds full versions of methodik, artefakt-
pipeline, kommunikationsregeln, recherche-regeln, export-formate,
and the two templates.

Per workflow-skill design rules (no reference chains, no hardcoded
cross-skill paths), Skills do NOT reference plugin-shared/ at
runtime. Each Skill carries curated extracts in its own references/.
drift-check.sh (added in step 11) will compare those extracts against
the master here.

Step 1 of i2s-skill-split refactor.
2026-05-19 01:05:14 +02:00