mentionable.dev

Log

2026-05-06: Name LLM Harness As Agent-Side Prompt Boundary

Decision:

Reason:

Multi-party threads can include several humans and agents. Passing history as a flat user/assistant chat transcript makes models confuse old turns with pasted content or misidentify who is speaking. Naming the harness as a separate layer keeps this as an agent-side concern without moving prompt policy into Connectors or Transport Modules.

2026-05-06: Split Transport and Connector

Decision:

Reason:

Adapter was overloaded. It referred both to protocol implementations and to platform products that relay users into Mentionable. Identity trust needs the distinction: a receiving agent may trust a Transport Module in its own runtime boundary, but it must make an explicit issuer-policy decision for a remote Connector Instance.