Skip to content

Commit 17e5440

Browse files
authored
Codebase Chore (#28)
This PR - cleans up the specs and AI instructions - update README - bumped dependencies - remove redundant defs in xcode scheme
1 parent 5bc3141 commit 17e5440

File tree

28 files changed

+9
-2161
lines changed

28 files changed

+9
-2161
lines changed

.claude/commands/openspec/apply.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

.claude/commands/openspec/archive.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

.claude/commands/openspec/proposal.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

.gemini/commands/openspec/apply.toml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.gemini/commands/openspec/archive.toml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.gemini/commands/openspec/proposal.toml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/prompts/openspec-apply.prompt.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/prompts/openspec-archive.prompt.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/prompts/openspec-proposal.prompt.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
1818
runs-on: macOS-26
1919
env:
20-
DEVELOPER_DIR: "/Applications/Xcode_26.0.app/Contents/Developer"
20+
DEVELOPER_DIR: "/Applications/Xcode_26.1.app/Contents/Developer"
2121
steps:
2222
- uses: actions/checkout@v6
2323
with:
@@ -30,4 +30,4 @@ jobs:
3030
brew install jemalloc
3131
- name: Run Parsing Benchmarks
3232
run: |
33-
xcrun swift package benchmark --format markdown >> $GITHUB_STEP_SUMMARY
33+
xcrun swift package benchmark --no-progress --format markdown >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)