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
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ branches:
required_status_checks:
strict: true
contexts:
- "test"
- "Build and Test"
enforce_admins: false
required_linear_history: false
restrictions: null
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
branches: [main]

jobs:
test:
build-and-test:
name: "Build and Test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .opencode/agents/divisor-curator.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Classify files as user-facing or internal based on path patterns:
- `cmd/` — CLI commands and flags
- `.opencode/agents/` — agent capabilities
- `.opencode/commands/` — slash commands
- `.opencode/skill/` — swarm skills
- `.opencode/skills/` — swarm skills
- `internal/scaffold/` — scaffold output (affects what `uf init` deploys)
- `AGENTS.md` — project documentation
- `README.md` — project documentation
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/review-council.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ examining the current branch and workspace:
- **Code files**: everything else (`.go`, `.ts`, `.js`,
`.py`, `go.mod`, `go.sum`, `Makefile`, `internal/`,
`cmd/`, `.opencode/agents/`, `.opencode/commands/`,
`.opencode/skill/`, `.opencode/uf/packs/`,
`.opencode/skills/`, `.opencode/uf/packs/`,
etc.)

4. **Detect the workflow tier** from the branch name:
Expand Down
Loading