I have been writing a spec, and I have been referencing the TLA+ community modules.Right now I'm just manually copying and pasting the specs into my project so that I can use them later, but I was curious if there had been any effort in making a TLA+ package manager so that modules can be more easily shared and referenced.I got Claude to hack something together tonight, where it does a pretty basic recursive search of a deps.json (pointing to git repos) in Rust and use tree-sitter to rename the downloaded modules to have their folder namespace.It seems to work but I have fairly strong objections to pushing AI generated code to GitHub; I would rather write a "correct" version with my own fingers, based on any kind of community input.That is, unless someone has already done this work so that I don't have to?--
You received this message because you are subscribed to the Google Groups "tlaplus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlaplus+unsubscribe@xxxxxxxxxxxxxxxx.
To view this discussion visit https://groups.google.com/d/msgid/tlaplus/914eb0ca-0ebb-4f10-a0b6-0d0aecb8cd20n%40googlegroups.com.