Skip to content

fix: make persona.yaml a default context_file#5

Merged
zkSoju merged 1 commit intomainfrom
fix/default-persona-in-context-files
Mar 7, 2026
Merged

fix: make persona.yaml a default context_file#5
zkSoju merged 1 commit intomainfrom
fix/default-persona-in-context-files

Conversation

@zkSoju
Copy link
Copy Markdown
Contributor

@zkSoju zkSoju commented Mar 7, 2026

Summary

identity/persona.yaml is now default-on (required: true) in the command template's context_files.

Previously it was commented out. Every construct author copied this and never uncommented it. Result: K-Hole, Protocol, Dynamic Auth, Social Oracle — all had persona.yaml files with sharp cognitive frames that never activated during command invocation.

This is the template-level fix. Individual construct fixes are in separate PRs.

What changes

  • commands/example-command.md — persona.yaml added as required context_file
  • CONTRIBUTING.md — command example updated to match

🤖 Generated with Claude Code

Every construct that copied the template inherited persona.yaml as
a commented-out optional. None of them uncommented it. Result: every
construct-base-derived construct runs skills without its cognitive
frame and voice.

Now persona.yaml is default-on (required: true) in the command
template and CONTRIBUTING.md example. Authors who don't want it
can comment it out — but the default is correct behavior.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@zkSoju zkSoju merged commit 3dab46d into main Mar 7, 2026
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant