GitHub¶
3 organizations, 69 repos, runners, GitHub Apps, and Dependabot.
Organizations¶
Stig-Johnny (54 repos) — Primary¶
App Repos (7): | Repo | Description | |------|------------| | nutri-e | iOS supplement tracker (App Store live) | | fast-e | iOS intermittent fasting app (App Store live) | | count-e | iOS daily counter & date tracker (App Store live) | | drink-e | iOS water intake tracker (TestFlight) | | heart-e | iOS blood pressure & vitals log (not yet in ASC) | | star-rewards | iOS star rewards app for kids (App Store in review) | | cutie | Cuti-E platform — character-driven feedback |
MCP Server Repos (12): | Repo | Description | |------|------------| | appstoreconnect-mcp | App Store Connect API | | claude-memory-mcp | Persistent memory for Claude | | context-layer-mcp | Codebase context and search | | cutie-mcp | Cuti-E platform MCP | | deadline-tracker-mcp | Deadline tracking | | infra-health-mcp | Infrastructure health checks | | pushbullet-sms-mcp | SMS forwarding / 2FA codes | | slack-notifications-mcp | Slack notifications | | submission-checklist-mcp | App submission tracking | | telegram-notifications-mcp | Telegram notifications (legacy) | | totp-mcp | TOTP 2FA codes | | telegram-mcp-server | Telegram MCP (older version) |
Agent/Infra Repos: | Repo | Description | |------|------------| | agent-runner | Agent runner for Review-E | | mac-executor | iBuild-E autonomous iOS agent | | pi-e-config | Pi-E agent configuration | | volt-e-config | Volt-E agent configuration | | review-e-config | Review-E agent configuration | | atl-agent | ATL-E scheduled task agent | | claude-3 | Orchestrator workspace (this repo) | | cluster-gitops | k3s cluster GitOps (ARC runners) | | infra-config | Infrastructure configuration | | dashecorp-skills | Shared OpenClaw skills | | mcp-open-core | MCP open core framework |
Website/Content Repos: | Repo | Description | |------|------------| | dashecorp | Dashecorp website | | private-sites | Private websites | | cv | CV/resume | | invotek-no-2023 | Invotek website |
Legacy/Inactive (can be archived or deleted): agent-runner (empty, dead), mcp-open-core (dead), CryptoSkatt, ProgrammingCompApplication, ProgrammingCompApplicationCore, Stig-Johnny (profile), TerminalFlow, azure-cli-with-docker, biohacking-ai, chicken-derby-enter-race, chicken-derby-viewer, cline-3, docker-swarm-pi3-cluster, docker.github.io, inlets, loki, mcp-server-cloudflare, mcp-server-dotnet, nutri-track, smartadmin, sup-track-ai, terminal-flow, testing-github-packages
cuti-e (4 repos) — Public SDKs¶
| Repo | Description |
|---|---|
| ios-sdk | CutiE iOS SDK (public, SPM) |
| ios-link-sdk | CutiELink iOS SDK (public, SPM) |
| android-sdk | CutiE Android SDK (public, JitPack) |
| admin-mcp | Cuti-E admin MCP server |
tablez-dev (11 repos) — Tablez Restaurant Platform¶
C#/.NET microservices running on vCluster (Flux CD). 39 open issues total.
| Repo | Language | CI | Open Issues | Description |
|---|---|---|---|---|
| tablez-ai | Docker | docker-build | 5 | LLM gateway, Semantic Kernel |
| tablez-api-gateway | C# | docker-build | 1 | API gateway, routing, auth |
| tablez-contracts | C# | nuget-publish | 3 | Shared NuGet lib (DTOs, events) |
| tablez-docs | — | None | 2 | Architecture, specs, ADRs |
| tablez-gitops | HCL | None | 3 | Flux CD manifests + Terraform |
| tablez-guest | C# | docker-build | 2 | Guest CRM, profiles |
| tablez-migration | C# | request-review | 1 | DB schema migrations (human-gated) |
| tablez-notification | Docker | docker-build | 2 | SMS, email, push workers |
| tablez-reservation | C# | docker-build | 7 | Core booking engine + event store |
| tablez-restaurant | C# | docker-build | 4 | Restaurant config, floor plan |
| tablez-web | — | None | 9 | Staff dashboard frontend |
Gaps: No Dependabot on any tablez repo. tablez-web has no CI.
Self-Hosted Runners¶
macOS Runners (MacBook Air M4)¶
9 runners, all v2.332.0. Labels: [self-hosted, macOS, ARM64, ios]
| Runner Name | Repo | Path |
|---|---|---|
| mac-mini-m1 | Stig-Johnny/nutri-e | ~/actions-runner/ |
| mac-mini-count-e | Stig-Johnny/count-e | ~/actions-runner-count-e/ |
| mac-mini-cutie | Stig-Johnny/cutie | ~/actions-runner-cutie/ |
| mac-mini-drink-e | Stig-Johnny/drink-e | ~/actions-runner-drink-e/ |
| mac-mini-fast-e | Stig-Johnny/fast-e | ~/actions-runner-fast-e/ |
| mac-mini-heart-e | Stig-Johnny/heart-e | ~/actions-runner-heart-e/ |
| mac-mini-ios-link-sdk | cuti-e/ios-link-sdk | ~/actions-runner-ios-link-sdk/ |
| mac-mini-ios-sdk | cuti-e/ios-sdk | ~/actions-runner-ios-sdk/ |
| mac-mini-star-rewards | Stig-Johnny/star-rewards | ~/actions-runner-star-rewards/ |
All run as LaunchAgents (start on login). Named mac-mini-* (legacy from Mac Mini era, now on MacBook Air M4).
Linux ARC Runners (Dell k3s)¶
Actions Runner Controller (ARC) 0.13.1. Each repo has its own scale set.
Labels: arc-linux-{repo-name} (e.g., arc-linux-nutri-e, arc-linux-cutie)
Special: arc-linux-docker — Docker-in-Docker runner (nutri-e only)
GitOps: Stig-Johnny/cluster-gitops (runners/ directory)
Note: ARC runners are x86_64. Never hardcode ARM64 binaries. Always detect arch with uname -m.
GitHub Apps¶
5 apps, all installed on Stig-Johnny, cuti-e, and tablez-dev orgs:
| App | Agent | Status |
|---|---|---|
| ibuild-e-bot | iBuild-E | LIVE |
| review-e-bot | Review-E | LIVE |
| pie-agent-bot | Pi-E | LIVE |
| volt-e-agent-bot | Volt-E | LIVE |
| iclaw-e-bot | iClaw-E | LIVE |
Token generation: get-token.py from PEM keys. Tokens are short-lived (1 hour), auto-refreshed every 30 min by refresh-github-app-tokens.sh LaunchAgent on M4.
Full details: .claude/skills/github-apps/SKILL.md
Dependabot¶
Enabled on all active app and MCP repos. Auto-creates PRs for dependency updates. PRs are auto-merged when CI passes + Copilot approves.
Branch Protection¶
All repos: require PR (0 approvals for self-merge), no force push, no deletion of main. Copilot review enabled (review_on_push: true, review_draft_pull_requests: true).
Repo Settings¶
delete_branch_on_merge: true enabled on all repos.