Reset Zed editor configuration to defaults

Remove custom settings.json to restore Zed to default configuration. Also update CLAUDE.md with docker/arty usage notes and arty.yml to include ruby-build plugin.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-11 09:47:00 +01:00
parent 1b50bff59e
commit d89c45a910
3 changed files with 6 additions and 244 deletions

View File

@@ -208,3 +208,7 @@ Personal media directories (dev env only):
- **Docker**: User must be in `docker` group (managed by Ansible). May require logout/login after Ansible provisioning.
- **Working Directory**: `.last_pwd` tracks the last working directory for shell navigation across sessions.
- **Arty Repository Manager**: `arty.yml` manages git subrepositories. Use `pnpm arty sync --env dev` to clone/update all dev repositories, or `--env prod` for production only.
- Always use arty to utlize docker in this project
- Always run `arty up -d CONTAINER(s)` instead `arty restart CONTAINER(S)`
- Always push with the valknarthing ssh key.
- Please make sure the ssh agent only takes one key to push.