Commit fcd600c
authored
Smoke test workspace_swap + chat-driven confirmation in prompt (#35)
* Swap to feature workspace + chat-driven confirmation in prompt
Test of the updated swap-to-feature.prompt.md flow that moves the YES
confirmation into the chat UI instead of a live terminal prompt.
scripts/workspace_swap.py output for branch swap-file-smoke-test:
- New per-branch value set: Patterns_Variables.VariableLibrary/valueSets/
swap-file-smoke-test.json
- settings.json valueSetsOrder updated
- Patterns_Semantic_Model.SemanticModel: Direct Lake URL repointed to
feature workspace + lakehouse
- Import_Patterns_Data.Notebook: META block lakehouse dependency
repointed to feature workspace + lakehouse
.github/prompts/swap-to-feature.prompt.md updated to instruct the agent
to ask for confirmation in the chat UI (vscode_askQuestions) and then
pipe YES into the script (echo "YES" | python ...) so the terminal
never blocks on the script's interactive Confirm: prompt.
* Swap back to dev for PR readiness
Reverts the swap-file-smoke-test branch to dev IDs ahead of opening
the PR to dev. The check-pr-ready CI workflow enforces this — feature
IDs in tracked Fabric files would block the merge.
Reverted by scripts/workspace_swap.py --swap-to-dev:
- Patterns_Semantic_Model.SemanticModel/definition/expressions.tmdl
(Direct Lake URL: feature → dev)
- Import_Patterns_Data.Notebook/notebook-content.py
(META block: feature → dev)
- Patterns_Variables.VariableLibrary/valueSets/swap-file-smoke-test.json
(deleted — per-branch value set no longer needed)
- Patterns_Variables.VariableLibrary/settings.json
(swap-file-smoke-test removed from valueSetsOrder)1 parent cb29402 commit fcd600c
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments