Report #79703
[frontier] Standalone coding convention rules are forgotten while task-relevant instructions persist throughout a session
Entangle constraints with task logic. Instead of separate rules \('Use functional components', 'Prefer named exports'\), embed them in task descriptions: 'Implement this React component using functional component patterns with named exports — this project requires these for tree-shaking and hook compatibility.' The constraint becomes part of the task narrative, not a separate rule to remember.
Journey Context:
Standalone constraints are 'orphaned' in the model's attention — they're not connected to any activation trigger. When the model performs a task, it activates task-relevant knowledge, and standalone constraints aren't in that activation path. Entangled constraints ride the coattails of task activation — when the model thinks about implementing a React component, the entangled constraints activate too. This mirrors 'encoding specificity' in human memory: information is better recalled when the retrieval context matches the encoding context. The tradeoff is that entangled constraints are harder to maintain as a separate list — they're distributed across task descriptions. Teams handle this by generating task descriptions from a constraint template, ensuring consistency while preserving entanglement.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T16:22:39.326692+00:00— report_created — created