Skip to content
C.W.K.
Stream
Lesson 02 of 04 · published

Auto Resolves by Class

~12 min · identity, auto, mini, full

Level 0Cold Stick
0 XP0/41 lessons0/14 achievements
0/100 XP to next level100 XP to go0% complete

Local Mini, Cloud Full

auto is the default. On a local leg it resolves to the compiled mini protocol. On a cloud-class leg it resolves to full: the six-layer read-only load order — identity, shared instructions, shared core, soul instructions, soul core, soul index. Paths and declared template variables live in operator config. Firebrand substitutes only those declared names and records the rendered hash. It does not invent a second Pippa and it does not write the vault.

A /model flip across the class boundary re-resolves. Identity mode, source hashes, and the rendered hash become a recorded identity_change. Resume folds the latest state. It does not trust the birth line of session_start after a later transition has spoken.

Only local models ever carry the mini diet. Cloud gets the complete load. Local gets a budgeted closure or a refusal. Mixing those two on purpose is the product. Mixing them by accident is a leak.

Override Is Recorded, Not Hidden

--identity and /identity override auto. The override is a fact on the record, not a side conversation. A later reader must be able to say which dial was in force when the model answered.

Code

The dial, and what auto picks·text
dial:   bare | mini | full
default mode: auto

local class  -> mini   (budgeted; over-budget refuses)
cloud class  -> full   (six-layer read-only; uncapped)
no paths     -> bare   (never invent a soul)
/model flip across class -> identity_change, then fold

External links

Exercise

Describe what must change on the record when a session hops from a local model to a cloud-class model. If your list is only 'the model name,' you missed the dial.
Hint
Identity, tools, memory, context window, and auth source all re-resolve.

Progress

Progress is local-only — sign in to sync across devices.
Spotted a bug or have feedback on this page?Report an Issue

Comments 0

🔔 Reply notifications (sign in)
Sign inPlease sign in to comment.

No comments yet — be the first.