feat: rename rails/ to tools/ and add service tool suites #4
Reference in New Issue
Block a user
Delete Branch "feature/tools-rename-and-service-suites"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
**Rename → ** for agent discoverability — agents frequently failed to locate helper scripts due to the non-intuitive directory name
Backward-compat symlink ensures zero breakage for existing references
Shared credential loader () — unified function for all tool suites
4 new service tool suites: Authentik (8 scripts), Coolify (7 scripts), Woodpecker (3 stubs), GLPI (6 scripts)
Stack health check (
SERVICE URL STATUS RESPONSE
Portainer https://10.1.1.43:9443 UP 0.003149s
Coolify http://10.1.1.44:8000 UP 0.053882s
Authentik https://auth.diversecanvas.com UP 0.087162s
GLPI https://help.uscllc.com/apirest.php UP 0.177335s
Gitea (mosaicstack) https://git.mosaicstack.dev UP 0.024741s
Gitea (usc) https://git.uscllc.com UP 0.055591s
GitHub https://api.github.com UP 0.264187s
Woodpecker CI — NOTOKEN —
All 7 services healthy) — pings all configured services and reports status
Updated ~253 path references across 68+ files (guides, runtime configs, bin scripts, templates)
New Tool Suites
Test plan
List issues from the current repository (Gitea or GitHub).
Options:
-s, --state STATE Filter by state: open, closed, all (default: open)
-l, --label LABEL Filter by label
-m, --milestone NAME Filter by milestone name
-a, --assignee USER Filter by assignee
-n, --limit N Maximum issues to show (default: 100)
-h, --help Show this help message
Examples:
issue-list.sh # List open issues
issue-list.sh -s all -l bug # All issues with 'bug' label
issue-list.sh -m "0.2.0" # Issues in milestone 0.2.0 works via symlink
🤖 Generated with Claude Code