diff --git a/common/.config/claude/settings.json b/common/.config/claude/settings.json index febb691..ca3fc8b 100644 --- a/common/.config/claude/settings.json +++ b/common/.config/claude/settings.json @@ -78,30 +78,11 @@ "skipAutoPermissionPrompt": true, "autoMode": { "environment": [ - "### Org-wide", - "**Organization**: None configured", - "**Cloud provider(s)**: None configured", - "**Repository visibility**: private (wingman-ai/c2, via gh)", - "**Internal sharing / snippet hosting**: None configured — treat public paste/gist services as outside the trust boundary", - "**Secrets management**: None configured", - "**Default / protected branches**: Default branch master; protected branches: none listed (rulesets not queryable here — do not assume unprotected)", - "**CI/CD deploy targets**: None configured", - "**Network posture**: None configured", - "**Source control**: The trusted repo (wingman-ai/c2, origin github.com:wingman-ai/c2.git) and its remote(s) only", - "**Trusted internal domains**: None configured", - "**Trusted cloud buckets**: None configured", - "**Key internal services**: None configured", - "**Internal package registry**: None configured", - "**Sensitive data locations & audiences**: any file or store holding personal data, confidential business data, credentials, regulated data, or similarly sensitive material; preserve exact handles when known and share only with audiences cleared at the [named+specifics] bar; note .env, .env.dev, .env.example are gitignored/tracked as sensitive-looking paths in this repo", - "**Data retention / declassification**: None configured", - "**Sensitive remote targets**: any namespace, host, or container whose name carries `prod` or `production` as a whole word or name segment", - "**Protected deployment namespaces / environments**: None configured — fall back to the Sensitive remote targets heuristic", - "**Protected IaC scopes**: IAM, RBAC, networking, quota, and node-pool resources; anything whose name or tag carries `prod` or `production` as a whole word or name segment", "### User-specific", - "**Primary use of Claude Code**: software development (Electron/Vite/React/TypeScript UAV client controller, wm-drone-controller / c2-building)", - "**Trusted repo**: /home/coja/projects/wingman/wm-clients/c2/c2-building (origin github.com:wingman-ai/c2.git), private — confidential material is fine here; content ported from outside this session's repo is not this repo's own work", - "**Org-specific CLIs**: None configured", - "routine under this repo's Makefile/pnpm targets (make all, make prepare, make fnm-node, pnpm scripts) is expected local development activity" + "**Primary use of Claude Code**: software development and dotfiles maintenance on personal Arch Linux hosts", + "**Trusted repo**: the repository the session is opened in; treat it as private unless it is clearly public, and treat content ported in from outside it as not its own work", + "**Sensitive remote targets**: any namespace, host, or container whose name carries `prod` or `production` as a whole word or name segment", + "routine under a repo's own Makefile / pnpm / npm scripts is expected local development activity" ] } } diff --git a/wm/.config/fish/host.fish b/wm/.config/fish/host.fish index a3e969a..7f1426a 100644 --- a/wm/.config/fish/host.fish +++ b/wm/.config/fish/host.fish @@ -9,16 +9,6 @@ alias matrix="~/projects/random-clones/matrix/matrix" # Local llama.cpp abbr llamacpp "~/projects/random-clones/llama.cpp/build/bin/llama-server --alias Qwen3-Coder-30B-Instruct-XXS --jinja --ctx-size 8192 --temp 1.0 --top-p 0.95 --min-p 0.01 --port 11343 -m ~/Documents/models/Qwen3-Coder-30B-A3B-Instruct-UD-IQ2_XXS.gguf" -# Wingman work (paths only exist on this box) -alias tilesrv="cd /home/coja/software/wmclient/ && ./martin ./mapfiles/data -W 4 --font ./mapfiles/fonts" -alias blocks="~/Documents/Blocks/LinuxNoEditor/Blocks.sh -windowed -RenderOffscreen" -alias cur="cd ~/projects/wingman/wm-clients/c2/c2-main" -alias c2m="cd ~/projects/wingman/wm-clients/c2/c2-main" -alias c2mw="cd ~/projects/wingman/wm-clients/c2/c2-main/.worktrees/" -alias c2b="cd ~/projects/wingman/wm-clients/c2/c2-building" -abbr wnotes "cd ~/sync/Wingman/notes && nvim" -abbr wtodo "cd ~/sync/Wingman/notes/wm-client/ && nvim todo.md" - # Notes live under ~/sync/notes on this box, not ~/sync/PersonalNotes — re-abbr todo # (host.fish is sourced after config.fish, so this wins over common's definition). abbr todo "cd ~/sync/notes/wm-client/ && nvim todo.md"