mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
Reviewers pointed out the previous rewrite traded one prompt smell (over- permissive verbatim quoting) for another (too many specific rules and exhaustive bilingual example tables). Rewrites the description block as general principles with a single representative example each, trusting the model to generalize: - "Strip non-spec material before writing" replaces the multi-bullet list of routing-meta-instruction and conversational-filler enumerations. - "Include Context only when references were fetched and produced facts; never use it as an apology log" replaces the three "Do NOT emit a Context section to" sub-bullets. - The CC exception (the only operationally non-obvious rule, since `multica issue create` has no --subscriber flag) is kept inline as a single sentence and is still locked in by the regression test. Net: ~16 fewer lines of prompt text without losing any of the rules the test asserts. Co-authored-by: multica-agent <github@multica.ai>