Document google-cloud-credentials file locations in AGENTS.md
Session from pi-coding-sessions on Hugging Face by championswimmer · MIT · condensed by Coders Talk
Click a segment to jump to that moment
3msession
0interventions
GOAL
Find all google-cloud-credentials files in a Kotlin Multiplatform repo and document their locations plus gitignore status in AGENTS.md.
- +0Prompt · +0Find where google-cloud-credentials files are in the repo, add that info to AGENTS.md, and note they are gitignored for security reasons
- +0mAgent did · +0mSearched repo for google-cloud-credentials files, found them in androidApp and iosApp, confirmed both are listed in .gitignore, and read existing AGENTS.md
- +0mAgent did · +0mAdded a new 'Sensitive credentials files' section to AGENTS.md listing the android and iOS credential paths and noting they are gitignored
- +3mPrompt · +3mThere is one more for desktopMain, find it and add that info too
- +3mAgent did · +3mSearched for a desktopMain credentials file, found composeApp/src/desktopMain/google-cloud-credentials.json, and updated the AGENTS.md section to list all three credential file paths
- +3mOutcome · +3mAGENTS.md now documents all three google-cloud-credentials files (android, iOS, desktop) and notes they are gitignored for security reasons
VERDICT
Next time I'd just ask upfront for a complete search across all source sets (android, ios, desktop) instead of finding the desktopMain file in a follow-up prompt. My second prompt pointing out the missing desktopMain file was what actually got the docs complete—the agent's initial search missed it.