Add agent bundle and opencode config template #3

Closed
madcat wants to merge 0 commits from feature/agent-bundle into main
Owner

Closes #1

Changes

  • Extract 12 agent .md files into instance/agents/ — core, brian, worker, super, signal, phone, opencode, raven, herald, citadel, cadence, chat
  • Strip personal paths, API keys, and session IDs from all agent files
  • Create instance/config/opencode.jsonc.template with:
    • Parameterized provider keys via environment variables
    • Localhost ollama baseURL (for tunneled instances)
    • No CORS settings (instance-specific)
    • No opencode-claude-auth plugin (instances use direct API keys)
    • All agent definitions with full permission matrices preserved
    • $schema reference included

Verification

  • grep -rn scan shows zero personal data leaks (no /Users/chi/, /home/madcat/, API keys, session IDs, or hardcoded IPs)
Closes #1 ## Changes - Extract 12 agent .md files into `instance/agents/` — core, brian, worker, super, signal, phone, opencode, raven, herald, citadel, cadence, chat - Strip personal paths, API keys, and session IDs from all agent files - Create `instance/config/opencode.jsonc.template` with: - Parameterized provider keys via environment variables - Localhost ollama baseURL (for tunneled instances) - No CORS settings (instance-specific) - No opencode-claude-auth plugin (instances use direct API keys) - All agent definitions with full permission matrices preserved - `$schema` reference included ## Verification - `grep -rn` scan shows zero personal data leaks (no `/Users/chi/`, `/home/madcat/`, API keys, session IDs, or hardcoded IPs)
madcat added 1 commit 2026-06-12 06:14:32 +00:00
Extract 12 agent .md files (core, brian, worker, super, signal, phone,
opencode, raven, herald, citadel, cadence, chat) into instance/agents/
with all personal paths, API keys, and session IDs stripped.

Add instance/config/opencode.jsonc.template with:
- Parameterized provider keys (env vars)
- Localhost ollama baseURL (tunneled)
- No CORS (instance-specific)
- No opencode-claude-auth plugin (direct API keys)
- All agent definitions with permission matrices preserved

Refs #1
Author
Owner

Code already merged to main via direct push during LANCE plan execution. Closing stale PR.

Code already merged to main via direct push during LANCE plan execution. Closing stale PR.
madcat closed this pull request 2026-06-12 12:49:06 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: madcat-os/madcat-os#3