Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b32f101
feat: Stage 2a — CopilotIntegration with shared template primitives
mnriem Mar 31, 2026
ebb909f
feat: Stage 2b — --integration flag, routing, agent.json, shared infra
mnriem Mar 31, 2026
5cce80f
feat: Stage 2 completion — integration scripts, integration.json, sha…
mnriem Mar 31, 2026
b481c26
refactor: rename shared manifest to speckit.manifest.json
mnriem Mar 31, 2026
d9bfbdb
fix: copilot update-context scripts reflect target architecture
mnriem Mar 31, 2026
ce754a2
fix: simplify copilot scripts — dispatcher sources common functions
mnriem Mar 31, 2026
94e7d55
fix: copilot update-context scripts are self-contained implementations
mnriem Mar 31, 2026
be1c741
docs: add Stage 7 activation note to copilot update-context scripts
mnriem Mar 31, 2026
ccf0c81
test: add complete file inventory test for copilot integration
mnriem Mar 31, 2026
944aafd
test: add PowerShell file inventory test for copilot integration
mnriem Mar 31, 2026
d1842d5
refactor: split test_integrations.py into tests/integrations/ directory
mnriem Mar 31, 2026
28e85c4
refactor: move file inventory tests from test_cli to test_copilot
mnriem Mar 31, 2026
f4ea768
fix: skip JSONC merge to preserve user settings, fix docstring
mnriem Mar 31, 2026
b7d7e0e
fix: warn user when JSONC settings merge is skipped
mnriem Mar 31, 2026
fda1671
fix: show template content when JSONC merge is skipped
mnriem Mar 31, 2026
83752cf
fix: document process_template requirement, merge scripts without rmtree
mnriem Mar 31, 2026
bf1b679
fix: don't overwrite pre-existing shared scripts or templates
mnriem Mar 31, 2026
8c78da1
fix: warn user about skipped pre-existing shared files
mnriem Mar 31, 2026
93e371e
test: add test for shared infra skip behavior on pre-existing files
mnriem Mar 31, 2026
380aca5
fix: address review — containment check, deterministic prompts, manif…
mnriem Mar 31, 2026
8184244
fix: correct PS1 function names, document SPECKIT_SOURCE_ONLY prerequ…
mnriem Mar 31, 2026
02fd12b
fix: add dict type check for settings merge, simplify PS1 to subprocess
mnriem Mar 31, 2026
0ea0181
fix: skip-write on no-op merge, bash subprocess, dynamic integration …
mnriem Mar 31, 2026
7d38b0d
fix: align path rewriting with release script, add .specify/.specify/…
mnriem Mar 31, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: add Stage 7 activation note to copilot update-context scripts
  • Loading branch information
mnriem committed Mar 31, 2026
commit be1c74105fa1d0b14b77ba936c1c91ef5d1b1dad
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# Copilot instructions file. The shared dispatcher reads
# .specify/integration.json and calls this script.
#
# NOTE: This script is not yet active. It will be activated in Stage 7
# when the shared update-agent-context.ps1 replaces its switch statement
# with integration.json-based dispatch.
#
# Sources common.ps1 and the shared update-agent-context functions,
# then calls Update-AgentFile with the copilot target path.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# Copilot instructions file. The shared dispatcher reads
# .specify/integration.json and calls this script.
#
# NOTE: This script is not yet active. It will be activated in Stage 7
# when the shared update-agent-context.sh replaces its case statement
# with integration.json-based dispatch.
#
# Sources common.sh and the shared update-agent-context functions,
# then calls update_agent_file with the copilot target path.

Expand Down