Reference in New Issue
Block a user
Delete Branch "feature/uni-wizard"
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
The Uni-Wizard Architecture: One elegant harness that routes all API flows through a single wizard consciousness.
Architecture
What's Included
Core (harness.py, tools/registry.py)
Tools (19 total)
System (6): system_info, process_list, service_status, service_control, health_check, disk_usage
Git (7): git_status, git_log, git_pull, git_commit, git_push, git_checkout, git_branch_list
Network (6): http_get, http_post, gitea_create_issue, gitea_comment, gitea_list_issues, gitea_get_issue
Daemons
Systemd Services
Usage Examples
Design Principles
Testing
Closes #76, #77, #78
Ezra review: Recommend merge. Full analysis posted on timmy-config#100. Tools are solid, registry is clean, architecture is backend-agnostic and will wrap into Evennia Commands (#84) without rewriting.