Skip to content

docs(dar-archive): add missing crate README (unbreak release-plz publish) - #2

Closed
h4x0r wants to merge 1 commit into
mainfrom
docs/dar-archive-readme
Closed

docs(dar-archive): add missing crate README (unbreak release-plz publish)#2
h4x0r wants to merge 1 commit into
mainfrom
docs/dar-archive-readme

Conversation

@h4x0r

@h4x0r h4x0r commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Problem

release-plz's release job failed: failed to publish dar-archive
readme README.md does not appear to exist (relative to crates/dar-archive).

Root cause & fix

crates/dar-archive/Cargo.toml declares readme = "README.md", but
crates/dar-archive/README.md did not exist, so cargo publish aborted before
uploading. Rather than drop the readme = key (the crate publishes and should
have one), this adds a real README — tagline, features, and a usage example —
written from the crate's actual public API (DarArchive::open / open_slices,
entries(), read()) and lib.rs, matching the style of the sibling crate
READMEs in this workspace.

Verification (local)

  • cargo package -p dar-archive --no-verify no longer errors on the readme (the
    only remaining message was the expected "uncommitted new file").
  • With --allow-dirty --list, README.md is included in the package (12 files).

🤖 Generated with Claude Code

release-plz's release job failed to publish dar-archive:
`readme README.md does not appear to exist (relative to crates/dar-archive)`.

crates/dar-archive/Cargo.toml declares `readme = "README.md"` but the file
was absent, so `cargo publish` aborted. Add a real README (tagline, features,
usage) describing the DAR archive reader, written from its public API
(DarArchive::open/open_slices, entries(), read()).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@h4x0r

h4x0r commented Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

Closing: chat4n6 is not a fleet member (confirmed 2026-07-27), so fleet release-plz standards don't apply here. The dar-archive README fix on the branch remains available if you want it, but it's out of scope for the fleet audit that opened this PR.

@h4x0r h4x0r closed this Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant