- After modifying website content or configuration, run
jekyll buildto ensure the site compiles.
- Blog posts reside in
_posts/and use theYYYY-MM-DD-title.mdnaming scheme. - Include YAML front matter with at least
titleandlayoutkeys.
- Place standalone pages in the repo root or appropriate folders.
- Store images in
img/orassets/.
- The development environment is defined in
codex.yaml.
- Strict Grounding: When answering questions or updating codebase components, search
.wiki/first. Refer to entities using Obsidian style double bracket links[[page]]. - Gap Detection: If you cannot resolve a question using workspace documentation or
.wiki/, prompt the user: "Would you like me to run/wiki-researchto investigate this topic?" - Slash Commands: Recognize
/wiki-query,/wiki-research,/wiki-ingest,/wiki-update, and/wiki-buildas valid workflow commands. - Workspace Hygiene: Always place temporary or scratch files in
~/.gemini/antigravity/brain/<session_id>/scratch/. Do not pollute the repository root. - Large Artifacts Rule: If generating files exceeding 3000 words, HTML reports, or massive tables, use Python script automation to write files rather than direct LLM completion to prevent content truncation.