Files
Meshtastic-Android/.agent_memory/session_context.md
2026-05-02 13:19:11 -05:00

1.3 KiB

Agent Session Context - Meshtastic Android

This is a dated, append-only handover log. Add new entries at the TOP.

Do NOT edit or remove previous entries — stale state claims cause agent confusion.

Format: ## YYYY-MM-DD —

2026-05-02 — CI cost-control PR review fixes

  • Applied PR review feedback: encoding fixes in sort-strings.py, NUL-delimited staged-files loop in ai-guardrail.sh, installation instructions added, typo fix in strings.xml, command order fixed in AGENTS.md, narrowed .aiexclude/.gitattributes patterns, allTests added to SKILL.md.

2026-04-XX — Token Mitigation (Phase 1-3)

  • .copilotignore and .aiexclude updated with stricter ignore rules.
  • AGENTS.md modularized to ~3KB base; detailed rules moved to .skills/.
  • scripts/ai-guardrail.sh added to prevent binary/log leaks (installation: see script header).
  • CI Cost Control skill added at .skills/ci-cost-control/SKILL.md.

Golden Context (stable across sessions)

  • Always check .skills/compose-ui/strings-index.txt before reading strings.xml.
  • Run python3 scripts/sort-strings.py after adding strings to keep the index organized.
  • Always check gh run list before pushing.
  • Pre-commit hook scripts/ai-guardrail.sh protects against binary leaks (see script for install).