gograph_stale
List all Go package dependencies that are currently stale and require rebuilding. Use for verifying incremental build status and compilation health.
Instructions
List all Go package dependencies that are currently stale and require rebuilding. BEHAVIOR & SAFETY: This is a 100% local, read-only static analysis tool. It has no side effects, requires no authorization or credentials, has no rate limits, and performs zero destructive modifications. USAGE GUIDELINES: Call this tool when verifying incremental build status, caching layers, or validating compilation health. Do NOT use if package dependencies are up to date. COMPLETENESS: Returns a list of stale package paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||