Skip to content

refactor(agent): strip agent configs to frontmatter only#4

Merged
xnoto merged 1 commit intomainfrom
refactor/agent-frontmatter
Mar 3, 2026
Merged

refactor(agent): strip agent configs to frontmatter only#4
xnoto merged 1 commit intomainfrom
refactor/agent-frontmatter

Conversation

@xnoto
Copy link
Owner

@xnoto xnoto commented Mar 3, 2026

Summary

Removes ~180 lines of redundant behavioral instructions from agent files. All behavioral rules now centralized in AGENTS.md.

Changes

  • Strip 7 agent files to frontmatter only (model, temperature, options)
  • Remove duplicated Rules/Don'ts/User Context sections
  • Update AGENTS.md with consolidated rules

Rationale

  • Single source of truth for behavioral instructions
  • Reduces maintenance burden
  • Preserves model-specific parameters in frontmatter

Verification

  • All agent files retain unique frontmatter
  • AGENTS.md contains all behavioral rules
  • No functional changes to model configuration

Remove redundant behavioral instructions from all agent files.
All behavioral rules now centralized in AGENTS.md.

- Remove ~180 lines of duplicated Rules/Don'ts/User Context
- Keep only model-specific frontmatter (model, temperature, options)
- Update AGENTS.md with consolidated rules

Reduces maintenance burden while preserving model-specific parameters.
@xnoto xnoto merged commit fdf1480 into main Mar 3, 2026
1 check passed
@xnoto xnoto deleted the refactor/agent-frontmatter branch March 3, 2026 07:50
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