a789495a98
FreeBSD Smoke / FreeBSD Smoke (x86_64) (push) Has been cancelled
CI / Quality Guardrails (push) Has been cancelled
CI / Build & Test (macos-latest) (push) Has been cancelled
CI / Build & Test (ubuntu-latest) (push) Has been cancelled
CI / Build & Test (windows-latest) (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / PowerShell Syntax (push) Has been cancelled
CI / Windows Cross-Target Check (Linux) (push) Has been cancelled
7 lines
622 B
Markdown
7 lines
622 B
Markdown
# Jcode Desktop Agent Context
|
|
|
|
- This directory is the Jcode desktop application crate. When a desktop-launched agent opens here, assume self-development work is focused on the desktop application unless the user says otherwise.
|
|
- Prefer targeted desktop checks while iterating: `cargo check -p jcode-desktop` and relevant `jcode-desktop` tests.
|
|
- Keep changes scoped to desktop UI/session-launch code when possible, but update shared crates when the desktop implementation requires it.
|
|
- Desktop sessions launched by the app default to this directory so local `AGENTS.md` context primes agents for desktop self-dev work.
|