Skip to content

feat(kernel): integrate talk-normal anti-slop output style rules (#1350)#1354

Merged
crrow merged 1 commit intomainfrom
issue-1350-talk-normal
Apr 13, 2026
Merged

feat(kernel): integrate talk-normal anti-slop output style rules (#1350)#1354
crrow merged 1 commit intomainfrom
issue-1350-talk-normal

Conversation

@crrow
Copy link
Copy Markdown
Collaborator

@crrow crrow commented Apr 13, 2026

Summary

  • Integrate talk-normal v0.6.2 anti-slop prompt rules into rara's system prompt pipeline
  • Rules injected as step 3 in build_agent_system_prompt(), between agent.md and runtime contract
  • Applied unconditionally to all agents and all models — eliminates filler phrases, negation-frame patterns, and summary-stamp closings

Type of change

Type Label
New feature enhancement

Component

core

Closes

Closes #1350

Test plan

  • cargo check -p rara-kernel passes
  • cargo test -p rara-kernel passes
  • cargo +nightly fmt --all -- --check passes
  • cargo clippy -p rara-kernel passes
  • Pre-commit hooks (cargo check, fmt, clippy, doc, AGENT.md) all pass

Inject talk-normal v0.6.2 prompt rules into every agent's system prompt
to enforce concise, direct LLM output. Rules eliminate filler phrases,
negation-frame patterns, and summary-stamp closings.

Added as step 3 in build_agent_system_prompt(), between agent.md and
runtime contract, applied unconditionally to all agents and models.

Closes #1350
@crrow crrow added enhancement New feature or request core Core system changes labels Apr 13, 2026
@crrow crrow merged commit 4e037bc into main Apr 13, 2026
11 checks passed
@crrow crrow deleted the issue-1350-talk-normal branch April 13, 2026 15:41
@github-actions github-actions bot mentioned this pull request Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core system changes enhancement New feature or request

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

feat(kernel): integrate talk-normal anti-slop prompt rules

1 participant