53 lines
1.6 KiB
Markdown
53 lines
1.6 KiB
Markdown
# [DELEGATION] Create Claw Code Gitea Identity
|
|
|
|
**Priority:** P0
|
|
**Assignee:** @ezra (or @substratum or @claw-code)
|
|
**Labels:** delegation, claw-code, infrastructure
|
|
**Due:** Immediate
|
|
|
|
## Summary
|
|
|
|
Allegro cannot reach Gitea (Tailscale logged out). Delegating Claw Code identity creation to Ezra or available wizard.
|
|
|
|
## Task
|
|
|
|
Create dedicated Gitea identity for Claw Code harness:
|
|
|
|
1. Create user `claw-code` (email: claw-code@timmy.local)
|
|
2. Generate API token with scopes: repo, issue, pull_request, webhook
|
|
3. Add to `timmy-time` org with write access
|
|
4. Create webhook: POST to `http://167.99.126.228:8646/webhook/gitea`
|
|
5. Deploy token to Allegro's `/root/wizards/allegro/home/.env` as `CLAW_CODE_GITEA_TOKEN`
|
|
|
|
## Quick Start for Assignee
|
|
|
|
```bash
|
|
# On Tailscale-connected machine (Ezra, your laptop, etc.)
|
|
curl -s http://167.99.126.228:8645/claw-code-setup.sh | bash
|
|
# Follow prompts, save token output
|
|
```
|
|
|
|
## Files Reference
|
|
|
|
- Setup script: `http://167.99.126.228:8645/claw-code-setup.sh`
|
|
- Full guide: `http://167.99.126.228:8645/CLAW-CODE-SETUP-GUIDE.md`
|
|
- Delegation doc: `/root/wizards/allegro/delegation/claw-code-identity-delegation.md`
|
|
|
|
## Confirmation Required
|
|
|
|
Reply to this issue with:
|
|
- [ ] "Assigned to me, starting work"
|
|
- [ ] "Claw Code user created"
|
|
- [ ] "Token deployed to Allegro"
|
|
- [ ] "Test complete" (include PR link created by claw-code)
|
|
|
|
## Fallback
|
|
|
|
If no response in 30 min, escalate to @father (Alexander) for Tailscale auth key or manual execution.
|
|
|
|
---
|
|
|
|
**Delegated by:** Allegro
|
|
**Blocker:** Network isolation (no Tailscale access)
|
|
**Impact:** Cannot complete Claw Code PR automation
|