• Joined on 2025-04-09
rob closed issue rob/CmdForge#14 2026-01-01 01:29:14 +00:00
Implement AI-powered auto-categorization
rob closed issue rob/CmdForge#13 2026-01-01 01:29:13 +00:00
Implement AI-powered duplicate/similarity detection
rob closed issue rob/CmdForge#10 2026-01-01 01:28:42 +00:00
Add smarttools install command for project dependencies
rob closed issue rob/CmdForge#9 2026-01-01 01:28:41 +00:00
Add smarttools registry install command
rob closed issue rob/CmdForge#8 2026-01-01 01:28:40 +00:00
Add smarttools registry publish command
rob closed issue rob/CmdForge#7 2026-01-01 01:28:39 +00:00
Add smarttools registry search command
rob closed issue rob/CmdForge#6 2026-01-01 01:28:38 +00:00
Add smarttools registry browse command
rob closed issue rob/CmdForge#5 2026-01-01 01:28:37 +00:00
Implement tool resolution order (local → global → registry)
rob merged pull request rob/CmdForge#18 2026-01-01 01:21:40 +00:00
Add SmartTools Registry with Web UI (Phase 1-7)
rob pushed to main at rob/CmdForge 2026-01-01 01:21:40 +00:00
096c0739d8 Merge pull request 'Add SmartTools Registry with Web UI (Phase 1-7)' (#18) from feature/registry into main
9a33d57de1 Add JavaScript interactivity and consent API
e029166ba6 Change web blueprint static URL path to avoid conflict
9070029d31 Fix static folder path resolution for blueprints
24c91b8de7 Add deployment guide to WEB_UI.md
Compare 14 commits »
rob created pull request rob/CmdForge#18 2026-01-01 01:16:52 +00:00
Add SmartTools Registry with Web UI (Phase 1-7)
rob pushed to feature/registry at rob/CmdForge 2026-01-01 01:06:49 +00:00
9a33d57de1 Add JavaScript interactivity and consent API
rob pushed to feature/registry at rob/CmdForge 2026-01-01 00:08:24 +00:00
e029166ba6 Change web blueprint static URL path to avoid conflict
rob pushed to feature/registry at rob/CmdForge 2026-01-01 00:06:43 +00:00
9070029d31 Fix static folder path resolution for blueprints
rob pushed to feature/registry at rob/CmdForge 2026-01-01 00:01:01 +00:00
24c91b8de7 Add deployment guide to WEB_UI.md
rob pushed to feature/registry at rob/CmdForge 2025-12-31 23:59:04 +00:00
b26ae5092b Add error handlers for 404 and 500 pages
rob commented on issue rob/CmdForge#1 2025-12-31 23:57:39 +00:00
SmartTools Registry - Centralized Tool Discovery and Distribution

Progress Update - Phase 7 Complete

The SmartTools Registry server is now deployed and running at http://192.168.0.162:5050/

Completed

  • REST API (all endpoints working)
  • Tool storage…
rob closed issue rob/CmdForge#2 2025-12-31 23:57:05 +00:00
Design smarttools.yaml manifest format
rob closed issue rob/CmdForge#16 2025-12-31 23:56:59 +00:00
Create web UI for registry browsing
rob closed issue rob/CmdForge#12 2025-12-31 23:56:51 +00:00
Implement tool storage backend