feat: SourceAdapter pattern + SourceRegistry (#1) #8
Annotations
1 error and 1 warning
|
Check for forbidden paths
## 🚫 Forbidden files detected in PR to main
The following files must NOT be merged into `main`.
`.ai-team/` and `.squad/` are runtime team state — they belong on dev branches only.
`.ai-team-templates/` is Squad's internal planning — it belongs on dev branches only.
`team-docs/` is internal team content — it belongs on dev branches only.
`docs/proposals/` is internal design proposals — it belongs on dev branches only.
### Forbidden files found:
- `.squad/agents/bunk/history.md`
- `.squad/agents/freamon/history.md`
- `.squad/agents/kima/history.md`
- `.squad/agents/mcnulty/history.md`
- `.squad/agents/omar/history.md`
- `.squad/agents/scribe/history.md`
- `.squad/agents/stringer/history.md`
- `.squad/decisions.md`
- `.squad/decisions/inbox/copilot-directive-2026-03-12T09-17.md`
- `.squad/decisions/inbox/freamon-prd-issues.md`
- `.squad/decisions/inbox/mcnulty-issue1-plan.md`
- `.squad/decisions/inbox/stringer-issue1-sdk-design.md`
### How to fix:
```bash
# Remove tracked .ai-team/ files (keeps local copies):
git rm --cached -r .ai-team/
# Remove tracked .squad/ files (keeps local copies):
git rm --cached -r .squad/
# Remove tracked team-docs/ files:
git rm --cached -r team-docs/
# Commit the removal and push:
git commit -m "chore: remove forbidden paths from PR"
git push
```
> ⚠️ `.ai-team/` and `.squad/` are committed on `dev` and feature branches by design.
> The guard workflow is the enforcement mechanism that keeps these files off `main` and `preview`.
> `git rm --cached` untracks them from this PR without deleting your local copies.
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/github-script@v7. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Loading