Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/skills/setup-steward/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ when_to_use: |
maintenance: "upgrade steward", "verify steward setup",
"check steward drift", "the snapshot is stale".
argument-hint: "[adopt|upgrade|worktree-init|verify|override skill-name|unadopt]"
capability: capability:setup
license: Apache-2.0
---

Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@ dev/registry/providers.json
# detect drift.
/.apache-steward.local.lock

# Per-machine session-state file. Records adopter-local persistence
# anchors written by steward skills (e.g. the session-history gist
# URL written by pr-management-triage Step 6b, per
# https://github.com/apache/airflow-steward/pull/343).
/.apache-steward.session-state.json

# Per-machine project-scope Claude Code settings (sandbox-allowlist
# absolute paths written by sandbox-add-project-root.sh; per
# https://github.com/apache/airflow-steward/issues/197).
Expand Down
Loading