chore: stamp config_version: v1 in agentfield-package.yaml#92
Merged
Conversation
Declare the manifest schema version explicitly (v1 — the current format; omitting it means legacy v0). Env requirements are unchanged: SWE-AF still accepts either an Anthropic or an OpenRouter key via require_one_of and requires GH_TOKEN. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now that the manifest format is versioned (
config_version, added in the control plane), stamp SWE-AF'sagentfield-package.yamlwith the current schema version explicitly instead of relying on the implicit legacy default.config_version: v1— v1 is the current format; omitting the key means legacyv0. Being explicit future-proofs the manifest against format evolution and matches the guidance indocs/installing-agent-nodes.md.require_one_offor the LLM provider (bring either an Anthropic or an OpenRouter key) plus a requiredGH_TOKEN.Part of a sweep stamping
config_version: v1across the agent-node manifests (pr-af, cloudsecurity-af, sec-af).🤖 Generated with Claude Code