docs(reconcile): update old pijultester names in instructions to the new ani name

Chasesomero
Mar 7, 2026, 2:45 PM
U4FS7LIU6JQRPIIVBN6QGXKOEU57ZF7J27Y74AKLVXFVDAE5CHOAC

Dependencies

  • [2] ZHWYHIOH feat(pijul-qol): have copilot make script to show change messages beside changes, in pijul credit output
  • [3] XUNF6O2C feat(pijul-qol): a record script that surfaces past tags to frontload organization a little
  • [4] F435FWSF feat(pijul-qol:move-to-zero): move to laravel zero, why not?
  • [5] WNLMHTPQ feat(pijul-qol:move-to-zero): two new commands, to try make intent-tag discovery easier
  • [6] TNNBD7ZM feat(pijul-qol:zero-live-search): make search live from zero side. Next idea would be to kinda list out the intent tags with what changes group in them or something.
  • [7] RVCFE3CZ feat(pijul-qol:zero-live-search): polish functionality to get it to atually working. fix errors, make tests thtually work
  • [8] PHV2QDRE replace readme with my own notes
  • [9] 32ICZXL4 init laravel zero for fun

Change contents

  • replacement in README.md at line 9
    [2.32][4.19018:19151]()
    Use `./pijultester pijul:credit-with-messages` to keep `pijul credit` output intact while showing each hash's change message inline.
    [2.32]
    [2.159]
    Use `./ani pijul:credit-with-messages` to keep `pijul credit` output intact while showing each hash's change message inline.
  • replacement in README.md at line 14
    [2.178][4.19152:19203]()
    ./pijultester pijul:credit-with-messages README.md
    [2.178]
    [3.0]
    ./ani pijul:credit-with-messages README.md
  • replacement in README.md at line 19
    [3.39][4.19204:19334]()
    Use `./pijultester pijul:record-with-intent-tags` to reuse intent tags from recent `pijul log` messages while recording a change.
    [3.39]
    [3.163]
    Use `./ani pijul:record-with-intent-tags` to reuse intent tags from recent `pijul log` messages while recording a change.
  • replacement in README.md at line 29
    [3.486][4.19578:19728]()
    ./pijultester pijul:record-with-intent-tags
    ./pijultester pijul:record-with-intent-tags --all
    ./pijultester pijul:record-with-intent-tags --list-tags
    [3.486]
    [7.21843]
    ./ani pijul:record-with-intent-tags
    ./ani pijul:record-with-intent-tags --all
    ./ani pijul:record-with-intent-tags --list-tags
  • replacement in README.md at line 44
    [5.8522][5.8522:8652]()
    Use `./pijultester pijul:list-intent-tags` to print one unique intent tag per line, which makes it easy to pipe into shell tools.
    [5.8522]
    [5.8652]
    Use `./ani pijul:list-intent-tags` to print one unique intent tag per line, which makes it easy to pipe into shell tools.
  • replacement in README.md at line 46
    [5.8653][5.8653:8745]()
    Use `./pijultester pijul:search-intent-tags` for built-in substring search over those tags.
    [5.8653]
    [6.4935]
    Use `./ani pijul:search-intent-tags` for built-in substring search over those tags.
  • replacement in README.md at line 52
    [5.8765][5.8765:8976]()
    ./pijultester pijul:list-intent-tags
    ./pijultester pijul:list-intent-tags --limit=50 | fzf
    ./pijultester pijul:search-intent-tags zero --limit=50
    ./pijultester pijul:search-intent-tags 'feat(pijul-qol)' --exact
    [5.8765]
    [5.8976]
    ./ani pijul:list-intent-tags
    ./ani pijul:list-intent-tags --limit=50 | fzf
    ./ani pijul:search-intent-tags zero --limit=50
    ./ani pijul:search-intent-tags 'feat(pijul-qol)' --exact