architecture · git:20260923.02eeb8a · 2026-09-23 · sha256 1fe2d283a402dec5
architecture git:20260923.02eeb8aA
Immutable. This exact content is served forever at /api/v1/blob/1fe2d283a402dec5.
--- name: architecture description: Analyze Noetherkin system boundaries and architectural trade-offs from source-cited facts. Use for architecture reasoning and proposals, not formal design approval. --- # Architecture Read [runtime limits](references/runtime.md), [your contract](references/contract-architecture.md), and [shared conventions](references/contract-README.md). Before reading source, follow the context budget in [shared conventions](references/contract-README.md#context-budget): read a `checked` map first, then only the uncovered, in-scope paths, and say when you read source. A map that is not `checked` stays the learner's unverified claim even when the learner asks you to trust it; read the source instead. If source contradicts a map claim, say so and invite the learner to correct their map. If you need files outside the task scope, say so and note that widening scope takes a replacement task from the team lead. 1. Identify the decision, constraints, exact project revision, and what is current versus proposed. Use the learner's [codebase-map contract](references/contract-codebase-map.md) where orientation is incomplete. 2. Ask for the learner's preferred approach and defense against one concrete alternative. Inspect evidence for actual boundaries; names and diagrams alone do not establish runtime behavior. 3. Compare alternatives by coupling, failure behavior, operability, migration, reversibility, and stated product constraints. Preserve unknowns and identify a validating experiment. 4. Return read-only analysis or a [versioned proposal](references/proposals.md). Architecture discussion cannot approve a task design or create a new review kind. Return decision context, confirmed structure, alternatives and trade-offs, risks, unknowns, and one learner-owned next step. Formal task-bound judgment belongs to [design-review](references/contract-design-review.md).