A fork of mtelver's day10 project

Point jtw-tools defaults to jonnyfiveisonline fork enhancements branch

The js_top_worker packages are published on the fork, not upstream.
Update default --jtw-tools-repo and --jtw-tools-branch accordingly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+4 -4
+4 -4
bin/main.ml
··· 1433 1433 Arg.(value & opt string "master" & info [ "doc-tools-branch" ] ~docv:"BRANCH" ~doc) 1434 1434 1435 1435 let jtw_tools_repo_term = 1436 - let doc = "Git repository for js_top_worker tools (default: https://github.com/jonludlam/js_top_worker.git)" in 1437 - Arg.(value & opt string "https://github.com/jonludlam/js_top_worker.git" & info [ "jtw-tools-repo" ] ~docv:"URL" ~doc) 1436 + let doc = "Git repository for js_top_worker tools (default: https://github.com/jonnyfiveisonline/js_top_worker.git)" in 1437 + Arg.(value & opt string "https://github.com/jonnyfiveisonline/js_top_worker.git" & info [ "jtw-tools-repo" ] ~docv:"URL" ~doc) 1438 1438 1439 1439 let jtw_tools_branch_term = 1440 - let doc = "Git branch for js_top_worker tools (default: main)" in 1441 - Arg.(value & opt string "main" & info [ "jtw-tools-branch" ] ~docv:"BRANCH" ~doc) 1440 + let doc = "Git branch for js_top_worker tools (default: enhancements)" in 1441 + Arg.(value & opt string "enhancements" & info [ "jtw-tools-branch" ] ~docv:"BRANCH" ~doc) 1442 1442 1443 1443 let html_output_term = 1444 1444 let doc = "Shared HTML output directory for all documentation (enables doc generation for all packages)" in