fix(models): correct minisign wording in fetcher docs and guard it #85
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/VAPP-72-agent-binaries-wording"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Completeness sweep for the same wrong-scheme invariant fixed in the settings form: the
AgentFetcherConfigdoc comments still described the agent-binary signatures as minisign/minisig. The server verifies a detached age/XEdDSA signature against an age recipient key, so the docs now name that scheme.Adds
signing_scheme_guard, a test-only removal guard (mirroringenroll_guard) that scans the settings form and the models file and fails the build if any minisign wording reappears, enforcing the correction mechanically.#VAPP-72