Initial commit.

This commit is contained in:
2025-10-11 18:08:04 +00:00
commit 8947da88eb
43 changed files with 7850 additions and 0 deletions

21
CLAUDE.md Normal file
View File

@@ -0,0 +1,21 @@
# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Project Overview
This project is called "Wild Cloud Central". It consists of the following components:
- **Wild Daemon**:
- @daemon/README.md
- A web server that provides an API for managing Wild Cloud instances.
- Wild CLI:
- @cli/README.md
- A command-line interface for interacting with the Wild Daemon and managing Wild Cloud clusters.
- Wild App:
- @app/README.md
- A web-based interface for managing Wild Cloud instances, hosted on Wild Central.
Read all of the following for context:
- @ai/BUILDING_WILD_CENTRAL.md