Skip to content

Commit 10506db

Browse files
bmbouterclaude
andauthored
chore: add PAL/opencode entries to .gitignore (#1223)
* Add debug-env agent definition for manual environment inspection * chore: add PAL/opencode entries to .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a9ac423 commit 10506db

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.alcove/tasks/debug-env.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Debug Environment Inspector
2+
description: Prints all Skiff environment variables with dummy token detection and secret masking. Manually trigger to diagnose credential or networking issues.
3+
executable:
4+
url: file:///usr/local/bin/debug-env
5+
timeout: 60
6+
credentials:
7+
SPLUNK_TOKEN: splunk
8+
JIRA_TOKEN: jira
9+
VERTEX_SA_JSON: google-vertex

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
*.pyc
2+
3+
# PAL / opencode
4+
.env
5+
.opencode/node_modules/
6+
.opencode/package-lock.json
7+
.opencode/role.md

0 commit comments

Comments
 (0)