diff --git a/.cspell/custom-dictionary-workspace.txt b/.cspell/custom-dictionary-workspace.txt index 6dc3913..25e00be 100644 --- a/.cspell/custom-dictionary-workspace.txt +++ b/.cspell/custom-dictionary-workspace.txt @@ -1,11 +1,31 @@ # Custom Dictionary Words +amplifier +charliermarsh +dnsmasq dnsmasq dpkg +esbenp ftpd GOARCH +GOARCH +goimports +golangci +GOOS +gopls +ipxe oklch +pnpm postinst postrm prerm +pyproject +ruff shadcn +talos +tsconfig +venv +vite +vitest wildcloud +wildcloud +wildd diff --git a/.gitignore b/.gitignore index d007754..942400b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ uv.lock .claude/ # Wild Cloud -data/ +.envrc # Development working dir .working/ diff --git a/CLAUDE.md b/CLAUDE.md index 05dc81b..941bb67 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -7,13 +7,13 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co This project is called "Wild Cloud Central". It consists of the following components: - **Wild Daemon**: - - @daemon/README.md + - @wild-central-api/README.md - A web server that provides an API for managing Wild Cloud instances. - Wild CLI: - - @cli/README.md + - @wild-cli/README.md - A command-line interface for interacting with the Wild Daemon and managing Wild Cloud clusters. - Wild App: - - @app/README.md + - @wild-web-app/README.md - A web-based interface for managing Wild Cloud instances, hosted on Wild Central.