Skip to content
Closed
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
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jobs:

- name: Check generated output and repository content
run: npm run check

# Smoke test: proving the App token can push changes under .github/workflows/. Do not merge.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ claude_desktop_config.json
**/.cursor/mcp.json
**/.kiro/settings/mcp.json
**/.agents/mcp_config.json

# Smoke test: exercising the publish write path. Do not merge.
Loading