-
Notifications
You must be signed in to change notification settings - Fork 292
Expand file tree
/
Copy pathmanifest.json
More file actions
63 lines (63 loc) · 2.22 KB
/
Copy pathmanifest.json
File metadata and controls
63 lines (63 loc) · 2.22 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
54
55
56
57
58
59
60
61
62
63
{
"version": "0.4.0-beta.5",
"skills": [
"comet/SKILL.md",
"comet/reference/auto-transition.md",
"comet/reference/comet-yaml-fields.md",
"comet/reference/context-recovery.md",
"comet/reference/debug-gate.md",
"comet/reference/decision-point.md",
"comet/reference/dirty-worktree.md",
"comet/reference/file-structure.md",
"comet/reference/intent-frame.md",
"comet/reference/scripts.md",
"comet/reference/subagent-dispatch.md",
"comet-any/SKILL.md",
"comet-any/reference/authoring-subagents.md",
"comet-any/reference/authored-zone-example.md",
"comet-any/reference/bundle-authoring.md",
"comet-any/reference/eval-provider.md",
"comet-any/reference/subagents/script-author.md",
"comet-any/reference/subagents/reference-author.md",
"comet-any/reference/subagents/workflow-entry-author.md",
"comet-any/reference/subagents/skill-core-author.md",
"comet-any/reference/subagents/pause-points-author.md",
"comet-any/reference/subagents/skill-reviewer.md",
"comet/scripts/comet-runtime.mjs",
"comet/scripts/comet-env.mjs",
"comet/scripts/comet-guard.mjs",
"comet/scripts/comet-state.mjs",
"comet/scripts/comet-handoff.mjs",
"comet/scripts/comet-archive.mjs",
"comet/scripts/comet-yaml-validate.mjs",
"comet/scripts/comet-hook-guard.mjs",
"comet/scripts/comet-intent.mjs",
"comet/scripts/comet-resume-probe.mjs",
"comet-open/SKILL.md",
"comet-design/SKILL.md",
"comet-build/SKILL.md",
"comet-verify/SKILL.md",
"comet-archive/SKILL.md",
"comet-hotfix/SKILL.md",
"comet-tweak/SKILL.md"
],
"internalSkills": [
"comet/runtime/classic/skill.yaml",
"comet/runtime/classic/guardrails.yaml",
"comet/runtime/classic/checks.yaml"
],
"rules": [
"comet/rules/comet-phase-guard.md",
"comet/rules/comet-phase-guard.en.md"
],
"hooks": {
"comet/scripts/comet-hook-guard.mjs": {
"matcher": "Write|Edit",
"description": "Block code writes in wrong Comet phase (open/design/archive)"
}
},
"languages": [
{ "id": "en", "name": "English", "skillsDir": "skills", "artifactLanguage": "en" },
{ "id": "zh", "name": "中文", "skillsDir": "skills-zh", "artifactLanguage": "zh-CN" }
]
}