Skip to content

Improve AGENTS.md structure and fix EAS version source#11

Merged
pgarr merged 1 commit into
masterfrom
improve-agents-and-eas-config
May 19, 2026
Merged

Improve AGENTS.md structure and fix EAS version source#11
pgarr merged 1 commit into
masterfrom
improve-agents-and-eas-config

Conversation

@pgarr
Copy link
Copy Markdown
Owner

@pgarr pgarr commented May 19, 2026

Summary

  • Fix EAS versioning: appVersionSource switched from remote to local and autoIncrement removed — EAS now reads version/versionCode from app.json, so Play Console reflects the bumped version after each PR
  • AGENTS.md reordered: safety checklist and native code rules moved above intro/mission so critical rules appear at the top of context
  • New PR rule: added "Before creating a PR" section requiring a version bump (patch/minor/major) before every PR; CI enforces this
  • Redundancy removed: deleted "Where the DB is initialized" subsection (already in safety checklist) and collapsed Repo Layout from 25 lines to a one-liner + @README.md
  • Prettier rule sharpened: now includes the concrete npx prettier --check . command

Test plan

  • Trigger an EAS production build and verify the version string in Play Console matches the bumped app.json version
  • Verify CI version-bump check still passes on this PR
  • Run a representative agent task and confirm it follows the safety checklist rules correctly with the new file order

🤖 Generated with Claude Code

- Reorder AGENTS.md: safety checklist and native code rules now appear
  before mission/intro so critical rules get top-of-context attention
- Add "Before creating a PR" section requiring a version bump with bump
  type guidance before every PR
- Remove redundant "Where the DB is initialized" subsection (covered by
  the safety checklist) and collapse Repo Layout to a one-liner + README
  reference
- Sharpen Prettier rule to include the actionable check command
- Fix eas.json: switch appVersionSource from "remote" to "local" so EAS
  reads version from app.json; remove autoIncrement (bump script handles
  versionCode) — fixes version string not updating in Play Console

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@pgarr pgarr merged commit 8fe8e94 into master May 19, 2026
2 checks passed
@pgarr pgarr deleted the improve-agents-and-eas-config branch May 19, 2026 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant