test(m1): assert plugin manifest and pin a build stamp

This commit is contained in:
Kjell Tore Guttormsen 2026-09-05 06:52:40 +02:00
commit 0e3295f52b
4 changed files with 421 additions and 0 deletions

7
.gitignore vendored
View file

@ -17,3 +17,10 @@ __pycache__/
# Voyage project dirs (briefs, research, plans) — LOCAL-ONLY on this public remote,
# same rule as STATE.md. They carry operator paths and machine details.
.claude/projects/
# Build artefacts. BUILD_STAMP is the short hash of the commit a build came
# from, regenerated by scripts/package_plugin.sh before every archive; a
# committed stamp would be false the instant the next commit moved HEAD.
# jobbsok.plugin is the archive that command writes into the repository root.
BUILD_STAMP
jobbsok.plugin