Files
claudetools/.claude/users.json
Howard Enos 1307431afa sync: onboard Howard-Home machine
Added Howard-Home hostname to Howard's known_machines list.
Identity.json created locally (gitignored).

Author: Howard Enos
Machine: Howard-Home
2026-04-21 08:36:24 -07:00

30 lines
1.1 KiB
JSON

{
"users": {
"mike": {
"full_name": "Mike Swanson",
"email": "mike@azcomputerguru.com",
"role": "admin",
"title": "President",
"known_machines": ["DESKTOP-0O8A1RL", "Mikes-MacBook-Air"],
"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", "Howard-Home"],
"git_name": "Howard Enos",
"git_email": "howard@azcomputerguru.com",
"gitea_username": "howard",
"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. Password rotated 2026-04-21 — stored in Howard's 1Password, not in this file."
}
},
"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."
}
}