Some checks are pending
CI — CoM Config Validation / Validate JSON Configs (push) Waiting to run
CI — CoM Config Validation / Validate YAML Configs (push) Waiting to run
CI — CoM Config Validation / Lint Shell Scripts (push) Waiting to run
CI — CoM Config Validation / Secret Detection (push) Waiting to run
CI — CoM Config Validation / Lint Markdown (push) Waiting to run
CI — CoM Config Validation / Validate CODEOWNERS (push) Waiting to run
Public, sanitized mirror of an AI orchestration command center: agents, skills, MCP servers, slash-command workflows. All infrastructure identifiers, hostnames, mesh IPs/subnets, repo paths, maintainer identity, and hardware fleet specifics scrubbed to <placeholders>; session debug logs and host-specific memory removed. No live credentials. Verified clean by automated leak sweep. See SANITIZATION.md. churchofmalware.org . authorized research only
20 lines
839 B
Markdown
20 lines
839 B
Markdown
---
|
|
name: mobile
|
|
description: Mobile ecosystem architecture loader. Reads mobile-bridge implementation status, Alfred integration state, Termux constraints, and next sprint items.
|
|
allowed-tools: Bash, Read, Grep, Glob
|
|
---
|
|
|
|
# /mobile — Syn_OS Mobile Ecosystem
|
|
|
|
Loads mobile architecture context for the Syn_OS mobile-bridge subsystem.
|
|
|
|
When invoked:
|
|
1. Read `src/mobile-bridge/` in the Syn_OS repo for current implementation
|
|
2. Read `docs/internal/design/MOBILE_ARCHITECTURE.md` for architecture spec
|
|
3. Report:
|
|
- Current mobile-bridge implementation status
|
|
- What's wired to Alfred vs what's pending
|
|
- Active Termux/remote session constraints (no cargo build in Termux)
|
|
- Next actionable mobile sprint item
|
|
4. Reference the Custom Termux-Laptop Remote Claude research (condensed in Notion: DevOps Tools & Remote Setup Guide)
|