Skip to content

Commit b523c34

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 826fa9f commit b523c34

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/k9-svc-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
validate:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
99
- name: Validate contractiles
1010
run: |
1111
#!/bin/bash

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,11 @@ ai-cli-crash-capture/
9797

9898
# Sync artifacts
9999
sync_report*.txt
100+
target/
101+
node_modules/
102+
_build/
103+
deps/
104+
.elixir_ls/
105+
.cache/
106+
build/
107+
dist/

docs/accessibility/STANDARD.a2ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ HAS is structured as a contractile system with three compliance levels:
228228

229229
2. Add Adjustfile.a2ml:
230230
```bash
231-
cp /var/mnt/eclipse/repos/standards/accessibility/Adjustfile.a2ml \
231+
cp /var/mnt/eclipse/repos/developer-ecosystem/standards/accessibility/Adjustfile.a2ml \
232232
.machine_readable/contractiles/adjust/
233233
```
234234

@@ -253,7 +253,7 @@ HAS is structured as a contractile system with three compliance levels:
253253
5. Document accessibility features:
254254
```bash
255255
mkdir -p docs/accessibility
256-
cp /var/mnt/eclipse/repos/standards/accessibility/README.adoc \
256+
cp /var/mnt/eclipse/repos/developer-ecosystem/standards/accessibility/README.adoc \
257257
docs/accessibility/
258258
```
259259

0 commit comments

Comments
 (0)