From 4b344621bc0cb3ed2e07a1f5ed24434b706f9c96 Mon Sep 17 00:00:00 2001 From: Joseph O'Brien <98370624+89jobrien@users.noreply.github.com> Date: Tue, 14 Apr 2026 08:54:51 -0400 Subject: [PATCH] docs: note absorption of pj into notfiles workspace --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 5411695..72d03eb 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,23 @@ Migration is gradual — shell scripts are replaced as Rust equivalents ship: --- +## Absorbing `pj` + +`pj` (89jobrien/pj) was a standalone portable dev-environment bootstrap CLI. Its functionality overlaps directly with this workspace: + +| `pj` command | `notfiles` equivalent | +|---|---| +| `pj dot` | `notfiles` (symlink engine) | +| `pj doctor` | `notstrap` prerequisites check | +| `pj sync` | `notstrap run` | +| `pj secret` | `notsecrets` | +| `pj cache` | planned `notcache` or Cargo workspace tooling | +| `pj tui` | planned TUI layer on `notstrap` | + +`pj` is archived. Its remaining functionality (cache management, TUI dashboard, git-config helper) will be folded in as those areas of the workspace mature. + +--- + ## Development ```bash