K9 File Examples - Conversation Dump
=================================

Date: Wed Apr  8 10:17:04 AM BST 2026

Files created:
-rw-r--r--. 1 hyper hyper 857 Apr  8 09:52 /home/hyper/Desktop/k9-complex-example.k9
-rw-r--r--. 1 hyper hyper 975 Apr  8 09:52 /home/hyper/Desktop/k9-example.k9

File 1 content (first 10 lines):
K9!
# SPDX-License-Identifier: MIT
# hello.k9 - Example Kennel-level component (pure data)
#
# Security Level: 'Kennel (no execution, safe anywhere)
#
# This is the simplest K9 component: just data.
# It can be parsed and displayed without any risk.

---

File 2 content (first 10 lines):
# Auto-generated K9 contract for container-build
# Safety tier: yard

[must]
metadata.license : string { == 'PMPL-1.0-or-later' }
metadata.registry : string { == 'ghcr.io/hyperpolymath' }
build.runtime : string { == 'podman' }
layers.base.verify : bool { == true }
layers.runtime.user : string { == 'nonroot' }
security.non-root : bool { == true }

End of dump
Files are on your desktop - they do contain content!
