mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
13 lines
944 B
Markdown
13 lines
944 B
Markdown
This repository contains the Codex Panel Obsidian plugin.
|
|
|
|
Jujutsu is the recommended local change-management workflow when available.
|
|
|
|
## What To Read
|
|
|
|
- Read `README.md` for user-facing behavior, requirements, commands, privacy, and compatibility.
|
|
- Read `docs/design.md` when changing responsibility boundaries, runtime ownership, app-server source-of-truth behavior, UI ownership, or testing philosophy.
|
|
- Read `docs/development.md` before implementation work, generated binding work, source layout decisions, validation, or compatibility baseline changes.
|
|
- Read `docs/release.md` for release preparation, release notes, preflight, tagging, pushing, and release repair.
|
|
- Use the repo-local skills in `.agents/skills/` when a task matches a more specific workflow.
|
|
|
|
When implementation, design, or workflow changes create drift from docs or lint policy, update the affected docs or lint settings in the same change and report that update.
|