DashboardopencodePreserve explicit workflow directives, …

Preserve explicit workflow directives, code-level invariants, and terminal requests

Category: preference
Confidence: 1.00
ID: 01a09f45-3fb9-79b7-b927-ba4ed86b3683
Project ID: c0425955-02bc-4c17-9af2-b114c00077e7
Cross-project: No
Recalled in other projects: 0
Source session: 07PmcXIbo6QNZwYRV
Created: 2026-09-08 02:32:48
Updated: 2026-09-14 09:35:10

Content

Treat explicit user directives—especially “always,” “never,” exact formats, terms, strings, ordering, ownership, lifecycle, failure handling, and behavioral distinctions—as persistent, non-negotiable invariants across implementation, later work, reports, and summaries. Inspect repository guidance and named files/functions; use canonical APIs and avoid alternate paths that bypass typed errors, orchestration, authentication, persistence, isolation, or package boundaries. Do not weaken requirements based on defaults, metadata, convenience, or fallbacks. Centralize logic where paths could drift, keep related values paired, account for concurrency, cross-process state, cleanup, and degraded failures, and add focused tests of the real precondition. Cite precise evidence and validation. In agent summaries, preserve any unanswered final question or imperative exactly; never paraphrase it or invent follow-ups.

Move to: