Summary
.agents/skills/gog/SKILL.md contains stale repo references that point agents to files/directories that do not exist anymore.
Evidence
Current references in .agents/skills/gog/SKILL.md:
docs/README.md
README.md#security
internal/auth/
From the current repo layout:
docs/README.md does not exist
README.md#security does not appear to exist
internal/auth/ does not exist
- related current directories include
internal/googleauth/, internal/authclient/, and internal/secrets/
Relevant lines in the skill today are the docs/repo-path guidance section near the bottom of .agents/skills/gog/SKILL.md.
Expected behavior
The bundled agent skill should point to valid repo docs and source directories so agents can navigate the codebase correctly.
Actual behavior
The skill contains dead/stale references, which can send agents to nonexistent paths and degrade repo-specific guidance.
Why it matters
This repo explicitly ships agent-facing guidance, so stale path references are not just cosmetic:
- they waste time during repo inspection
- they make agent outputs less reliable
- they create drift between the documented architecture and the actual repo structure
Suggested fix
Update .agents/skills/gog/SKILL.md to reference the current paths, for example:
- replace
docs/README.md with the current docs entrypoint
- either add a real README security section or remove/replace
README.md#security
- replace
internal/auth/ with the current auth-related packages actually used by the repo
Environment
- gogcli repo content from current
main
- static inspection only; no runtime claims
Summary
.agents/skills/gog/SKILL.mdcontains stale repo references that point agents to files/directories that do not exist anymore.Evidence
Current references in
.agents/skills/gog/SKILL.md:docs/README.mdREADME.md#securityinternal/auth/From the current repo layout:
docs/README.mddoes not existdocs/index.mdREADME.md#securitydoes not appear to existinternal/auth/does not existinternal/googleauth/,internal/authclient/, andinternal/secrets/Relevant lines in the skill today are the docs/repo-path guidance section near the bottom of
.agents/skills/gog/SKILL.md.Expected behavior
The bundled agent skill should point to valid repo docs and source directories so agents can navigate the codebase correctly.
Actual behavior
The skill contains dead/stale references, which can send agents to nonexistent paths and degrade repo-specific guidance.
Why it matters
This repo explicitly ships agent-facing guidance, so stale path references are not just cosmetic:
Suggested fix
Update
.agents/skills/gog/SKILL.mdto reference the current paths, for example:docs/README.mdwith the current docs entrypointREADME.md#securityinternal/auth/with the current auth-related packages actually used by the repoEnvironment
main