Imported from Yarden-zamir/navgator (
AGENTS.md). Install upstream withnpx skills add Yarden-zamir/navgator. Copyright stays with the author.
AGENTS.md
- This repo owns the
navgatorproject navigator binary. - Git, GitHub README, folder/worktree content, config, tags, metadata, search ranking, explanations, compositor, and app UI behavior live here.
- Generic terminal/tooling helpers should stay in
gator. - Regenerate
config-schema.jsonafter config struct changes withcargo run -- config-schema > config-schema.json. - When asked to build this repo, default to
cargo build --releaseunless a debug build is explicitly requested. - After making code or config-schema-affecting changes, always run
cargo build --releasebefore handing off. - Verify with
cargo fmt -- --check,cargo clippy --all-targets --all-features -- -D warnings, andcargo test.