Starter realm for learning Yggdrasil and Guardian Driven Development. Fork or copy this to create your own community realm.
# If you're exploring GDD for the first time:
cd yggdrasil
ws realm init # clones this template
ws clone --all # clones the tutorial components
# Then start Claude Code and say hello!- Fork this repo on GitHub
- Rename it to
realm-<your-community>(e.g.realm-siliconsaga) - Edit
ecosystem.yaml:- Set
defaults.gitOrgto your GitHub org URL - Update
identitywith your accounts - Declare your components under
components
- Set
- Add adapter files in
adapters/for components with custom build systems - Clone your realm:
ws realm https://github.com/YourOrg/realm-<your-community>.git
ecosystem.yaml # Components, defaults, identity
adapters/
example.yaml # Shows the adapter format (rename per component)
README.md # This file