-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.silver-bullet.json
More file actions
73 lines (73 loc) · 2.6 KB
/
.silver-bullet.json
File metadata and controls
73 lines (73 loc) · 2.6 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
64
65
66
67
68
69
70
71
72
73
{
"config_version": "0.12.1",
"version": "0.11.0",
"project": {
"name": "Kay",
"src_pattern": "/crates/",
"src_exclude_pattern": "__tests__|\\.test\\.",
"active_workflow": "full-dev-cycle"
},
"skills": {
"required_planning": [
"silver-quality-gates"
],
"required_deploy": [
"silver-quality-gates",
"code-review", "requesting-code-review", "receiving-code-review",
"testing-strategy",
"finishing-a-development-branch",
"silver-create-release",
"verification-before-completion",
"test-driven-development"
],
"required_deploy_devops": [
"silver-blast-radius",
"devops-quality-gates",
"code-review", "requesting-code-review", "receiving-code-review",
"testing-strategy", "documentation",
"finishing-a-development-branch", "deploy-checklist",
"silver-create-release",
"verification-before-completion",
"test-driven-development", "tech-debt",
"review-loop-pass-1", "review-loop-pass-2"
],
"all_tracked": [
"silver-quality-gates", "silver-blast-radius", "devops-quality-gates", "devops-skill-router",
"design-system", "ux-copy",
"architecture", "system-design",
"code-review", "requesting-code-review", "receiving-code-review",
"testing-strategy", "documentation",
"finishing-a-development-branch", "deploy-checklist",
"silver-create-release",
"modularity", "reusability", "scalability", "security",
"reliability", "usability", "testability", "extensibility",
"silver-forensics", "silver-init",
"verification-before-completion",
"test-driven-development", "tech-debt", "accessibility-review", "incident-response",
"gsd-new-project", "gsd-new-milestone", "gsd-discuss-phase", "gsd-plan-phase",
"gsd-execute-phase", "gsd-verify-work", "gsd-ship", "gsd-debug",
"gsd-ui-phase", "gsd-ui-review", "gsd-secure-phase"
],
"forbidden": []
},
"devops_plugins": {
"hashicorp": false,
"awslabs": false,
"pulumi": false,
"devops-skills": false,
"wshobson": false
},
"state": {
"state_file": "~/.claude/.silver-bullet/state",
"trivial_file": "~/.claude/.silver-bullet/trivial"
},
"compactPrompt": "When compacting, preserve all rules and workflow steps from silver-bullet.md verbatim. Do not summarize skill names, ordering constraints, anti-skip rules, or enforcement layer descriptions.",
"semantic_compression": {
"enabled": true,
"context_budget_kb": 50,
"min_file_size_bytes": 3072,
"chunk_size_bytes": 1024,
"top_chunks_per_file": 3,
"debug": false
}
}