summaryrefslogtreecommitdiff
path: root/spec/data/cartridges/meta.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/data/cartridges/meta.md')
-rw-r--r--spec/data/cartridges/meta.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/spec/data/cartridges/meta.md b/spec/data/cartridges/meta.md
new file mode 100644
index 0000000..68a0cbd
--- /dev/null
+++ b/spec/data/cartridges/meta.md
@@ -0,0 +1,25 @@
+Start by defining a meta section:
+
+```yaml
+meta:
+ symbol: 🤖
+ name: Nano Bot Name
+ author: Your Name
+ description: A helpful assistant.
+```
+
+You can also add version and license information:
+
+```yaml
+meta:
+ version: 1.0.0
+ license: CC0-1.0
+```
+
+Then, add a behavior section:
+
+```yaml
+behaviors:
+ interaction:
+ directive: You are a helpful assistant.
+```