test(m1): assert plugin manifest and pin a build stamp
This commit is contained in:
parent
89bcd1b038
commit
0e3295f52b
4 changed files with 421 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue