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

Build

make 2>&1 | grep -E "WARN|ERROR"
Output (verified 2026-04-10)
(clean — no output)

Post-Implementation Checklist

Check Status

All 20 existing standards tagged :std-scope: universal

[x]

STD-021 created with :std-scope: work

[x]

STD-022 created with :std-scope: work

[x]

STD-023 created with :std-scope: personal

[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]