Verification
Verification
Attribute Coverage
# All standards have :std-scope: — expected: 23
grep -r ':std-scope:' pages/standards/{ai-interaction,documentation,operations,security,workflow}/*.adoc | wc -l
Output (verified 2026-04-10)
23
Scope Distribution
# Count by scope value
grep ':std-scope:' pages/standards/{ai-interaction,documentation,operations,security,workflow}/*.adoc \
| awk -F: '{print $NF}' | sort | uniq -c
Output (verified 2026-04-10)
1 personal
20 universal
2 work
Post-Implementation Checklist
| Check | Status |
|---|---|
All 20 existing standards tagged |
[x] |
STD-021 created with |
[x] |
STD-022 created with |
[x] |
STD-023 created with |
[x] |
Registry has Scope column with all 23 rows |
[x] |
Nav entries added with scope labels |
[x] |
CLAUDE.md updated with scope explanation |
[x] |
Build clean |
[x] |