Skip to content

Commit d73fc9f

Browse files
docs(agent-context): fix GitHub casing, clarify config
- Fix "Github" -> "GitHub" casing in README issues link - Clarify agent-context-config.yml comments on context_file/context_files behavior and precedence
1 parent 3379a45 commit d73fc9f

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

extensions/agent-context/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ pip install pyyaml
8181

8282
## Issues
8383

84-
For any other issues, please create an issue in the [official Github repo](https://github.com/github/spec-kit/issues).
84+
For any other issues, please create an issue in the [official GitHub repo](https://github.com/github/spec-kit/issues).

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Coding Agent Context Extension Configuration
2-
# These values are populated automatically by `specify init` and `specify integration use` / `specify integration install`.
32

4-
# WHAT: Single Project-relative path to the main coding agent context file.
5-
# REQUIREMENT: OPTIONAL. If you leave this entry blank, the bundled update scripts will automatically fill this in based on the active integration's key.
3+
# WHAT: Single project relative path to the main coding agent context file.
4+
# REQUIREMENT: OPTIONAL. Use this if you want to manually specify a single context file. If you leave this entry blank, it will use the default context file for the coding agent you picked when you set up Spec Kit. See `agent-context-defaults.json` for the defaults.
65
# EXAMPLE: context_file: CLAUDE.md
76
context_file: ""
87

9-
# WHAT: List of project-relative coding agent context file paths managed by this extension. If you have both `context_file` and `context_files`, then `context_files` takes precedence.
10-
# REQUIREMENT: OPTIONAL. Use this if your project requires you to keep multiple agent files in sync.
8+
# WHAT: List of project relative paths to the coding agent context files. If you have both `context_file` and `context_files` filled, then this(`context_files`) takes precedence.
9+
# REQUIREMENT: OPTIONAL. Use this if your project requires you to keep multiple agent context files in sync.
1110
# EXAMPLE:
1211
# context_files:
1312
# - AGENTS.md

0 commit comments

Comments
 (0)