Skip to content
PidocsCLI & tooling1 file · +18 −8

Document google-cloud-credentials file locations in AGENTS.md

Session from pi-coding-sessions on Hugging Face by championswimmer · MIT · condensed by Coders Talk

3msession
0interventions
GOAL

Find all google-cloud-credentials files in a Kotlin Multiplatform repo and document their locations plus gitignore status in AGENTS.md.

  1. Prompt · +0
    Find where google-cloud-credentials files are in the repo, add that info to AGENTS.md, and note they are gitignored for security reasons
  2. Agent did · +0m
    Searched repo for google-cloud-credentials files, found them in androidApp and iosApp, confirmed both are listed in .gitignore, and read existing AGENTS.md
  3. Agent did · +0m
    Added a new 'Sensitive credentials files' section to AGENTS.md listing the android and iOS credential paths and noting they are gitignored
  4. Prompt · +3m
    There is one more for desktopMain, find it and add that info too
  5. Agent did · +3m
    Searched 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
  6. Outcome · +3m
    AGENTS.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.

I tried this · 0

Discussion · 0

How Builds work