diff --git a/README.md b/README.md index 8aab40b..908d3bd 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,21 @@ ## Overview -This project includes a Claude Code assisted environment for working on all Wild Cloud components at once. Each component of the Wild Cloud project is included as submodules in this repo. This includes: +This project includes a Claude Code assisted environment for working on all Wild Cloud components at once. The Wild Cloud project is organized as follows: -- [Wild Central](wild-central/README.md): The network appliance. -- [Wild Centrail API](wild-central-api/README.md): The daemon running on the network appliance. -- [Wild CLI](wild-cli/README.md): A command line interface to the API. -- [Wild Web App](wild-web-app/README.md): A web interface to the API. -- [Wild Directory](wild-directory/README.md): Managed apps to be deployed on wild clouds. +### Wild Cloud Mono-repo -... and, until this milestone is complete: +The core components are in the [wild-cloud](wild-cloud/README.md) mono-repo: -- [Wild CLoud PoC](wild-cloud-poc/README.md): The proof-of-concept project that includes functional scripts for running a wild cloud within a development environment. This will be retired as soon as the CLI and web-app are at feature-parity. +- [API](wild-cloud/api/README.md): The Wild Cloud API that runs on Wild Central. +- [CLI](wild-cloud/cli/README.md): Command-line interface for managing Wild Cloud instances. +- [Web App](wild-cloud/web/README.md): Web-based interface for managing Wild Cloud instances. +- [Dist](wild-cloud/dist/README.md): Distribution package for setting up Wild Central devices via apt. +- [Docs](wild-cloud/docs/): Public website source (https://mywildcloud.org). + +### Other Submodules + +- [Wild Directory](wild-directory/README.md): Managed apps to be deployed on Wild Cloud instances. ## Dev environment setup diff --git a/wild-cloud b/wild-cloud index 4a4bd8a..74a0e15 160000 --- a/wild-cloud +++ b/wild-cloud @@ -1 +1 @@ -Subproject commit 4a4bd8a247d827a187eac34563613cedcdf1b7f2 +Subproject commit 74a0e15f0d4f73b24f928147adb10dd3edb5d33f