mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-12 08:42:01 -04:00
1.3 KiB
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)
.copilotignoreand.aiexcludeupdated with stricter ignore rules.AGENTS.mdmodularized to ~3KB base; detailed rules moved to.skills/.scripts/ai-guardrail.shadded 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.txtbefore readingstrings.xml. - Run
python3 scripts/sort-strings.pyafter adding strings to keep the index organized. - Always check
gh run listbefore pushing. - Pre-commit hook
scripts/ai-guardrail.shprotects against binary leaks (see script for install).