Give the crates a banner and a README in the same style, and bump them to 0.1.2 - #77
Merged
Merged
Conversation
…m to 0.1.2
The crates.io pages now open like the repository: a banner, a badge row, then
what the crate is.
- assets/banners/banner.html draws both banners in colonizer.dev's colours and
type: a mono eyebrow, a headline, a lead, a foot line and a diagram leading to
the command.
- colonizer-harness: "The mothership.", with the colony graph from the site,
ending in `colonizer`.
- colonizer-agentd: "Inside every colony.", showing a colony microVM with agentd
between Claude Code, the event log and the terminal, and the private mesh up
to the mothership.
- scripts/render-crate-banners.sh renders them at 2560×800 with headless Chrome
into assets/banners/<crate>.png. The READMEs link them by their
github.com/ghraw URL on main, because crates.io renders a README
outside the repository.
- crates/colonizer/README.md and crates/colonizer-agentd/README.md:
- banner and badges: crates.io version, latest release, docs, MIT;
- what each crate is, with the install command, and why the crate alone isn't
an install;
- for the harness, what Colonizer does and the two crates;
- for agentd, what it does and its four endpoints.
The claims come from the README and docs/protocol.md §3.
- Both crates are at 0.1.2: crates.io shows a README only with a new version.
Tagging v0.1.2 publishes them through Trusted Publishing.
`cargo publish --dry-run` packages and verifies both crates.
ParallelEntrepreneur
added a commit
that referenced
this pull request
Sep 23, 2026
…m to 0.1.2 (#77) The crates.io pages now open like the repository: a banner, a badge row, then what the crate is. - assets/banners/banner.html draws both banners in colonizer.dev's colours and type: a mono eyebrow, a headline, a lead, a foot line and a diagram leading to the command. - colonizer-harness: "The mothership.", with the colony graph from the site, ending in `colonizer`. - colonizer-agentd: "Inside every colony.", showing a colony microVM with agentd between Claude Code, the event log and the terminal, and the private mesh up to the mothership. - scripts/render-crate-banners.sh renders them at 2560×800 with headless Chrome into assets/banners/<crate>.png. The READMEs link them by their github.com/ghraw URL on main, because crates.io renders a README outside the repository. - crates/colonizer/README.md and crates/colonizer-agentd/README.md: - banner and badges: crates.io version, latest release, docs, MIT; - what each crate is, with the install command, and why the crate alone isn't an install; - for the harness, what Colonizer does and the two crates; - for agentd, what it does and its four endpoints. The claims come from the README and docs/protocol.md §3. - Both crates are at 0.1.2: crates.io shows a README only with a new version. Tagging v0.1.2 publishes them through Trusted Publishing. `cargo publish --dry-run` packages and verifies both crates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The crates.io pages now open like the repository: a banner, a badge row, then
what the crate is.
type: a mono eyebrow, a headline, a lead, a foot line and a diagram leading to
the command.
ending in
colonizer.between Claude Code, the event log and the terminal, and the private mesh up
to the mothership.
into assets/banners/.png. The READMEs link them by their
github.com/ghraw URL on main, because crates.io renders a README
outside the repository.
an install;
The claims come from the README and docs/protocol.md §3.
Tagging v0.1.2 publishes them through Trusted Publishing.
cargo publish --dry-runpackages and verifies both crates.