[SUBSTRATUM-001] Create Gitea Integration Layer #202
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Objective
Implement the Gitea webhook/polling layer for Substratum runtime dispatch.
Acceptance Criteria
substratum:invoketriggers execution)/substratumcommand triggers execution)Notes
This is the dispatch mechanism - the bridge between Gitea and the Claw runtime.
Assignee
@substratum
✅ Progress Update\n\nCreated Gitea integration module:\n-
/root/wizards/substrate/harness/gitea_integration.py\n\nFeatures implemented:\n- Poll for issues assigned to @substratum\n- Check forsubstratum:invokelabel\n- Dispatch to Claw runtime via bridge\n- Post results back to Gitea\n\nReady for testing.