21 lines
893 B
YAML
21 lines
893 B
YAML
# Coding Agent Context Extension Configuration
|
|
# These values are populated automatically by `specify init` and
|
|
# `specify integration use` / `specify integration install`.
|
|
|
|
# Path (relative to the project root) to the default coding agent context file
|
|
# managed by this extension (e.g. CLAUDE.md, AGENTS.md,
|
|
# .github/copilot-instructions.md). Set automatically from the active
|
|
# integration and regenerated during `specify init` or integration switches.
|
|
context_file: ""
|
|
|
|
# Optional list of project-relative coding agent context files managed by this
|
|
# extension. When non-empty, this list takes precedence over `context_file`.
|
|
# Use this for projects that intentionally keep multiple agent anchors in sync.
|
|
context_files: []
|
|
|
|
# Delimiters for the managed Spec Kit section.
|
|
# Edit these to use custom markers.
|
|
context_markers:
|
|
start: "<!-- SPECKIT START -->"
|
|
end: "<!-- SPECKIT END -->"
|