towishy_Owen-Graphite/dev/WIKI
2026-07-06 09:27:16 +09:00
..
DOCS chore: release Owen Graphite 3.1.85 2026-07-06 09:27:16 +09:00
effective-baseline chore: release Owen Graphite 3.1.62 2026-05-25 16:10:34 +09:00
INCIDENTS chore: release Owen Graphite 3.1.60 2026-05-25 13:05:43 +09:00
MAP chore: release Owen Graphite 3.1.85 2026-07-06 09:27:16 +09:00
PLUGINS chore: release Owen Graphite 3.1.60 2026-05-25 13:05:43 +09:00
PROMPTS chore: release Owen Graphite 3.1.58 2026-05-24 22:39:20 +09:00
RECIPES docs: improve WIKI routing and evidence guidance 2026-05-25 03:16:57 +09:00
RUNTIME chore: release Owen Graphite 3.1.60 2026-05-25 13:05:43 +09:00
runtime-debug-snippets chore: release Owen Graphite 3.1.57 WIKI routing 2026-05-24 20:53:17 +09:00
SRC docs: improve WIKI routing and evidence guidance 2026-05-25 03:16:57 +09:00
TOKENS docs: improve WIKI routing and evidence guidance 2026-05-25 03:16:57 +09:00
WORKFLOWS chore: release Owen Graphite 3.1.62 2026-05-25 16:10:34 +09:00
audits.md chore: harden sync and runtime coverage 2026-05-25 15:22:04 +09:00
build-release.md chore: release Owen Graphite 3.1.57 WIKI routing 2026-05-24 20:53:17 +09:00
CORE-PRINCIPLES.md chore: formalize accepted risk validation 2026-05-25 13:46:30 +09:00
INDEX.md chore: streamline release validation workflow 2026-05-25 14:36:33 +09:00
OWNER-DECISION-TREE.md chore: release Owen Graphite 3.1.60 2026-05-25 13:05:43 +09:00
QUICK-ROUTING.md docs: improve WIKI routing and evidence guidance 2026-05-25 03:16:57 +09:00
README.md chore: release Owen Graphite 3.1.60 2026-05-25 13:05:43 +09:00
risk-accepted-registry.json chore: formalize accepted risk validation 2026-05-25 13:46:30 +09:00
runtime-debug-protocol.md chore: release Owen Graphite 3.1.74 2026-06-02 13:42:15 +09:00
runtime-debug.md chore: release Owen Graphite 3.1.57 WIKI routing 2026-05-24 20:53:17 +09:00
runtime-evidence-example-plugin-dom.md docs: improve WIKI routing and evidence guidance 2026-05-25 03:16:57 +09:00
runtime-evidence-example-selected-tab.md docs: improve WIKI routing and evidence guidance 2026-05-25 03:16:57 +09:00
runtime-evidence-registry.json chore: harden sync and runtime coverage 2026-05-25 15:22:04 +09:00
runtime-evidence-schema.json docs: strengthen WIKI process guardrails 2026-05-25 03:31:18 +09:00
runtime-evidence-storage.md chore: release Owen Graphite 3.1.62 2026-05-25 16:10:34 +09:00
runtime-evidence-template.md docs: strengthen WIKI process guardrails 2026-05-25 03:31:18 +09:00
SELECTOR-OWNER-CHEATSHEET.md chore: extend WIKI workflow enforcement 2026-05-24 22:28:19 +09:00
STRUCTURE.md docs: expand theme WIKI guidance 2026-05-24 21:33:30 +09:00
sync-obsidian.md chore: release Owen Graphite 3.1.58 2026-05-24 22:39:20 +09:00
VISUAL-QA.md chore: release Owen Graphite 3.1.78 2026-06-14 16:52:40 +09:00

Owen Graphite WIKI

This wiki is the operational entry point for AI-assisted work on Owen Graphite.

dev/WIKI/MAP is the generated/provenance layer inside the wiki. The root wiki files are the curated workflow layer that tells an agent what to read, where to edit, what not to touch, and which gates must pass.

Start Here

By Task

Task First Route Read Next
Bug fix or visual change dev/scripts/wiki_route.py <surface> Relevant WORKFLOWS/ page and MAP/*-contract.md
Runtime hover/focus/active issue runtime-evidence-template.md runtime-evidence-schema.json, RUNTIME/ surface guide before editing CSS
New Style Settings option dev/scripts/wiki_route.py settings MAP/settings-style-contract.md, RECIPES/style-settings-option.md
Token or palette change dev/scripts/wiki_route.py tokens MAP/shared-tokens-contract.md, TOKENS/usage-guide.md
WIKI or process change WORKFLOWS/wiki-maintenance.md audit_wiki_consistency.py, audit_owner_risk_contracts.py
Release or Obsidian sync dev/scripts/wiki_route.py release WORKFLOWS/release.md, sync-obsidian.md

Standard Flow

  1. Read CORE-PRINCIPLES.md.
  2. Read STRUCTURE.md when changing paths, generated artifacts, or docs layout.
  3. Use QUICK-ROUTING.md to find the owner module.
  4. Use OWNER-DECISION-TREE.md when ownership is ambiguous.
  5. Use SELECTOR-OWNER-CHEATSHEET.md when starting from matched selectors.
  6. Open the relevant workflow under WORKFLOWS/ or recipe under RECIPES/.
  7. Use MAP/source-usage-map.md to jump into generated source maps.
  8. Use DOCS/docs-map.md when a task touches docs, samples, settings, visual baselines, or release process.
  9. Use VISUAL-QA.md for visual changes and runtime-evidence-template.md plus runtime-evidence-storage.md before editing runtime state bugs.
  10. Use TOKENS/, PLUGINS/, and MAP/settings-style-contract.md when touching token, plugin, settings, or Style Settings behavior.
  11. Run the audits listed in the workflow before committing.

Non-Negotiable

  • Owen can explicitly accept repository-specific visual/runtime risk. When that happens, record the risk in WIKI/evidence and update the relevant guard instead of silently bypassing it.
  • Do not add late fixes because the owner is hard to find.
  • Do not style Obsidian-owned markdown table widget geometry unless Owen explicitly accepts the risk and the WIKI/guard/evidence path is updated.
  • Do not reintroduce src/polish or !important.
  • Do not claim a runtime issue is fixed without runtime evidence.
  • Do not release with a v-prefixed tag; Owen Graphite uses numeric semver tags only.