chore: add CLAUDE.md with stack conventions and control-plane pointer (#2)

This commit is contained in:
nuestraai 2026-04-22 01:31:22 -05:00 committed by GitHub
parent aa18189ea9
commit d8bd817588
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
CLAUDE.md Normal file
View file

@ -0,0 +1,19 @@
# picoclaw — Claude Code Rules
## What This Is
Tiny, fast, deployable-anywhere automation CLI — part of the claw family of AI assistants.
## Stack & Conventions
- **Go** (module `github.com/sipeed/picoclaw`). CLI entry in `cmd/`, config in `config/`, docker in `docker/`.
- Tests: `go test ./...`. Build: `make build` (see `Makefile`).
- This repo is a nuestra-ai fork that tracks an upstream; be conservative about restructuring that would conflict with upstream merges.
## Control Plane
Directives, skills, agent definitions, and the broader context tree live in the **agent-platform umbrella repo** at `../agent-platform/`. For cross-repo work or any `/directive` pipeline usage, open Claude from there:
```bash
cd ../agent-platform && claude
```
## Git Operations
NEVER perform git operations without explicit user approval.