feat(source): tags in the typed persona schema and selection corpus#19
Merged
Conversation
persona.toml gains an optional tags list mirroring pack.toml. from_source folds tags into the PersonaProfile keyword corpus so typed-source personas get the same tag-biased selection as pack.toml/AGENTS.md personas. Old files without tags parse unchanged; canonical pack hashes are unaffected (hashing is over raw file bytes).
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.
persona.toml gains an optional
tagslist mirroring pack.toml, andPersonaProfile::from_sourcefolds it into the selection keyword corpus -- typed-source personas now get the same tag-biased selection as the pack.toml/AGENTS.md path.🤖 Generated with Claude Code