Documents:
- Guard reorder fix (B13): region filter and matrix resolution before cooldown/dedup
- Sink-name routing: severity_channels values are sink names
- Backwards compatibility (TEMPORARY): legacy channel types trigger _toggle_to_rule
- Deprecation warning logged once per toggle per boot
- Removal slated for session 3
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- B13: cooldown/dedup armed before region/severity/matrix checks, causing
below-threshold events to burn dedup slots and suppress future deliveries
- Session 2 requirement: move cooldown commit and dedup record to after
delivery decision to prevent matrix-only semantics from inheriting the trap
- Amendment A2: document layout-aware append-only write fix with post-write
verification (shared detect_config_layout helper, backup restore on failure)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replace meshai-routing-revamp-plan.md with routing-simplification.md:
- Keep: Part 1 (how routing works) + Part 2 (defect table) as reference
- Keep: Sinks design + matrix-only design as two halves of THIS project
- Keep: Amendment A1 (multi-file config layout)
- Remove: routing_log, dry-run endpoint, legacy-path retirement,
scheduled-broadcast sinks, five-phase plan structure
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Includes multi-file config layout finding (Amendment A1) discovered
during Phase A implementation.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
These were LLM-generated planning artifacts from the memory
implementation phase. Not user-facing documentation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Features:
- Multi-backend LLM support (OpenAI, Anthropic, Google)
- Rolling summary memory for token optimization (~70-80% reduction)
- Per-user conversation history with SQLite persistence
- Bang commands (!help, !ping, !reset, !status, !weather)
- Meshtastic integration via serial or TCP
- Message chunking for mesh network constraints (150 char limit)
- Rate limiting to prevent network congestion
- Rich TUI configurator
- Docker support
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>