From 4804cfa982b1188bd8445a50656468e2a881fea0 Mon Sep 17 00:00:00 2001 From: Dan Notestein Date: Tue, 30 Dec 2025 17:36:03 -0500 Subject: [PATCH] Add CLAUDE.md for AI-assisted development --- CLAUDE.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..03e5560 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,39 @@ +# CLAUDE.md + +## Project Overview + +Documentation repository for the **beekeeper** tool. This is a standalone documentation placeholder - the actual beekeeper tool code lives in the [hive repository](https://gitlab.syncad.com/hive/hive). This repo exists because documentation is generated to the project Wiki, and the main Hive repo's Wiki is already dedicated to hived-specific content. + +## Tech Stack + +- Documentation only (Markdown) +- No build system or dependencies + +## Directory Structure + +``` +/ # Repository root +├── README.md # Project description +└── CLAUDE.md # This file +``` + +## Development Commands + +No build, test, or lint commands - this is a documentation-only repository. + +## Key Files + +- `README.md` - Project description and purpose + +## Coding Conventions + +- Use Markdown for all documentation +- Follow standard Markdown formatting conventions + +## CI/CD Notes + +No CI/CD pipeline configured - documentation-only repository. + +## Related Repositories + +- [hive](https://gitlab.syncad.com/hive/hive) - Contains the actual beekeeper tool source code -- GitLab