From 3759fbdaa5022e107418277285a085c1497d28dd Mon Sep 17 00:00:00 2001 From: WadydX <65117428+WadydX@users.noreply.github.com> Date: Tue, 5 May 2026 10:59:28 +0100 Subject: [PATCH] docs(agent-skill): fix stale repo references --- .agents/skills/gog/SKILL.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.agents/skills/gog/SKILL.md b/.agents/skills/gog/SKILL.md index 86b00c89..1184b329 100644 --- a/.agents/skills/gog/SKILL.md +++ b/.agents/skills/gog/SKILL.md @@ -112,14 +112,13 @@ gog schema --json Docs: -- `docs/README.md` +- `docs/index.md` - `docs/commands/README.md` - `docs/safety-profiles.md` -- `README.md#security` Repo paths: - CLI entrypoint: `cmd/gog/` - Command implementations: `internal/cmd/` -- OAuth/keyring: `internal/auth/`, `internal/secrets/` +- OAuth/keyring: `internal/googleauth/`, `internal/authclient/`, `internal/secrets/` - Generated command docs: `docs/commands/`