Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
27 changes: 27 additions & 0 deletions .github/workflows/.stakpak/session/auto_approve.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"enabled": false,
"default_policy": "Prompt",
"tools": {
"view": "Auto",
"run_command_task": "Prompt",
"create": "Prompt",
"subagent_task": "Prompt",
"get_all_tasks": "Auto",
"wait_for_tasks": "Auto",
"search_memory": "Auto",
"read_rulebook": "Auto",
"str_replace": "Prompt",
"get_task_details": "Auto",
"generate_password": "Auto",
"local_code_search": "Auto",
"run_command": "Prompt",
"search_docs": "Auto",
"cancel_task": "Prompt",
"generate_code": "Prompt"
},
"command_patterns": {
"safe_readonly": [],
"sensitive_destructive": [],
"interactive_required": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
job-2:
runs-on: ubuntu-24.04
steps:
- name: Inspect scopes job 2 step 2
- name: Inspect scopes job 2 step 1
run: |
echo "WORKFLOW_VAR: $WORKFLOW_VAR" # still visible
echo "JOB_VAR: ${FOO:-<UNSET>}" # not set here
Expand Down
Empty file added .github/workflows/github.yaml
Empty file.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"editor.codeActionsOnSave": {

}
}
1 change: 1 addition & 0 deletions 03-core-features/filters/excluded-file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!03-core-features/filters/*.txt
1 change: 1 addition & 0 deletions 03-core-features/filters/included-file.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
03-core-features/filters/*.md