ποΈ HOWTO: Palace Onboarding β First-Time Guide for Users and AI Agents
Entry Point 4: This document serves as the Daily Operations Entry Point. See START-HERE.md for the master onboarding roadmap.
Who this document is for: Any new human user adopting DSOM, or any AI agent reading this repo for the first time.
Workspace Version: v2.0 (OKF Palace) | Protocol: DSOM v6.1
π€ If You Are an AI Agent Reading This
Welcome. This repository uses the Sovereign Markdown Palace β a spatial memory system layered on top of standard Git. Before doing anything else, follow this exact reading sequence:
Step 1 β Read the Palace Registry (Your Spatial Map)
.agents/brain/palace_registry.md
This is your entry point. It lists all Wings, Halls, and Rooms with a Quick-Reference table mapping tasks to the correct Room.
Step 2 β Walk to Relevant Rooms
Based on the current task, load the closet.md for each relevant Room. Do NOT read the full walkthrough.md first β the closets give you 90% of what you need in 10% of the tokens.
Quick example:
- Working on a tool script? β
wings/wing_dsom_core/hall_facts/room_tooling/closet.md - Working on infrastructure/Ansible? β
wings/wing_dsom_core/hall_events/room_sovereign_fabric_v9_8/closet.md - Checking version history? β
wings/wing_dsom_core/hall_events/room_ledger/closet.md
Step 3 β Drill Down Only If Needed
If the closet summary is insufficient for precision work, follow its ## π Retrieval Reference link to the specific line range in walkthrough.md.
Step 4 β Confirm with the Human
State: "Palace orientation complete. Walking [Room Name]. Ready to proceed."
π€ If You Are a New Human User
What Is the Palace?
The Palace is the memory layer of DSOM. It gives your AI fast, accurate, spatially-organised recall across months and years of project history β without needing to re-read entire session logs.
Think of it as a library index: instead of reading every book to find a fact, you walk to the right shelf (Wing β Hall β Room β Closet) and find a distilled summary.
How Does It Work With the Rest of DSOM?
YOUR PROJECT REPOSITORY
β
βββ README.md β START HERE (overview + daily rituals)
βββ docs/
β βββ AI-COGNITIVE-TWIN-PROTOCOL.md β Fill this in for your project
β βββ AI-MASTER-PROTOCOL.md β Governance laws (read once)
β βββ DIGITAL-SOVEREIGNTY-OPERATIONAL-MODEL-PALACE.md β Full Palace spec
β βββ HOWTO-PALACE-ONBOARDING.md β You are here
β
βββ .agents/
βββ AGENTS.md β The core rulebook for AI operations
βββ skills/ β Self-healing OKF skills (eod-sync, gitops)
βββ brain/
βββ palace_registry.md β AI's spatial index (read at every SOD)
βββ task.md β What the AI is working on NOW
βββ walkthrough.md β Full session history (The Drawer)
βββ wings/ β The Palace Rooms
βββ wing_dsom_core/
βββ hall_facts/ β Laws, architecture, tools
βββ hall_events/ β Milestones, versions, brain history
The Document Reading Chain (First Time)
Follow this order for full context:
README.mdβ What DSOM is, the 6-step boot checklist, daily rituals.docs/AI-COGNITIVE-TWIN-PROTOCOL.mdβ Fill in every[PLACEHOLDER]for your project.docs/DIGITAL-SOVEREIGNTY-OPERATIONAL-MODEL-PALACE.mdβ Understand the Palace laws and the Ingestion Loop..agents/brain/palace_registry.mdβ See what Rooms exist and what they contain.- Pick relevant closets β Read the 2-3 closets most relevant to your current work.
docs/SOD-RITUAL.md+docs/EOD-RITUAL.mdβ Understand the daily operating rhythm, including the Ansible SOD/EOD playbooks.
ποΈ Palace Structure Reference
Wings (Domains)
Each Wing represents a major project domain.
| Wing | Description |
|---|---|
wing_dsom_core |
The DSOM framework itself β protocol, tools, infrastructure |
Halls (Memory Types)
Every Wing has the same hall types for consistency.
| Hall | What It Contains |
|---|---|
hall_facts |
Immutable laws, architecture decisions, tool inventory |
hall_events |
Chronological milestones, phase completions, ledger |
hall_preferences |
Architect persona, style rules, linguistic mandates |
hall_discoveries |
Breakthroughs, uncategorised findings |
Rooms (Topics)
Specific subjects within a hall. Each room has one closet.md.
| Room | Hall | What It Knows |
|---|---|---|
room_clean_architecture |
hall_facts | Inward Dependency Rule, Clean Architecture layers |
room_crisp_strategy |
hall_facts | CRISP mandate, interaction filters |
room_dsom_protocol |
hall_facts | All protocol docs, SOD/EOD, rituals, README evolution |
room_tooling |
hall_facts | Every tool, its version, purpose, and evolution |
room_sovereign_fabric_v9_8 |
hall_events | Elasticsearch fabric, Ansible infra, WSL2 |
room_brain_artifacts |
hall_events | Brain file evolution, Palace v1.0 launch |
room_ledger |
hall_events | CHANGELOG/HISTORY versions from v1.0 to Palace v1.0 |
room_uncategorised |
hall_discoveries | PDFs, GitBook, .github/, ansible.cfg fixes |
π The Palace in the Daily Loop
SOD (Start of Day)
βββ bash tools/sod-palace.sh # (Windows: .\tools\sod-palace.ps1) (or bash tools/reanimate.sh)
βββ Audits environment, validates Git, executes Palace check
βββ Section [14]: Palace Registry loaded into manifest
βββ AI reads registry β walks relevant rooms β ready in seconds
Active Work
βββ git commit (any time)
βββ AI notes which files changed
βββ Identifies target Room per Git Reflection Mandate
EOD (End of Day)
βββ bash tools/eod-palace.sh # (Windows: .\tools\eod-palace.ps1) (or bash tools/hibernation.sh)
βββ Validates artifacts, runs palace-sync.sh automatically
βββ Generates palace_update_proposal_YYYY-MM-DD.md
βββ AI reviews β updates closets β registry stays fresh
π Adding a New Wing (New Project Domain)
When you start a new project on this DSOM instance, create a new Wing:
mkdir -p .agents/brain/wings/wing_YOUR_PROJECT/{hall_facts,hall_events,hall_discoveries}
# Create at minimum one Room
mkdir -p .agents/brain/wings/wing_YOUR_PROJECT/hall_facts/room_overview
touch .agents/brain/wings/wing_YOUR_PROJECT/hall_facts/room_overview/closet.md
Then register it in palace_registry.md.
βοΈ The Three Sovereign Laws of the Palace
- Plain Markdown Mandate β All closets must be human-legible Markdown. No proprietary encoding.
- Universal Search β Every closet must link back to the original Drawer entry. No AI hallucination.
- Git Sovereignty β Every closet update must be committed to Git alongside the code change that triggered it.
Document created: 2026-04-08 | Palace v1.0 | DSOM Protocol v6.1 Author: Harisfazillah Jamel | Partner: Google Antigravity
Deep State of Mind (DSOM) For My AI Protocol | Harisfazillah Jamel (LinuxMalaysia) | 2026-07-04 Standard: UK English | DBP-standard Bahasa Melayu Malaysia (Piawai) | GNU General Public License v3.0