Commit graph

7 commits

Author SHA1 Message Date
942e053542 docs: add Amendment A3 for B13 guard reorder + backwards compatibility
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>
2026-06-11 00:40:13 -06:00
8a30a2aef7 docs: add B13 guard-ordering defect + session-2 reorder requirement + Amendment A2
- 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>
2026-06-10 23:14:33 -06:00
2858b5166d docs: reframe as routing simplification, remove phased plan
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>
2026-06-11 02:48:24 +00:00
612b76cd10 docs: add routing revamp architecture plan with Phase A amendment
Includes multi-file config layout finding (Amendment A1) discovered
during Phase A implementation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-06-11 00:14:22 +00:00
2aa528ae12 docs: avy danger_level scale TODO + fix deploy instructions (no bind mount)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-09 06:23:29 +00:00
Ubuntu
9a628724ce Remove AI planning docs and example scripts
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>
2026-02-24 00:22:31 +00:00
fd3f995ebb Initial commit: MeshAI - LLM-powered Meshtastic assistant
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>
2025-12-15 11:53:46 -07:00