brainstorming branch globs and task format cleanup

b3ebf3dd8b1950b122834b3468639a7f951ab881

Tucker McKnight <tucker@pangolin.lan> | Sun Jan 11 2026

brainstorming branch globs and task format cleanup
wiki/index.md:0
Before
After
wiki/projects/clone-early.md:0
Before





⁣
⁣
⁣
⁣
⁣
⁣
⁣
After
-1
0
1
2
3
4
5
# Clone Early

> Goal: Repoviewer should clone its own copy of the repository in
> a "before" hook, instead of an "after" hook. Then it should use
> that copy of the repo for all of its operations when generating
> the site. This is also the point where it can figure out which
> branches match the user's provided branch glob names. (See
> [branch globs project](./branch-globs.md.html).)
wiki_and_tasks/tasks/branch-globs.md:1
Before
0
1
2
3
# Branch Globs

> Goal: allow users to specify a glob pattern (like `deploy/**`) instead of spelling out every branch name that will be included in their repository.

Git branch: `branch-globs`
After


⁣
⁣
⁣
⁣