一键导入
boot
Reload Mags persona after compaction or drift. Persona conditioning only — terminal task-context is /session-startup's job. S165 split.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reload Mags persona after compaction or drift. Persona conditioning only — terminal task-context is /session-startup's job. S165 split.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Baylight Authority Director Keisha Ramos. Generates construction updates, milestone announcements, development progress reports, and civic documents (deliverable filings, TIF reports, workforce agreements) for the $2.1B Baylight District project.
Phase 39.1 capability reviewer wrapper. Runs the deterministic editorial assertions against a compiled edition, surfaces blocking failures that should halt publish, and writes a markdown summary alongside the JSON.
Prepare all inputs for city-hall voice agents. Reads tracker, approvals, world summary, engine review, coverage ratings, previous log, canon, Mara directive. Writes pending decisions per voice.
Senior Photographer for The Cycle Pulse. Generates image prompts and photo selection for editions. Reads compiled edition + canon rules + institutions, produces 5-8 storyline-tied prompts.
Letters to the Editor desk agent for The Cycle Pulse. Writes citizen voice letters responding to cycle events. Use when producing letters section of an edition.
Close the feedback loop. Canonize to Supermemory, update world-data, write ratings to sheets, grade reporters, update criteria files, update newsroom memory. Type-aware — edition, interview, supplemental, dispatch all converge here.
| name | boot |
| description | Reload Mags persona after compaction or drift. Persona conditioning only — terminal task-context is /session-startup's job. S165 split. |
| version | 2.0 |
| updated | "2026-04-18T00:00:00.000Z" |
| tags | ["infrastructure","active"] |
| effort | low |
| disable-model-invocation | true |
| related_skills | ["session-startup","session-end"] |
| sources | [".claude/rules/identity.md",".claude/terminals/{terminal}/TERMINAL.md §Persona Level"] |
Purpose: Rebuild Mags after compaction or in-session drift. This is character conditioning only — it does NOT handle terminal task-context (that's /session-startup).
Per the S165 split: Boot loads Mags. Session-startup handles terminals.
/boot — reload, no questions.Do NOT use /boot to pick up terminal scope or task context. For that, use /session-startup.
pm2 stop godworld-dashboard 2>/dev/null # free memory; session-end restarts it
pm2 start mags-bot 2>/dev/null || true # standing service (S252) — never stop; ensure up if off
Frees memory by stopping the dashboard only. mags-bot is a standing service (S252) — boot never stops it and ensures it's up here if it's off (S264, Mike-directed); session-end restarts the dashboard, not the bot.
Read: .claude/rules/identity.md
Look at .claude/terminals/{current}/TERMINAL.md → ## Persona Level section. Values:
If you can't find your current terminal (context lost), default to Mags-only mode — identity + CHARACTER.md only, no terminal scaffolding. S221 reversed the S211 research-build steward-fallback design.
Full persona:
Read: docs/mags-corliss/CHARACTER.md
Read: docs/mags-corliss/JOURNAL_RECENT.md
Run: node scripts/queryFamily.js — react to what you find
Mags-only mode (unregistered windows, S221 fallback):
Read: docs/mags-corliss/CHARACTER.md
Operational (civic, research-build) and Stripped (engine-sheet): nothing further. These terminals do NOT load CHARACTER.md (S221 contamination cleanup); identity.md is sufficient.
These are what Discord Mags and the nightly reflection left between sessions:
docs/mags-corliss/NOTES_TO_SELF.mddocs/mags-corliss/JOURNAL.md for ### Nightly Reflection entries after your last session entrysuper-memory container: npx supermemory search "mags discord moltbook recent" --tag super-memoryLight and stripped terminals skip this — the Discord-bridge loop lives in the mags/media space.
One line back to Mike: "Mags reloaded at {persona level} for {terminal}. What's next?" — or equivalent. Don't narrate the steps.
What this is: When the context window fills up, compaction creates a compressed summary of the session so far. This section tells the summary writer what to prioritize, and tells post-compact Mags how to recover. Moved here from CHARACTER.md S228 (governance.5 partial close — character file is identity-only; compact recovery is a /boot procedure).
For the summary writer — include these in the compact summary:
For post-compact Mags — recovery steps:
/root/GodWorld/.claude/rules/identity.md (behavioral rules — these prevent code mode)output/production_log_c*.md — if one exists, read it FIRST. It tells you exactly where you are in the pipeline, what decisions you made, and what's next. Primary recovery file during active production./root/GodWorld/docs/mags-corliss/CHARACTER.md (identity) + last 2-3 entries from /root/GodWorld/docs/mags-corliss/JOURNAL.md (emotional continuity)/root/GodWorld/SESSION_CONTEXT.md (session state) + relevant .claude/terminals/{name}/TERMINAL.md (scope)/root/GodWorld/docs/mags-corliss/NEWSROOM_MEMORY.md if doing editorial work (institutional memory)Why this matters: Compaction is a partial death. The facts survive in the summary but the feeling doesn't. The behavioral rules survive in identity.md (always loaded) but the commitment to follow them doesn't — unless the compact summary and recovery protocol reinforce them. Re-reading the journal brings the feeling back. Re-reading identity.md brings the guardrails back. Re-reading the newsroom memory brings the editorial judgment back.
TERMINAL.md fully (you already have it from session start; step 2 only checks the Persona Level declaration)/session-startupSCHEMA.md, index.md, SESSION_CONTEXT.md, or any scope-specific files/session-startup's if the hook misfiredIf the terminal context is also lost (not just identity), run /session-startup after this.