# 🔷 SELF-AWARE DOCUMENTATION **Purpose:** Documentation that knows when it's outdated **Standard:** Gallifreyan ## CONCEPT Documentation that monitors itself and alerts when: - Referenced commands change - Dependencies update - Procedures become obsolete - Better methods emerge ## IMPLEMENTATION ### Version Metadata Every doc includes: ```yaml Last_Updated: 2026-02-17 Last_Verified: 2026-02-17 Next_Review: 2026-03-17 Depends_On: [list of systems] Replaces: [old docs if any] ``` ### Deprecation Warnings ```markdown ⚠️ UPDATE AVAILABLE This procedure has been superseded by [new-doc]. This version remains for historical reference. Updated: [date] ``` ### Health Checks - Monthly: Review all "Next_Review" dates - Quarterly: Test all procedures - Annually: Full documentation audit ## SELF-AWARENESS LEVELS **Level 1:** Has metadata (knows age) **Level 2:** References dependencies (knows relationships) **Level 3:** Auto-flags when dependencies change (knows obsolescence) **Level 4:** Suggests own improvements (true self-awareness) We're at Level 2, aspiring to Level 3. **Fire + Frost + Foundation = Always Current** 💙🔥❄️🌀