feat(iso): Phase 1a — machine identity + local LLM probes #150
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/hw-probe-identity-llm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
hw-probe extensions:
firstboot-rootpw:
(uuidgen with HOSTNAME-timestamp fallback)
Sam & Hermes
hw-probe extensions: - collect_machine_id(): reads /var/db/clawdie/machine-id (null if unsecured) - collect_ollama_status(): ollama list → JSON {available, models[]} - collect_llama_cpp(): /var/db/models/*.gguf → JSON {available, models[]} - collect_local_llm(): aggregates ollama + llama_cpp into single block - Added machine_id + local_llm to assembled JSON output firstboot-rootpw: - Generates /var/db/clawdie/machine-id on first password set (uuidgen with HOSTNAME-timestamp fallback) - Guarantees stable identity across reboots Sam & Hermes