CLAUDE.md Inventory — All Repos
Active Configurations
Snapshots taken 2026-04-03. Raw files stored in examples/claude/ within this repo.
To view any config, read it directly from the repo:
# View a specific config
cat docs/modules/ROOT/examples/claude/domus-infra-ops.md
# Compare two configs
diff docs/modules/ROOT/examples/claude/domus-captures.md docs/modules/ROOT/examples/claude/domus-infra-ops.md
# Check all line counts
wc -l docs/modules/ROOT/examples/claude/*.md | sort -rn
Tier 1: Global + Chronicle (>400 lines)
| Config | Lines | Key Sections |
|---|---|---|
dots-quantum (global) |
872 |
Role definition, CLI mastery, AI attribution policy, AsciiDoc standards, SSH encryption workflow, communication style, command quality standards, git workflow, system awareness |
domus-captures |
441 |
Chronicle system identity, hub-spoke architecture, blueprint, partials system (50+ trackers), worklog system, document prefixes, build commands, reMarkable workbooks, cross-references, RCA log |
Tier 2: Major Spokes (150-400 lines)
| Config | Lines | Key Sections |
|---|---|---|
domus-docs |
357 |
Hub aggregator, 19-repo Antora playbook, Cloudflare Pages deployment, UI bundle management, shared attributes |
domus-infra-ops |
208 |
HA deployment queue, KVM hypervisor status, VyOS/WLC/Vault HA status, key IPs, key commands. NOTE: Scheduled for rewrite — hardcoded IPs should reference antora.yml |
domus-ise-linux |
187 |
802.1X EAP-TLS methodology, PKI certificate chain, NetworkManager configuration, ISE policy structure |
domus-math |
174 |
LaTeX notation conventions, mathematical typesetting rules, proof formatting, symbol usage |
domus-automation-ops |
170 |
Ansible patterns, Terraform modules, CI/CD pipelines, pre-commit hooks |
Tier 3: Focused Spokes (<150 lines)
| Config | Lines | Key Sections |
|---|---|---|
domus-siem-ops |
102 |
QRadar, Sentinel, Wazuh patterns |
domus-linux-ops |
99 |
Linux administration, systemd, networking |
domus-ise-ops |
79 |
ISE policy, profiling, deployment |
domus-identity-ops |
62 |
SAML, Keycloak, FreeIPA |
domus-ise-windows |
38 |
Windows 802.1X EAP-TLS |
domus-windows-ops |
25 |
Windows/PowerShell basics |
Maturity Assessment
| Config | Level | Gap |
|---|---|---|
dots-quantum |
L4: Exemplary |
None — gold standard |
domus-captures |
L4: Exemplary |
None — gold standard |
domus-docs |
L3: Complete |
Could add RCA log |
domus-infra-ops |
L2: Functional |
Needs rewrite — hardcoded state should be references |
domus-ise-linux |
L3: Complete |
Good shape |
domus-math |
L3: Complete |
Unique domain (math notation) |
domus-automation-ops |
L2: Functional |
Could add blueprint |
domus-siem-ops |
L2: Functional |
Could add cross-refs |
domus-linux-ops |
L2: Functional |
Could add blueprint |
domus-ise-ops |
L1: Stub |
Needs architecture, blueprint |
domus-identity-ops |
L1: Stub |
Needs architecture, blueprint |
domus-ise-windows |
L1: Stub |
Minimal — needs expansion |
domus-windows-ops |
L1: Stub |
Minimal — needs expansion |
Archived Versions
Historical snapshots for tracking evolution:
-
archived/domus-infra-ops-2026-04-03-pre-rewrite.md— Before modularization of projects and runbooks
To archive a new snapshot:
cp examples/claude/domus-infra-ops.md examples/claude/archived/domus-infra-ops-$(date +%Y-%m-%d)-description.md