rename: chatchain becomes iota - #7
Merged
Merged
Conversation
The program is now iota (iota.sh). The name lives in ONE place —
internal/app — and everything user-visible derives from it: the binary,
the module path (github.com/joyqi/iota, go-installable at last; the old
dotless path never was), the terminal-title fallback, the cmux status
row, the MCP client name, /export file prefixes, ${appHome}, and the
~/.iota directory.
Upgrading is invisible: on first run app.MigrateLegacy renames
~/.chatchain to ~/.iota and ~/.chatchain.y(a)ml to ~/.iota.y(a)ml once
(idempotent, never overwrites, a failure only warns), announcing each
move on stderr. A project-local .chatchain.yaml is still read in place
with a nudge — it sits in somebody's working tree and is never moved.
Also: CHATCHAIN_DEBUG_REGION is IOTA_DEBUG_REGION; goreleaser pins
project_name/binary iota and the tap formula iota.rb; the Claude Code
plugin is iota@iota-marketplace with /iota:ask (2.0.0); README gains a
"Migrating from ChatChain" section; the landing page and og.png carry
the new name.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QuR6qqLx5Vu1AttWRD2C5k
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The program is now iota (iota.sh). This PR renames everything and makes the upgrade invisible for existing users.
github.com/joyqi/iota(go-installable at last — the old dotlesschatchainpath never was)internal/appis the single place the name is spelled:app.Name,app.Home()(~/.iota), config stems; binary, title fallback, cmux status row, MCP client name,/exportprefix,${appHome}and the sessions/images/skills dirs all derive from itapp.MigrateLegacy:~/.chatchain→~/.iota,~/.chatchain.y(a)ml→~/.iota.y(a)ml, once, idempotent, never overwrites, failure only warns, each move announced on stderr; a project-local.chatchain.yamlis read in place with a nudgeCHATCHAIN_DEBUG_REGION→IOTA_DEBUG_REGIONproject_name/binaryiota, formulaiota.rb, homepage iota.sh; release.yml pkg.go.dev trigger fixed to a module path that existsiota-plugin/,iota@iota-marketplace,/iota:ask, 2.0.0Test plan
go vet ./... && go test -race ./...greeninternal/app(migrate moves / never overwrites / no-op),configlegacy lookup fallbackiota: moved …lines, second run silent, project-local.chatchain.yamlstill loads with the nudge🤖 Generated with Claude Code
https://claude.ai/code/session_01QuR6qqLx5Vu1AttWRD2C5k