-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMOOLLM.yml
More file actions
53 lines (43 loc) · 1.1 KB
/
MOOLLM.yml
File metadata and controls
53 lines (43 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# MOOLLM repository manifest
name: moollm
type: microworld # Not a skill; skill-like metadata for discovery
world_id: moollm://moollm
version: 0.1.0
description: "MOOLLM-enabled microworld; skills and kernel drivers for Cursor/Claude."
repo:
github: SimHacker/moollm
path: "."
skills_dir: skills/
adventure:
current: examples/adventure-4/ADVENTURE.yml
driver:
primary: kernel/drivers/cursor.yml
templates:
working_set: skills/bootstrap/templates/working-set.yml
hot: skills/bootstrap/templates/hot.yml
log_output: .moollm/output.md
log_session: .moollm/session-log.md
context_files:
working_set: .moollm/working-set.yml
hot: .moollm/hot.yml
cold: .moollm/cold.yml
probe: .moollm/bootstrap-probe.yml
indices:
skills: skills/INDEX.yml
protocols: PROTOCOLS.yml
constitution: kernel/constitution-core.md
bootstrap:
card: skills/bootstrap/CARD.yml
skill: skills/bootstrap/SKILL.md
sequence:
- PROBE
- DETECT-DRIVER
- SETUP
- WARM-CONTEXT
- SELF-DESCRIBE
- STARTUP
advertisements:
- SPEED-OF-LIGHT
- POSTEL
- YAML-JAZZ
tags: [moollm, microworld, skill-repo]