JJ Con 2026 talk surveys version control ecosystem tools
Developer talks through jj configuration, commands, and integrations; jj bisect and bookmark features now bundled into core.
What to know
- JJ has integrated previously external capabilities—bisect automation and bookmark advancement—into its core, reducing friction for version control workflows.
- The jj ecosystem supports deep customization through templates, revsets, and aliases that can chain together complex automation without external tools.
- The JJ Con 2026 talk consolidates jj ecosystem documentation and tooling advice that was previously scattered across official docs, wikis, and community repositories.
Andre Arko Developer, JJ Con 2026 speakerSteve Klabnik jj core maintainerjj project Version control system
How it unfolded 2 developments, newest first · click a bar or a number to jump posts
-
2
Post reaches Hacker News
The same talk was posted to Hacker News, reaching readers there with 3 points by September 21.
-
1
Talk published and shared on Lobsters
The "Beyond jj" talk was shared on Lobsters with 90 points and 3 comments.
“I'm happy to report that today we don't need tug anymore, because jj bookmark advance now do the same thing that tug used to do.”
— Andre Arko, JJ Con 2026 speaker · source -
background
Arko describes jj run and configuration patterns — The talk covers jj run for executing scripts across a revset, custom templates, revsets, and aliases. Arko emphasizes that substantial automation is possible through pure jj configuration without external tools.
-
background
Arko highlights capabilities baked into jj core — The speaker reports that jj has incorporated several features previously requiring external scripts or wrapper tools. Specifically, jj bookmark advance now replaces the need for the jj tug alias, and jj bisect run handles automated bisection without external tooling.
-
background
Andre Arko talks jj ecosystem at JJ Con 2026 — A talk titled "Beyond jj: config & tools ecosystem" was presented at JJ Con 2026, surveying jj configurations and tooling across the community. The talk follows up on a similar talk from the prior year.