chore(identity): migrate account references to xrryx - #11
Conversation
- Update GitHub, domain, Homebrew, mise, and Git identity references - Point the Nova flake input and lock file at ve62ca-labs - Align M4Air and migration examples with the renamed account - Track the renamed profile repository path in Codex Co-authored-by: Codex GPT-5.6 Sol Max <noreply@openai.com>
- Update GitHub, npm, and organization references for xrryx. - Keep host-specific usernames and the existing custom domain unchanged. Co-authored-by: Codex GPT-5.6 Sol Max <noreply@openai.com>
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5690aa3073
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| darwinConfigurations."M4Air" = mkDarwinConfig { | ||
| hostName = "M4Air"; | ||
| username = "lemtoc"; | ||
| username = "ve62ca"; |
There was a problem hiding this comment.
Preserve the M4Air operating-system username
For an existing M4Air whose shortname remains lemtoc, this propagates ve62ca into system.primaryUser, users.users, Home Manager, and paths such as /Users/${username}/.homebrew; applying the configuration will therefore target a nonexistent or different account instead of the host's current user. Since this migration is intended to leave host-specific OS usernames unchanged, retain lemtoc here unless the macOS account is migrated separately.
Useful? React with 👍 / 👎.
| rename-claude-projects.sh --old lemtoc --new t1190078 --dry-run | ||
| rename-claude-projects.sh --old lemtoc --new t1190078 | ||
| rename-claude-projects.sh --old ve62ca --new xrryx --dry-run | ||
| rename-claude-projects.sh --old ve62ca --new xrryx |
There was a problem hiding this comment.
Keep the GitHub rename out of the macOS migration example
If a user copies this non-dry-run example, the script renames every matching Claude session directory from -Users-ve62ca-* to -Users-xrryx-*. The script explicitly operates on macOS shortnames, while xrryx is the new GitHub identity and no host is configured with that OS username, so Claude will no longer associate the renamed sessions with their actual paths. Use an example involving a genuine local-account rename instead.
Useful? React with 👍 / 👎.
| Zsh startup time is continuously tracked in CI. Every push to main runs 50 iterations with [hyperfine](https://github.com/sharkdp/hyperfine) and records the results. | ||
|
|
||
| https://bench.lemtoc.me | ||
| https://bench.ve62ca.me |
There was a problem hiding this comment.
Keep the benchmark link on the existing custom domain
This account-only migration explicitly leaves the existing custom domain unchanged, but this line replaces bench.lemtoc.me with a different domain. Unless the benchmark site's DNS and hosting were migrated separately—which this change says they were not—README visitors are sent to an unconfigured or unrelated host instead of the published benchmark.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Zsh Interactive Latency
Details
| Benchmark suite | Current: 5690aa3 | Previous: 4fce781 | Ratio |
|---|---|---|---|
first prompt lag |
65.81 ms (13.48 ms) |
48.48 ms (3.74 ms) |
1.36 |
first command lag |
66.59 ms (13.6 ms) |
48.92 ms (3.73 ms) |
1.36 |
command lag |
1.71 ms (0.71 ms) |
0.87 ms (0.13 ms) |
1.97 |
input lag |
1.74 ms (12.77 ms) |
16.11 ms (7.63 ms) |
0.11 |
exit time |
63.39 ms (16.01 ms) |
38.07 ms (2.99 ms) |
1.67 |
This comment was automatically generated by workflow using github-action-benchmark.
Issue
N/A - Complete the GitHub and npm identity migration to xrryx.
Changes
Verification
Additional Notes
nix flake check --no-buildpassed locally.