@@ -35,8 +35,8 @@ Go straight to the first standalone package if you already know what you want: |
| 35 | 35 | - [fgof-jobs](https://github.com/FortranGoingOnForty/fgof-jobs) |
| 36 | 36 | - [fgof-devloop](https://github.com/FortranGoingOnForty/fgof-devloop) |
| 37 | 37 | |
| 38 | | -The current active library target is `fgof-devloop`, with `fgof-archive` |
| 39 | | -and `fgof-snapshot` close behind in the backlog. |
| 38 | +The most recently released library target is `fgof-devloop`, with |
| 39 | +`fgof-archive` and `fgof-snapshot` close behind in the backlog. |
| 40 | 40 | |
| 41 | 41 | If you want local comparison checkouts for already-served or deferred areas, |
| 42 | 42 | use `./scripts/sync-refs.sh` to populate `.refs/` from the curated reference |
@@ -89,7 +89,7 @@ lib-modules/ |
| 89 | 89 | |
| 90 | 90 | | Package | Status | Repo Model | Notes | |
| 91 | 91 | | --- | --- | --- | --- | |
| 92 | | -| [`fgof-process`](https://github.com/FortranGoingOnForty/fgof-process) | released `v0.1.0` + trunk fix | standalone repo + submodule | POSIX-first process helpers, mounted at `packages/fgof-process` | |
| 92 | +| [`fgof-process`](https://github.com/FortranGoingOnForty/fgof-process) | released `v0.1.1` | standalone repo + submodule | POSIX-first process helpers, mounted at `packages/fgof-process` | |
| 93 | 93 | | [`fgof-fs`](https://github.com/FortranGoingOnForty/fgof-fs) | released `v0.1.0` | standalone repo + submodule | filesystem and path helpers, mounted at `packages/fgof-fs` | |
| 94 | 94 | | [`fgof-pty`](https://github.com/FortranGoingOnForty/fgof-pty) | released `v0.1.0` | standalone repo + submodule | POSIX-first PTY helpers, mounted at `packages/fgof-pty` | |
| 95 | 95 | | [`fgof-lineedit`](https://github.com/FortranGoingOnForty/fgof-lineedit) | released `v0.1.0` | standalone repo + submodule | Fortran-native line editing helpers, mounted at `packages/fgof-lineedit` | |
@@ -104,7 +104,7 @@ lib-modules/ |
| 104 | 104 | | [`fgof-clipboard`](https://github.com/FortranGoingOnForty/fgof-clipboard) | released `v0.1.0` | standalone repo + submodule | clipboard text helpers, mounted at `packages/fgof-clipboard` | |
| 105 | 105 | | [`fgof-screen`](https://github.com/FortranGoingOnForty/fgof-screen) | released `v0.1.0` | standalone repo + submodule | virtual screen buffer helpers, mounted at `packages/fgof-screen` | |
| 106 | 106 | | [`fgof-jobs`](https://github.com/FortranGoingOnForty/fgof-jobs) | released `v0.1.0` | standalone repo + submodule | background job and wait-model helpers, mounted at `packages/fgof-jobs` | |
| 107 | | -| [`fgof-devloop`](https://github.com/FortranGoingOnForty/fgof-devloop) | in development, Sprint 05 | standalone repo + submodule | watch-driven development loop helpers, mounted at `packages/fgof-devloop` | |
| 107 | +| [`fgof-devloop`](https://github.com/FortranGoingOnForty/fgof-devloop) | released `v0.1.0` | standalone repo + submodule | watch-driven development loop helpers, mounted at `packages/fgof-devloop` | |
| 108 | 108 | |
| 109 | 109 | As packages are created: |
| 110 | 110 | |