mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-02 06:24:16 +02:00
9e396cdecc
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
22 lines
1.3 KiB
Markdown
22 lines
1.3 KiB
Markdown
# 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 — <summary>
|
|
|
|
## 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).
|