Skip to content

Commit 2add3ec

Browse files
hyperpolymathclaude
andcommitted
chore: sync local state
Estate-wide chore-drift sweep committing accumulated local state (gitignore, lockfiles, dotfile tweaks, workflow SHA bumps, A2ML migration drift, doc sweeps) so the estate-wide Dependabot fix propagation can proceed without skipping this repo. No source-file edits were in scope for this commit; repos with in-flight source work were excluded and kicked back for manual review. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7aea97c commit 2add3ec

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/boj-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313

1414
- name: Trigger BoJ Server (Casket/ssg-mcp)
1515
run: |

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,11 @@ ai-cli-crash-capture/
8585
*.cmt
8686
*.cmti
8787
*.cmi
88+
target/
89+
node_modules/
90+
_build/
91+
deps/
92+
.elixir_ls/
93+
.cache/
94+
build/
95+
dist/

0 commit comments

Comments
 (0)