Things in the codebase that are real but did not earn a place on the list above, and the reason each one was left off.
- The license and trial paywall (
license.rs). - Complete, and dormant:
PaywallMode::Test is the default, so the gate is bypassed entirely. Not a shipped behavior. - The behavioral-coverage label (
task_type.rs). - Real and wired, but the header states it is a soft label that never blocks, and
socket.rs:4480 notes the verdict is "byte-for-byte unchanged". Describing it as a gate would be an overclaim. - The hot-zone guard hook (
hooks/hot-zone-guard/). - Opt-in, not on by default, so it does not belong on a list of things that happen for you.
- Telemetry (
spec/TELEMETRY.md, telemetry.rs, telemetry_send.rs). - The design landed docs-first with open blocker findings; I did not verify the shipped path end to end.
- Semantic transcript search.
- Explicitly not built:
transcript.rs says keyword tier only, not the semantic tier. - Remote fleets over SSH.
- Documented as a future tier in
.claude-docs/architecture.md, not a shipped path. - BYO API key headless mode.
- Phase 4 in the spec, and the sanctioned home for the metered path. Not built.
- Multi-account routing (
multi_account.rs). - Real, but requires the user to create and log into each account directory by hand, so it is not something Fleet does for you.
- Scout, the agentic setup loop (
scout.rs). - Genuinely good, but it is onboarding, not a codified best practice, and it depends on a hosted proxy.
- The demo build, distribution, and notarization.
- Not behavior.
prefs.rs's own module header is stale.- It still describes a two-posture "auto vs ask" knob. I sourced the five-level claim from the
AutonomyLevel enum and the router contract instead, not from that comment.