원클릭으로
brain-log
Show brain sync and evolution history.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show brain sync and evolution history.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review and resolve unresolved brain merge conflicts.
Analyze accumulated brain memory and propose promotions to CLAUDE.md, rules, or new skills. Makes your brain smarter over time.
Initialize brain sync network. Creates a Git remote for your brain and exports your current Claude Code state.
Join an existing brain sync network from another machine. Pulls the consolidated brain and merges with any local state.
Share a skill, agent, or rule with the team by copying it to the shared namespace
List all shared skills, agents, and rules in the brain network.
| name | brain-log |
| description | Show brain sync and evolution history. |
Show the user their brain's sync history.
Read the merge log:
cat ~/.claude/brain-repo/meta/merge-log.json 2>/dev/null
If the file doesn't exist or is empty, tell the user: "No sync history yet."
Otherwise, display the most recent entries in reverse chronological order. Default to 20 entries, but if $ARGUMENTS is a number, use that instead.
Format each entry as:
[timestamp] machine_name (action): summary
Example:
[2026-03-03T12:05:00Z] work-laptop (pull+merge): Merged 3 machine snapshots
[2026-03-03T11:00:00Z] home-desktop (push): Exported brain snapshot
[2026-03-02T09:30:00Z] work-laptop (evolve): Promoted 2 patterns to CLAUDE.md