Compare commits

2 Commits

Author SHA1 Message Date
Joseph O'Brien
4b4b1df5db Merge pull request #20 from 89jobrien/chore/sort-cargo-manifests
Some checks failed
Public Repo Readiness / Check Public Repo Readiness (push) Has been cancelled
chore(manifests): sort Cargo.toml dependencies
2026-07-11 23:49:24 -04:00
Joseph O'Brien
4b344621bc docs: note absorption of pj into notfiles workspace 2026-04-14 08:54:51 -04:00

View File

@@ -265,6 +265,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 ## Development
```bash ```bash