Skip to content

roadmap_ceiling

Scope: Research roadmap ceiling.
Audience: Contributors and reviewers.
Guarantees: Out-of-scope areas are explicit.
Non-Goals: Feature backlog.
Why: This doc exists to record its single responsibility for review.

Overview

This doc states explicit research ceilings.
Ceilings align with Core.
Architecture context lives in Architecture.

Contracts

The system avoids unsupervised topology mutation.
The system avoids hidden state mutation in src/agentic_proteins/biology/protein_agent.py.
The system avoids replacing contract locks in src/agentic_proteins/core/api_lock.py.

Invariants

Ceilings align with Invariants.
Ceilings align with Experimental.
Checks align with tests/unit/test_core_api_lock.py.

Failure Modes

Scope drift breaks Core.
Implicit expansion breaks Invariants.
Untracked changes break Docs Style.

Extension Points

Extensions follow Experimental.
Extension docs align with Docs Style.
Extension checks align with tests/unit/test_module_stability.py.

Exit Criteria

This doc is obsolete when scope is encoded.
The replacement is Core.
Obsolete docs are removed.

Code refs: src/agentic_proteins/core/api_lock.py.