Key Define V06.1.1 ✮

| Error Message | Likely Cause | Solution | |---------------|--------------|----------| | KEY_VERSION_MISMATCH | Referencing a key defined in a newer major version | Run key_define_migrate --target=V06.1.1 | | KEY_INJECTION_DETECTED | Key contains slashes, spaces, or control chars | Sanitize input using km.sanitize_key(input) | | INHERITANCE_LOOP | Circular parent-child definition | Redefine hierarchy; use km.detect_cycles() |

The version number follows a semantic versioning pattern (Major.Minor.Patch) but with a twist: Key Define V06.1.1

A valid Key Define V06.1.1 entry follows this JSON schema: | Error Message | Likely Cause | Solution