-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskeleton.toml
More file actions
52 lines (48 loc) · 1.02 KB
/
Copy pathskeleton.toml
File metadata and controls
52 lines (48 loc) · 1.02 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
# https://github.com/csark0812/skeleton — root config (preferred over .skeleton/config.yaml)
daysUntilStale = 180
[scan]
include = [
"README.md",
"AGENTS.md",
"docs/**",
".skeleton/registry.md",
"agent-suites/README.md",
"council/**",
"code-review/**",
"review-walkthrough/**",
"grill/**",
"second-opinion/**",
"probe/**",
"tdd/**",
"prototype/**",
"domain-model/**",
"handoff/**",
"refactor-companion/**",
"refine-agent-work/**",
]
exclude = [
"references/**",
"**/references/**",
# Install mirrors for Cursor/Codex — SSOT is flat <slug>/; do not treat as registry rows.
".agents/skills/**",
".claude/skills/**",
]
[deny]
paths = []
# Hub owns tip bodies even though skills-lock.json uses sourceType: github (install identity).
[skillOwnership]
lockfile = "skills-lock.json"
ownedSlugs = [
"council",
"code-review",
"review-walkthrough",
"grill",
"second-opinion",
"probe",
"tdd",
"prototype",
"domain-model",
"handoff",
"refactor-companion",
"refine-agent-work",
]