- ONBOARDING.md: comprehensive guide explaining WHY the setup exists (vault, session logs, skills, agents, Ollama/GrepAI, daily workflow). Written for someone who's never used Claude Code before. - CLAUDE.md: on first sync, Claude walks new users through ONBOARDING.md section by section + sets up git remote for their own Gitea account. - users.json: Howard's gitea_username added (own account, admin on all repos). Audit findings noted: GrepAI not installed, Ollama not running, MCP_SERVERS.md missing. These need fixing per-machine before onboarding is fully smooth. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"users": {
|
|
"mike": {
|
|
"full_name": "Mike Swanson",
|
|
"email": "mike@azcomputerguru.com",
|
|
"role": "admin",
|
|
"title": "President",
|
|
"known_machines": ["DESKTOP-0O8A1RL"],
|
|
"git_name": "Mike Swanson",
|
|
"git_email": "mike@azcomputerguru.com",
|
|
"notes": "Owner. Full access to everything."
|
|
},
|
|
"howard": {
|
|
"full_name": "Howard Enos",
|
|
"email": "howard@azcomputerguru.com",
|
|
"role": "tech",
|
|
"title": "Technician",
|
|
"known_machines": ["ACG-TECH03L"],
|
|
"git_name": "Howard Enos",
|
|
"git_email": "howard@azcomputerguru.com",
|
|
"gitea_username": "howard",
|
|
"gitea_initial_password": "ACG-Tech2026!",
|
|
"gitea_must_change_password": true,
|
|
"notes": "Employee, Mike's brother. Full trust. Same access as Mike for MSP tracking and daily work. Has own Gitea account (howard) with admin access to all repos."
|
|
}
|
|
},
|
|
"roles": {
|
|
"admin": "Full access to all systems, credentials, deployments, and infrastructure.",
|
|
"tech": "Full access to all systems, credentials, and client work. Same as admin for this organization."
|
|
}
|
|
}
|