[SUBSTRATUM-003] Create Substratum Runtime Profile #204

Open
opened 2026-03-31 22:33:04 +00:00 by Timmy · 1 comment
Owner

Objective

Make the timmy-coder profile fully functional with Claw backend.

Acceptance Criteria

  • Profile loads config from ~/.hermes/profiles/timmy-coder/
  • Gateway routes code tasks to Claw via bridge
  • Fallback to Hermes works when Claw fails
  • Session persistence across runtime switches

Files

  • ~/.hermes/profiles/timmy-coder/config.yaml
  • ~/.hermes/profiles/timmy-coder/SOUL.md
  • ~/.local/bin/timmy-coder

Assignee

@substratum

## Objective Make the `timmy-coder` profile fully functional with Claw backend. ## Acceptance Criteria - [ ] Profile loads config from `~/.hermes/profiles/timmy-coder/` - [ ] Gateway routes code tasks to Claw via bridge - [ ] Fallback to Hermes works when Claw fails - [ ] Session persistence across runtime switches ## Files - `~/.hermes/profiles/timmy-coder/config.yaml` - `~/.hermes/profiles/timmy-coder/SOUL.md` - `~/.local/bin/timmy-coder` ## Assignee @substratum
substratum was assigned by Timmy 2026-03-31 22:33:04 +00:00
Author
Owner

Runtime Profile Status

Files Present

  • config.yaml
  • SOUL.md
  • .env
  • wrapper

Configuration

  • Engine: Claw (Rust)
  • Binary: /root/wizards/substrate/claw-code/rust/target/release/rusty-claude-cli
  • Fallback: Hermes (Python)
  • Max Iterations: 16 (Claw hardcoded)

Wrapper Script

timmy-coder prompt "Refactor this function"
timmy-coder chat

Acceptance Criteria Status

  • Profile loads config from ~/.hermes/profiles/timmy-coder/
  • Wrapper script installed at ~/.local/bin/timmy-coder
  • Gateway routes code tasks to Claw (requires SUBSTRATUM-001)
  • Fallback to Hermes (pending integration test)
  • Session persistence (pending E2E test)

Profile structure complete. Integration pending gateway work.

## Runtime Profile Status ### Files Present - ✅ config.yaml - ✅ SOUL.md - ✅ .env - ✅ wrapper ### Configuration - **Engine:** Claw (Rust) - **Binary:** `/root/wizards/substrate/claw-code/rust/target/release/rusty-claude-cli` - **Fallback:** Hermes (Python) - **Max Iterations:** 16 (Claw hardcoded) ### Wrapper Script ```bash timmy-coder prompt "Refactor this function" timmy-coder chat ``` ### Acceptance Criteria Status - [x] Profile loads config from `~/.hermes/profiles/timmy-coder/` - [x] Wrapper script installed at `~/.local/bin/timmy-coder` - [ ] Gateway routes code tasks to Claw (requires SUBSTRATUM-001) - [ ] Fallback to Hermes (pending integration test) - [ ] Session persistence (pending E2E test) **Profile structure complete. Integration pending gateway work.**
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-home#204