-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.yml
More file actions
56 lines (46 loc) · 1.62 KB
/
extension.yml
File metadata and controls
56 lines (46 loc) · 1.62 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
schema_version: "1.0"
extension:
id: "spec-reference-loader"
name: "Spec Reference Loader"
version: "1.0.0"
description: "Reads the ## References section from the current feature spec and loads the listed files into context"
author: "KevinBrown5280"
repository: "https://github.com/KevinBrown5280/spec-kit-spec-reference-loader"
license: "MIT"
homepage: "https://github.com/KevinBrown5280/spec-kit-spec-reference-loader"
requires:
speckit_version: ">=0.6.0"
provides:
commands:
- name: "speckit.spec-reference-loader.load"
file: "commands/speckit.spec-reference-loader.load.md"
description: "Load reference docs listed in the feature spec's ## References section"
hooks:
before_plan:
command: "speckit.spec-reference-loader.load"
optional: false
description: "Load spec references before planning"
before_tasks:
command: "speckit.spec-reference-loader.load"
optional: false
description: "Load spec references before task generation"
before_implement:
command: "speckit.spec-reference-loader.load"
optional: false
description: "Load spec references before implementation"
before_clarify:
command: "speckit.spec-reference-loader.load"
optional: false
description: "Load spec references before clarification"
before_checklist:
command: "speckit.spec-reference-loader.load"
optional: false
description: "Load spec references before checklist generation"
before_analyze:
command: "speckit.spec-reference-loader.load"
optional: false
description: "Load spec references before analysis"
tags:
- "references"
- "context"
- "docs"