You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(rename): julia-the-viper -> jtv (rebuilt on pure-coordinator main)
Rebases #87 onto current main, which removed all language submodules
(9c26f95) — so the original submodule rename is obsolete. This is the
doc/config rename only:
- julia-the-viper -> jtv (slug) and Julia the Viper / Julia-the-Viper -> JtV
(prose) across the language catalogue, wiki, stapeln.toml + opsm.toml
build/target layers, language-status-tracker.jl, ECOSYSTEM.a2ml,
0-AI-MANIFEST.a2ml, and docs.
- git mv languages/julia-the-viper.md -> languages/jtv.md and
wiki/languages/julia-the-viper.md -> wiki/languages/jtv.md (+ referrers).
- README "Projects" entry heading collapsed to "=== JtV".
No .gitmodules / submodule changes — main no longer has any.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BJmfoz1ZS1Pejy9LLMY742
Copy file name to clipboardExpand all lines: PANIC-ATTACK-TRIAGE.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,14 +102,14 @@ take many sessions.
102
102
| 6 | `my-lang/crates/my-mir/src/lib.rs` | **Keep but document.** All 6 are `.expect("internal error: ...")` invariant checks on graph indices. These are legitimate invariant panics; converting to `Result` would propagate a condition the caller cannot meaningfully handle. Recommend adding a comment at each site explaining the invariant, not rewriting.
103
103
| 8 | `my-lang/my-ssg/src/main.rs` | **Tractable follow-up.** `main` can return `Result<(), Box<dyn Error>>` and use `?` on the `fs::write` calls. ~30 minutes of work.
104
104
| 6 | `my-lang/tests/property_tests.rs` | **Skip.** Test file.
105
-
| ~20 across ephapax, betlang, phronesis, eclexia, affinescript, oblibeny, julia-the-viper, wokelang parser/runtime files | Each submodule has its own PanicPath cluster | **Per-language follow-ups.** Each should be a dedicated session inside the respective repo.
105
+
| ~20 across ephapax, betlang, phronesis, eclexia, affinescript, oblibeny, jtv, wokelang parser/runtime files | Each submodule has its own PanicPath cluster | **Per-language follow-ups.** Each should be a dedicated session inside the respective repo.
0 commit comments