Skip to content

Commit ce351f8

Browse files
docs(agent-context): clarify install and marker requirement
- README: clarify install command must be run from an initialized Spec Kit project root - config: correct context_markers requirement from REQUIRED to OPTIONAL
1 parent 902e4ba commit ce351f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/agent-context/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Not every Spec Kit user wants Spec Kit to write into the coding agent's context
1717

1818
## Installation
1919

20-
To install the extension, run the following command after installing Spec Kit.
20+
To install the extension, from the root of an initialized Spec Kit project, run:
2121

2222
```bash
2323
specify extension add agent-context

extensions/agent-context/agent-context-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ context_file: ""
1414
context_files: []
1515

1616
# WHAT: Markers (Delimiters) for the managed Spec Kit section. All information injected by this extension will only be done in between these markers.
17-
# REQUIREMENT: REQUIRED. Only change if you wish to have a custom marker name.
17+
# REQUIREMENT: OPTIONAL. Only change if you wish to have a custom marker name.
1818
# EXAMPLE:
1919
# context_markers:
2020
# start: "<!-- AGENT SPEC KIT CONTEXT START -->"

0 commit comments

Comments
 (0)