Skip to content

Commit 427123e

Browse files
hyperpolymathclaude
andcommitted
chore: sync chore drift (docs, workflows, gitignore, a2ml)
Partial chore-sync for a repo with in-flight source changes. Only safe-to-split paths committed here (docs, workflow YAML, gitignore, a2ml migration drift). Source files and dependency manifests left uncommitted for manual review to avoid creating broken intermediate states where Cargo.toml and its dependent .rs live in different commits. Staged paths: - .gitignore - .machine_readable/contractiles/adjust/Adjustfile.a2ml - lithoglyph/.gitignore - lithoglyph/analytics/.gitignore - lithoglyph/beam/.gitignore - lithoglyph/geo/.gitignore - lithoglyph/glyphbase/.gitignore - lithoglyph/gql-dt/.gitignore - lithoglyph/lith-http/.gitignore - lithoglyph/studio/.gitignore - nqc/.gitignore - quandledb/.gitignore - quandledb/beam/.gitignore - typeql-experimental/.gitignore - verisim-core/.gitignore - verisim-modular-experiment/.gitignore - verisimdb/.gitignore Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2057f31 commit 427123e

17 files changed

Lines changed: 155 additions & 2 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,11 @@ verisimdb/verisimdb-data/
9797

9898
# asdf version manager
9999
.tool-versions
100+
target/
101+
node_modules/
102+
_build/
103+
deps/
104+
.elixir_ls/
105+
.cache/
106+
build/
107+
dist/

.machine_readable/contractiles/adjust/Adjustfile.a2ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@ These requirements ensure Burble is usable by everyone, regardless of ability.
175175
### panll-accessibility-port
176176
- description: Port PanLL's accessibility engine to Burble
177177
- status: planned
178-
- reference: /var/mnt/eclipse/repos/panll/tests/accessibility_engine_test.js
178+
- reference: /var/mnt/eclipse/repos/verification-ecosystem/panll/tests/accessibility_engine_test.js
179179
- target: Q2 2026
180180

181181
### k9-accessibility-validator
182182
- description: Integrate K9 accessibility validator
183183
- status: planned
184-
- reference: /var/mnt/eclipse/repos/panll/contractiles/k9/validators/accessibility-baseline.k9.ncl
184+
- reference: /var/mnt/eclipse/repos/verification-ecosystem/panll/contractiles/k9/validators/accessibility-baseline.k9.ncl
185185
- target: Q2 2026
186186

187187
### accessibility-testing

lithoglyph/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,8 @@ beam/native_rust/target/
110110
tests/*/node_modules/
111111
tests/*/package.json
112112
tests/*/.deno/
113+
deps/
114+
.elixir_ls/
115+
.cache/
116+
*.tmp
117+
build/

lithoglyph/analytics/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@ data/
2222
# Test artifacts
2323
coverage/
2424
*.cov
25+
target/
26+
node_modules/
27+
_build/
28+
deps/
29+
.elixir_ls/
30+
.cache/
31+
*.log
32+
*.tmp
33+
build/
34+
dist/

lithoglyph/beam/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,11 @@ htmlcov/
7777
/tmp/
7878
*.tmp
7979
*.bak
80+
target/
81+
node_modules/
82+
_build/
83+
deps/
84+
.elixir_ls/
85+
.cache/
86+
build/
87+
dist/

lithoglyph/geo/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,13 @@ config.local.toml
1919
# Test artifacts
2020
*.profraw
2121
coverage/
22+
target/
23+
node_modules/
24+
_build/
25+
deps/
26+
.elixir_ls/
27+
.cache/
28+
*.log
29+
*.tmp
30+
build/
31+
dist/

lithoglyph/glyphbase/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,11 @@ temp/
4949

5050
# Crash recovery artifacts
5151
ai-cli-crash-capture/
52+
target/
53+
_build/
54+
deps/
55+
.elixir_ls/
56+
.cache/
57+
*.tmp
58+
build/
59+
dist/

lithoglyph/gql-dt/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,13 @@ zig-out/
1515

1616
# Crash recovery artifacts
1717
ai-cli-crash-capture/
18+
target/
19+
node_modules/
20+
_build/
21+
deps/
22+
.elixir_ls/
23+
.cache/
24+
*.log
25+
*.tmp
26+
Thumbs.db
27+
dist/

lithoglyph/lith-http/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,15 @@ erl_crash.dump
2525
# Ignore package tarball (built via "mix hex.build").
2626
lith_http-*.tar
2727

28+
target/
29+
node_modules/
30+
_build/
31+
deps/
32+
.elixir_ls/
33+
.cache/
34+
*.log
35+
*.tmp
36+
.DS_Store
37+
Thumbs.db
38+
build/
39+
dist/

lithoglyph/studio/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@ deno.lock
2929
# OS
3030
.DS_Store
3131
Thumbs.db
32+
target/
33+
_build/
34+
deps/
35+
.elixir_ls/
36+
.cache/
37+
*.log
38+
*.tmp
39+
build/
40+
dist/

0 commit comments

Comments
 (0)