bullswarm 0.28.7 → 0.28.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +117 -898
- package/docs/_config.yml +7 -0
- package/docs/guide/dashboard.md +188 -0
- package/docs/guide/doctrine.md +59 -0
- package/docs/guide/entry-points.md +71 -0
- package/docs/guide/getting-started.md +51 -0
- package/docs/guide/operations.md +132 -0
- package/docs/guide/repository-operations.md +15 -0
- package/docs/guide/routing.md +140 -0
- package/docs/guide/strategy.md +169 -0
- package/docs/guide/workflows.md +273 -0
- package/docs/index.md +52 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# bullswarm changelog
|
|
2
2
|
|
|
3
|
+
## 0.28.8 — a README for visitors and a documentation site
|
|
4
|
+
|
|
5
|
+
- docs: README rewritten for external visitors landing on the GitHub page —
|
|
6
|
+
pitch, why it exists, install, quick start, how routing picks a pool, and
|
|
7
|
+
what a run gives back — with the detailed reference material moved to a
|
|
8
|
+
GitHub Pages site under `docs/`: `guide/entry-points`, `guide/doctrine`,
|
|
9
|
+
`guide/getting-started`, `guide/strategy`, `guide/workflows`,
|
|
10
|
+
`guide/operations`, `guide/dashboard`, `guide/repository-operations`, and
|
|
11
|
+
`guide/routing`. Terms a newcomer would trip on (pool, lane, kernel,
|
|
12
|
+
envelope, rung) are defined on first use; the 5-hour gate is documented as
|
|
13
|
+
clock-relative. The site needs the repository owner to enable Pages
|
|
14
|
+
(Settings → Pages → deploy from branch `main`, folder `/docs`) before
|
|
15
|
+
`https://cowcow02.github.io/bullswarm/` serves it; until then the same pages
|
|
16
|
+
are readable directly under `docs/guide/` in the repository.
|
|
17
|
+
|
|
3
18
|
## 0.28.7 — pools about to reset spend their leftover first
|
|
4
19
|
|
|
5
20
|
- routing: quota that expires sooner is worth more. A pool whose pacing window
|