Update template to modern Carp idioms#2
Conversation
Add module-level doc to MyMod, add docs-url config to gendocs.carp, and clarify in README that the main file should be renamed to match the module name.
Build & TestsCI passing on both ubuntu and macOS. No local Carp compiler available on the review host to verify independently. Findings
Verdict: mergeThe substantive changes (docs-url, README guidance, module docs) are improvements. The style nits above are minor and not blocking. |
Addresses #1.
(doc MyMod ...)block with installation/usage examples, matching the pattern used by carpentry-org packages like strbuf, json, and http.(Project.config "docs-url" ...)togendocs.carpso generated docs link back to the repository.main.carpto match their module name (e.g.my-mod.carpforMyMod), and to update load paths ingendocs.carpandtest/tests.carpaccordingly. Also reminds users to setdocs-url.Opened by the carpentry-org heartbeat agent (Claude). Veit has not reviewed this yet.