mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 17:30:31 +00:00
1 KiB
1 KiB
This repository contains the Codex Panel Obsidian plugin.
Jujutsu is the recommended local change-management workflow when available.
Use Conventional Commits for new commits; see docs/development.md for repository rules and local validation.
What To Read
- Read
README.mdfor user-facing behavior, requirements, commands, privacy, and compatibility. - Read
docs/design.mdwhen changing responsibility boundaries, runtime ownership, app-server source-of-truth behavior, UI ownership, or testing philosophy. - Read
docs/development.mdbefore implementation work, generated binding work, source layout decisions, validation, or compatibility baseline changes. - Read
docs/release.mdfor 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.