From 59dc8367761253cf5cab4dc47666cd7858a91d52 Mon Sep 17 00:00:00 2001 From: Airdrop Celestia Confirmed Date: Tue, 20 Jan 2026 16:01:06 +0100 Subject: [PATCH 1/6] Added a new file path --- 03-core-features/filters/excluded-file.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/03-core-features/filters/excluded-file.txt b/03-core-features/filters/excluded-file.txt index e69de29..6e0c1f8 100644 --- a/03-core-features/filters/excluded-file.txt +++ b/03-core-features/filters/excluded-file.txt @@ -0,0 +1 @@ +03-core-features/filters/*.md From 0ce3621234d1891de97341368ca5e4178e64faa6 Mon Sep 17 00:00:00 2001 From: Airdrop Celestia Confirmed Date: Tue, 20 Jan 2026 16:01:44 +0100 Subject: [PATCH 2/6] Add included-file.md to filters directory --- 03-core-features/filters/included-file.md | 1 + 1 file changed, 1 insertion(+) 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 From 0c646d4747ae1079d84bd012b9d26ecdf124b51a Mon Sep 17 00:00:00 2001 From: Airdrop Celestia Confirmed Date: Tue, 20 Jan 2026 16:02:33 +0100 Subject: [PATCH 3/6] Update excluded-file.txt to exclude .txt files --- 03-core-features/filters/excluded-file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-core-features/filters/excluded-file.txt b/03-core-features/filters/excluded-file.txt index 6e0c1f8..d8212bd 100644 --- a/03-core-features/filters/excluded-file.txt +++ b/03-core-features/filters/excluded-file.txt @@ -1 +1 @@ -03-core-features/filters/*.md +!03-core-features/filters/*.txt From f8e1aa1840ff42dcb148d8ddae57baef09a6669f Mon Sep 17 00:00:00 2001 From: obasoro olakunle Date: Tue, 20 Jan 2026 17:01:57 +0100 Subject: [PATCH 4/6] changed step 2 to step 1 --- .../workflows/03-core-features--05-environment-variables.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 2778ebab11a7b5da5d409840321fc818b6c5ffc5 Mon Sep 17 00:00:00 2001 From: obasoro olakunle Date: Tue, 20 Jan 2026 17:11:09 +0100 Subject: [PATCH 5/6] Add .stakpak and .vscode directories --- .../.stakpak/session/auto_approve.json | 27 +++++++++++++++++++ .vscode/settings.json | 5 ++++ 2 files changed, 32 insertions(+) create mode 100644 .github/workflows/.stakpak/session/auto_approve.json create mode 100644 .vscode/settings.json 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/.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 From 8afb5203e5b32a074557784bc21d3e636d4fc589 Mon Sep 17 00:00:00 2001 From: obasoro olakunle Date: Thu, 22 Jan 2026 16:39:49 +0100 Subject: [PATCH 6/6] added --- .github/workflows/github.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .github/workflows/github.yaml diff --git a/.github/workflows/github.yaml b/.github/workflows/github.yaml new file mode 100644 index 0000000..e69de29