Skip to content

docs: update README stable Rust guidance - #56

Merged
konard merged 2 commits into
mainfrom
issue-55-c5a7335ee9a7
May 29, 2026
Merged

docs: update README stable Rust guidance#56
konard merged 2 commits into
mainfrom
issue-55-c5a7335ee9a7

Conversation

@konard

@konard konard commented May 29, 2026

Copy link
Copy Markdown
Member

Summary

  • Update README installation guidance to use doublets = "0.3.0".
  • Replace stale nightly Rust instructions with stable Rust 1.85+ guidance from doublets/Cargo.toml and rust-toolchain.toml.
  • Add scripts/check-toolchain-docs.rs and wire it into CI so stale README/toolchain guidance is caught automatically.
  • Refresh CONTRIBUTING checks and Cargo.lock package metadata to match the current crate version.

Reproduction

Before the documentation update, the new guard failed with the stale guidance:

rust-script scripts/check-toolchain-docs.rs

It reported the old doublets = "0.1.0-pre" snippet, the nightly Rust requirement, and the old contributing toolchain text.

Validation

  • rust-script scripts/check-toolchain-docs.rs
  • rust-script scripts/check-readme-badges.rs
  • rust-script scripts/check-file-size.rs
  • cargo fmt --all -- --check
  • cargo clippy --all-targets --all-features
  • cargo test --all-features --verbose
  • cargo test --doc --verbose
  • GITHUB_BASE_REF=main rust-script scripts/check-changelog-fragment.rs
  • GITHUB_EVENT_NAME=pull_request GITHUB_HEAD_REF=issue-55-c5a7335ee9a7 GITHUB_BASE_REF=main rust-script scripts/check-version-modification.rs

Fixes #55

Adding .gitkeep for PR creation (default mode).
This file will be removed when the task is complete.

Issue: #55
@konard konard self-assigned this May 29, 2026
@konard konard changed the title [WIP] README still mentions nightly Rust and old doublets version docs: update README stable Rust guidance May 29, 2026
@konard
konard marked this pull request as ready for review May 29, 2026 22:42
@konard

konard commented May 29, 2026

Copy link
Copy Markdown
Member Author

Working session summary

Implemented and pushed the fix to PR #56: #56

What changed:

Validation:


This summary was automatically extracted from the AI working session output.

@konard

konard commented May 29, 2026

Copy link
Copy Markdown
Member Author

🤖 Solution Draft Log

This log file contains the complete execution trace of the AI solution draft process.

💰 Cost estimation:

  • Model: GPT-5.5
  • Provider: OpenAI
  • Public pricing estimate: $6.329423

📊 Context and tokens usage:

  • 97.1K / 1.1M (9%) input tokens, 18.8K / 128K (15%) output tokens

Total: (97.1K + 4.5M cached) input tokens, 18.8K output tokens, $6.329423 cost

🤖 Models used:

  • Tool: OpenAI Codex
  • Requested: gpt-5.5
  • Model: GPT-5.5 (gpt-5.5)

📎 Log file uploaded as Repository (27751KB)


Now working session is ended, feel free to review and add any feedback on the solution draft.

@konard
konard merged commit a6be9d6 into main May 29, 2026
14 checks passed
@konard

konard commented May 29, 2026

Copy link
Copy Markdown
Member Author

🎉 Auto-merged

This pull request has been automatically merged by hive-mind.

  • All CI checks have passed

Auto-merged by hive-mind with --auto-merge flag

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.

README still mentions nightly Rust and old doublets version

1 participant