Skip to content

Commit 31ac301

Browse files
author
Terraphim AI
committed
chore: wip merge for main
Signed-off-by: Terraphim AI <ai@terraphim.ai>
1 parent 6cd494f commit 31ac301

247 files changed

Lines changed: 4291 additions & 7508 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/types/util-types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,3 @@ export const messageSchema = z
201201
}),
202202
)
203203
export type Message = z.infer<typeof messageSchema>
204-

.github/workflows/claude-code-review.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
# github.event.pull_request.user.login == 'external-contributor' ||
1818
# github.event.pull_request.user.login == 'new-developer' ||
1919
# github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR'
20-
20+
2121
runs-on: ubuntu-latest
2222
permissions:
2323
contents: read
2424
pull-requests: read
2525
issues: read
2626
id-token: write
27-
27+
2828
steps:
2929
- name: Checkout repository
3030
uses: actions/checkout@v4
@@ -43,12 +43,11 @@ jobs:
4343
- Performance considerations
4444
- Security concerns
4545
- Test coverage
46-
46+
4747
Use the repository's CLAUDE.md for guidance on style and conventions. Be constructive and helpful in your feedback.
4848
4949
Use `gh pr comment` with your Bash tool to leave your review as a comment on the PR.
50-
50+
5151
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
5252
# or https://docs.anthropic.com/en/docs/claude-code/sdk#command-line for available options
5353
claude_args: '--allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"'
54-

.github/workflows/claude.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: anthropics/claude-code-action@v1
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
38-
38+
3939
# This is an optional setting that allows Claude to read CI results on PRs
4040
additional_permissions: |
4141
actions: read
@@ -47,4 +47,3 @@ jobs:
4747
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
4848
# or https://docs.anthropic.com/en/docs/claude-code/sdk#command-line for available options
4949
# claude_args: '--model claude-opus-4-1-20250805 --allowed-tools Bash(gh pr:*)'
50-

0 commit comments

Comments
 (0)