diff --git a/.github/workflows/.stakpak/session/auto_approve.json b/.github/workflows/.stakpak/session/auto_approve.json new file mode 100644 index 0000000..cf5af34 --- /dev/null +++ b/.github/workflows/.stakpak/session/auto_approve.json @@ -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": [] + } +} \ No newline at end of file diff --git a/.github/workflows/03-core-features--05-environment-variables.yaml b/.github/workflows/03-core-features--05-environment-variables.yaml index bcd3ad5..5f90a83 100644 --- a/.github/workflows/03-core-features--05-environment-variables.yaml +++ b/.github/workflows/03-core-features--05-environment-variables.yaml @@ -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:-}" # not set here diff --git a/.github/workflows/github.yaml b/.github/workflows/github.yaml new file mode 100644 index 0000000..e69de29 diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..caa550b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "editor.codeActionsOnSave": { + + } +} \ No newline at end of file diff --git a/03-core-features/filters/excluded-file.txt b/03-core-features/filters/excluded-file.txt index e69de29..d8212bd 100644 --- a/03-core-features/filters/excluded-file.txt +++ b/03-core-features/filters/excluded-file.txt @@ -0,0 +1 @@ +!03-core-features/filters/*.txt diff --git a/03-core-features/filters/included-file.md b/03-core-features/filters/included-file.md index e69de29..6e0c1f8 100644 --- a/03-core-features/filters/included-file.md +++ b/03-core-features/filters/included-file.md @@ -0,0 +1 @@ +03-core-features/filters/*.md