docs(cli): deprecate gsd-tools.cjs header in favor of gsd-sdk (#2343) (#2343)

Single-file change: JSDoc @deprecated notice pointing to SDK query registry.
No .planning or unrelated merges.
This commit is contained in:
Rezolv
2026-04-19 23:10:32 -04:00
committed by GitHub
parent e3f40201dd
commit 39623fd5b8

View File

@@ -1,6 +1,10 @@
#!/usr/bin/env node
/**
* @deprecated The supported programmatic surface is `gsd-sdk query` (SDK query registry)
* and the `@gsd-build/sdk` package. This Node CLI remains the compatibility implementation
* for shell scripts and older workflows; prefer calling the SDK from agents and automation.
*
* GSD Tools — CLI utility for GSD workflow operations
*
* Replaces repetitive inline bash patterns across ~50 GSD command/workflow/agent files.