Skip to content

Implement system prompt modularization (core vs extended) #7

@coderooz

Description

@coderooz

Context:
Current system prompt is large and always injected.

Problem:
High constant token overhead.

Tasks:

  • Split instructions into:
    CORE (always included)
    EXTENDED (on-demand)
  • Inject extended rules only when necessary

Goal:
Reduce baseline token usage without affecting behavior.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions