5 Commits
Author SHA1 Message Date
Labyricorn 90b9cbaa66 docs: update documentation and devlog for TalkBox fork and rebrand
CI / frontend-quality (push) Canceled after 0s
- Updated CHANGELOG.md: added fork, rebrand, port isolation, and DCP workflow entries to Unreleased
- Updated project record: set TalkBox project identity, summary, and architecture tags
- Updated devlog index: set TalkBox devlog title and summary
- Added devlog entry 'fork-and-rebrand': initial fork, rebrand, port migration, and devlog workflow
2026-08-24 19:59:55 -07:00
Labyricorn 7ad90d93a7 feat(agents): add .DCP shorthand command and dcp skill
CI / frontend-quality (push) Canceled after 0s
.DCP = Document, Commit, Push — updates in-repo docs and .labyricorn
devlog records for recent milestones, validates, commits, and pushes
to origin/main. Skill defined at .agents/skills/dcp/SKILL.md.
Command documented in root AGENTS.md shorthand commands section.
2026-08-24 19:57:30 -07:00
Labyricorn 7255ce0914 restore: .labyricorn devlog templates, AGENTS.md, devlog_editor.py from original TalkBox repo
CI / frontend-quality (push) Canceled after 0s
2026-08-24 19:53:47 -07:00
Labyricorn b8815e94ea rebrand: rename VoiceBox to TalkBox throughout codebase
CI / frontend-quality (push) Canceled after 0s
- All 'voicebox'/'Voicebox'/'VOICEBOX' strings replaced with 'talkbox'/'TalkBox'/'TALKBOX'
- Port changed from 17493 to 17494 (avoids conflict with upstream VoiceBox)
- MCP tool namespace: voicebox.* -> talkbox.*
- App bundle ID: sh.voicebox.app -> com.talkbox.app
- Binary names: voicebox-server -> talkbox-server, voicebox-mcp -> talkbox-mcp
- Docker user/group: voicebox -> talkbox
- Database: voicebox.db -> talkbox.db
- Env vars: VOICEBOX_* -> TALKBOX_*
- Asset files renamed: voicebox-logo.* -> talkbox-logo.*, etc.
- External binaries in tauri.conf.json updated to talkbox-server/talkbox-mcp
2026-08-24 19:45:56 -07:00
Labyricorn eaef8dd838 Initial commit (forked from jamiepine/voicebox) 2026-08-24 19:40:39 -07:00