@agentforge/cli 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +20 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -239,6 +239,26 @@ agentforge tool:publish myTool --tag beta --dry-run
239
239
  - `--tag <tag>` - npm tag [default: latest]
240
240
  - `--dry-run` - Dry run without actual publishing
241
241
 
242
+ ## 📖 Documentation
243
+
244
+ - 📚 **[Full Documentation](https://tvscoundrel.github.io/agentforge/)**
245
+ - 🚀 **[Quick Start](https://tvscoundrel.github.io/agentforge/guide/quick-start)**
246
+ - 🛠️ **[CLI API Reference](https://tvscoundrel.github.io/agentforge/api/cli)**
247
+ - 💡 **[Getting Started Tutorial](https://tvscoundrel.github.io/agentforge/tutorials/first-agent)**
248
+
249
+ ## 🔗 Links
250
+
251
+ - [GitHub Repository](https://github.com/TVScoundrel/agentforge)
252
+ - [npm Package](https://www.npmjs.com/package/@agentforge/cli)
253
+ - [Report Issues](https://github.com/TVScoundrel/agentforge/issues)
254
+
255
+ ## 📚 Related Packages
256
+
257
+ - [@agentforge/core](https://www.npmjs.com/package/@agentforge/core) - Core abstractions
258
+ - [@agentforge/patterns](https://www.npmjs.com/package/@agentforge/patterns) - Agent patterns
259
+ - [@agentforge/tools](https://www.npmjs.com/package/@agentforge/tools) - Standard tools
260
+ - [@agentforge/testing](https://www.npmjs.com/package/@agentforge/testing) - Testing utilities
261
+
242
262
  ## License
243
263
 
244
264
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentforge/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "CLI tool for AgentForge - scaffolding, development, and deployment",
5
5
  "type": "module",
6
6
  "bin": {