Skip to content

Add rust-worker-bee and rust-stinger to the Bee Army roster - #9

Open
chrisl10 wants to merge 1 commit into
legioncodeinc:mainfrom
chrisl10:feat/rust-worker-bee
Open

Add rust-worker-bee and rust-stinger to the Bee Army roster#9
chrisl10 wants to merge 1 commit into
legioncodeinc:mainfrom
chrisl10:feat/rust-worker-bee

Conversation

@chrisl10

@chrisl10 chrisl10 commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds the rust-worker-bee (proactive implementation and code-review Bee for production Rust systems) and its paired rust-stinger (a procedural arsenal of guides, worked examples, templates, reports, and a research packet) to the Bee Army roster, mirrored across the Codex (.agents), Claude (.claude), and Cursor (.cursor) harnesses.

What's included

  • Agent: rust-worker-bee registered in the beekeeper-suit roster and pairing audit, with a routing guide and a mention in the Plan execution loop.
  • Stinger: rust-stinger/ with:
    • Guides (00–09): authority/principles, workspace inspection, workspace & type design, bounded test-first slices, async/streams proof, persistence & state proof, adapters, CLI/TUI, verify & package evidence, and close-the-loop.
    • Worked examples (01–04): bounded service slice, visible-output cancellation, concurrent budget reservation, and release evidence with closed gates.
    • Templates: acceptance-slice checklist, implementation handoff, release-evidence manifest (YAML), and rust decision log.
    • Research packet: dated notes across async (Tokio/Axum/Tower), persistence (SQLx/SQLite), CLI/TUI (Clap/Ratatui), boundaries (serde/thiserror), observability (tracing), security (rustls, secrecy), rust-cargo (MSRV, features, clippy, unsafe), supply chain (cargo-audit, cargo-deny, SBOM, sigstore), and testing (criterion, loom, nextest, proptest).
    • Reports: implementation handoff report template.
  • License: MIT.

Domain

Cargo workspace and crate changes, Tokio/Axum/Tower runtime behavior, SQLx/SQLite persistence mechanics, Clap/Ratatui operator clients, Rust tests, and local packaging evidence — with strict peer handoffs to security-worker-bee, dependency-audit-worker-bee, db-worker-bee, and quality-worker-bee. The Bee implements approved contracts and produces evidence; it does not invent protocol/product policy, accept security risk, or authorize release effects.

Verification

  • No credentials, PII, private URLs, or machine-local absolute paths in any contributed file (scanned).
  • .agents / .claude / .cursor mirrors are consistent; internal stinger links resolve.
  • Branch is a clean single-commit descendant of current main.

Port the rust-worker-bee agent and its paired rust-stinger from a prior fork.

- Add .claude/agents/rust-worker-bee.md
- Add .claude/skills/rust-stinger/ (guides, examples, templates, research, reports)
- Add beekeeper-suit routing guide for rust-worker-bee
- Register rust-worker-bee in the beekeeper-suit roster and pairing audit
- Regenerate harnesses (.agents, .codex, .cursor)

rust-worker-bee owns bounded Rust implementation and code review for Cargo
workspaces, Tokio/Axum/Tower services, SQLx/SQLite state, Clap/Ratatui
clients, tests, and local packaging evidence.
@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 343 files, which is 243 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

Usage-priced reviews support at most 300 files.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a516a0da-2cbf-4f95-93e7-ddac3814bf6a

📥 Commits

Reviewing files that changed from the base of the PR and between 5275bca and 7923a85.

📒 Files selected for processing (343)
  • .agents/skills/beekeeper-suit/PAIRING-AUDIT.md
  • .agents/skills/beekeeper-suit/SKILL.md
  • .agents/skills/beekeeper-suit/guides/rust-worker-bee.md
  • .agents/skills/rust-stinger/README.md
  • .agents/skills/rust-stinger/SKILL.md
  • .agents/skills/rust-stinger/examples/01-happy-path-bounded-service-slice.md
  • .agents/skills/rust-stinger/examples/02-edge-visible-output-cancellation.md
  • .agents/skills/rust-stinger/examples/03-edge-concurrent-budget-reservation.md
  • .agents/skills/rust-stinger/examples/04-release-evidence-with-closed-gates.md
  • .agents/skills/rust-stinger/guides/00-authority-and-principles.md
  • .agents/skills/rust-stinger/guides/01-inspect-workspace.md
  • .agents/skills/rust-stinger/guides/02-design-workspace-and-types.md
  • .agents/skills/rust-stinger/guides/03-implement-bounded-slices.md
  • .agents/skills/rust-stinger/guides/04-prove-async-streams.md
  • .agents/skills/rust-stinger/guides/05-prove-persistence-and-state.md
  • .agents/skills/rust-stinger/guides/06-implement-adapters.md
  • .agents/skills/rust-stinger/guides/07-build-cli-and-tui.md
  • .agents/skills/rust-stinger/guides/08-verify-and-package-evidence.md
  • .agents/skills/rust-stinger/guides/09-close-the-loop.md
  • .agents/skills/rust-stinger/reports/README.md
  • .agents/skills/rust-stinger/reports/implementation-handoff-report-template.md
  • .agents/skills/rust-stinger/research/async/2026-07-24-axum-graceful-shutdown.md
  • .agents/skills/rust-stinger/research/async/2026-07-24-axum-service-testing.md
  • .agents/skills/rust-stinger/research/async/2026-07-24-axum-streaming-body.md
  • .agents/skills/rust-stinger/research/async/2026-07-24-tokio-graceful-shutdown.md
  • .agents/skills/rust-stinger/research/async/2026-07-24-tokio-mpsc.md
  • .agents/skills/rust-stinger/research/async/2026-07-24-tokio-release-policy.md
  • .agents/skills/rust-stinger/research/async/2026-07-24-tokio-select-cancellation.md
  • .agents/skills/rust-stinger/research/async/2026-07-24-tokio-send-reserve.md
  • .agents/skills/rust-stinger/research/async/2026-07-24-tower-service-builder.md
  • .agents/skills/rust-stinger/research/async/2026-07-24-tower-service-readiness.md
  • .agents/skills/rust-stinger/research/boundaries/2026-07-24-serde-container-attributes.md
  • .agents/skills/rust-stinger/research/boundaries/2026-07-24-serde-enum-representations.md
  • .agents/skills/rust-stinger/research/boundaries/2026-07-24-thiserror.md
  • .agents/skills/rust-stinger/research/cli-tui/2026-07-24-clap-errors.md
  • .agents/skills/rust-stinger/research/cli-tui/2026-07-24-clap-parser.md
  • .agents/skills/rust-stinger/research/cli-tui/2026-07-24-ratatui-architecture.md
  • .agents/skills/rust-stinger/research/cli-tui/2026-07-24-ratatui-lifecycle.md
  • .agents/skills/rust-stinger/research/cli-tui/2026-07-24-ratatui-test-backend.md
  • .agents/skills/rust-stinger/research/evidence-synthesis.md
  • .agents/skills/rust-stinger/research/index.md
  • .agents/skills/rust-stinger/research/observability/2026-07-24-tracing-instrument.md
  • .agents/skills/rust-stinger/research/observability/2026-07-24-tracing-subscriber.md
  • .agents/skills/rust-stinger/research/persistence/2026-07-24-sqlite-atomic-commit.md
  • .agents/skills/rust-stinger/research/persistence/2026-07-24-sqlite-pragma-durability.md
  • .agents/skills/rust-stinger/research/persistence/2026-07-24-sqlite-transactions.md
  • .agents/skills/rust-stinger/research/persistence/2026-07-24-sqlite-wal.md
  • .agents/skills/rust-stinger/research/persistence/2026-07-24-sqlx-connect-options.md
  • .agents/skills/rust-stinger/research/persistence/2026-07-24-sqlx-custom-transactions.md
  • .agents/skills/rust-stinger/research/persistence/2026-07-24-sqlx-migrations-queries.md
  • .agents/skills/rust-stinger/research/research-plan.md
  • .agents/skills/rust-stinger/research/research-summary.md
  • .agents/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-ci-msrv.md
  • .agents/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-features.md
  • .agents/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-resolver-v3.md
  • .agents/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-rust-version.md
  • .agents/skills/rust-stinger/research/rust-cargo/2026-07-24-clippy-ci.md
  • .agents/skills/rust-stinger/research/rust-cargo/2026-07-24-platform-support.md
  • .agents/skills/rust-stinger/research/rust-cargo/2026-07-24-rust-release-1-97.md
  • .agents/skills/rust-stinger/research/rust-cargo/2026-07-24-unsafe-rust.md
  • .agents/skills/rust-stinger/research/security/2026-07-24-rustls-config-builder.md
  • .agents/skills/rust-stinger/research/security/2026-07-24-rustls-verification-markers.md
  • .agents/skills/rust-stinger/research/security/2026-07-24-secrecy.md
  • .agents/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-audit.md
  • .agents/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-auditable.md
  • .agents/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-cyclonedx.md
  • .agents/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-deny-checks.md
  • .agents/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-deny-license-limitations.md
  • .agents/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-dist-attestations.md
  • .agents/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-dist-config.md
  • .agents/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-package-verification.md
  • .agents/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-sbom-unstable.md
  • .agents/skills/rust-stinger/research/supply-chain/2026-07-24-rustsec.md
  • .agents/skills/rust-stinger/research/supply-chain/2026-07-24-sigstore-cosign-blob.md
  • .agents/skills/rust-stinger/research/testing/2026-07-24-criterion-analysis.md
  • .agents/skills/rust-stinger/research/testing/2026-07-24-loom.md
  • .agents/skills/rust-stinger/research/testing/2026-07-24-nextest-retries.md
  • .agents/skills/rust-stinger/research/testing/2026-07-24-nextest.md
  • .agents/skills/rust-stinger/research/testing/2026-07-24-proptest-index.md
  • .agents/skills/rust-stinger/research/testing/2026-07-24-proptest-state-machines.md
  • .agents/skills/rust-stinger/research/testing/2026-07-24-tokio-time-testing.md
  • .agents/skills/rust-stinger/templates/acceptance-slice-checklist.md
  • .agents/skills/rust-stinger/templates/implementation-handoff.md
  • .agents/skills/rust-stinger/templates/release-evidence-manifest.yaml
  • .agents/skills/rust-stinger/templates/rust-decision-log.md
  • .claude/agents/rust-worker-bee.md
  • .claude/skills/beekeeper-suit/PAIRING-AUDIT.md
  • .claude/skills/beekeeper-suit/SKILL.md
  • .claude/skills/beekeeper-suit/guides/rust-worker-bee.md
  • .claude/skills/rust-stinger/README.md
  • .claude/skills/rust-stinger/SKILL.md
  • .claude/skills/rust-stinger/examples/01-happy-path-bounded-service-slice.md
  • .claude/skills/rust-stinger/examples/02-edge-visible-output-cancellation.md
  • .claude/skills/rust-stinger/examples/03-edge-concurrent-budget-reservation.md
  • .claude/skills/rust-stinger/examples/04-release-evidence-with-closed-gates.md
  • .claude/skills/rust-stinger/guides/00-authority-and-principles.md
  • .claude/skills/rust-stinger/guides/01-inspect-workspace.md
  • .claude/skills/rust-stinger/guides/02-design-workspace-and-types.md
  • .claude/skills/rust-stinger/guides/03-implement-bounded-slices.md
  • .claude/skills/rust-stinger/guides/04-prove-async-streams.md
  • .claude/skills/rust-stinger/guides/05-prove-persistence-and-state.md
  • .claude/skills/rust-stinger/guides/06-implement-adapters.md
  • .claude/skills/rust-stinger/guides/07-build-cli-and-tui.md
  • .claude/skills/rust-stinger/guides/08-verify-and-package-evidence.md
  • .claude/skills/rust-stinger/guides/09-close-the-loop.md
  • .claude/skills/rust-stinger/reports/README.md
  • .claude/skills/rust-stinger/reports/implementation-handoff-report-template.md
  • .claude/skills/rust-stinger/research/async/2026-07-24-axum-graceful-shutdown.md
  • .claude/skills/rust-stinger/research/async/2026-07-24-axum-service-testing.md
  • .claude/skills/rust-stinger/research/async/2026-07-24-axum-streaming-body.md
  • .claude/skills/rust-stinger/research/async/2026-07-24-tokio-graceful-shutdown.md
  • .claude/skills/rust-stinger/research/async/2026-07-24-tokio-mpsc.md
  • .claude/skills/rust-stinger/research/async/2026-07-24-tokio-release-policy.md
  • .claude/skills/rust-stinger/research/async/2026-07-24-tokio-select-cancellation.md
  • .claude/skills/rust-stinger/research/async/2026-07-24-tokio-send-reserve.md
  • .claude/skills/rust-stinger/research/async/2026-07-24-tower-service-builder.md
  • .claude/skills/rust-stinger/research/async/2026-07-24-tower-service-readiness.md
  • .claude/skills/rust-stinger/research/boundaries/2026-07-24-serde-container-attributes.md
  • .claude/skills/rust-stinger/research/boundaries/2026-07-24-serde-enum-representations.md
  • .claude/skills/rust-stinger/research/boundaries/2026-07-24-thiserror.md
  • .claude/skills/rust-stinger/research/cli-tui/2026-07-24-clap-errors.md
  • .claude/skills/rust-stinger/research/cli-tui/2026-07-24-clap-parser.md
  • .claude/skills/rust-stinger/research/cli-tui/2026-07-24-ratatui-architecture.md
  • .claude/skills/rust-stinger/research/cli-tui/2026-07-24-ratatui-lifecycle.md
  • .claude/skills/rust-stinger/research/cli-tui/2026-07-24-ratatui-test-backend.md
  • .claude/skills/rust-stinger/research/evidence-synthesis.md
  • .claude/skills/rust-stinger/research/index.md
  • .claude/skills/rust-stinger/research/observability/2026-07-24-tracing-instrument.md
  • .claude/skills/rust-stinger/research/observability/2026-07-24-tracing-subscriber.md
  • .claude/skills/rust-stinger/research/persistence/2026-07-24-sqlite-atomic-commit.md
  • .claude/skills/rust-stinger/research/persistence/2026-07-24-sqlite-pragma-durability.md
  • .claude/skills/rust-stinger/research/persistence/2026-07-24-sqlite-transactions.md
  • .claude/skills/rust-stinger/research/persistence/2026-07-24-sqlite-wal.md
  • .claude/skills/rust-stinger/research/persistence/2026-07-24-sqlx-connect-options.md
  • .claude/skills/rust-stinger/research/persistence/2026-07-24-sqlx-custom-transactions.md
  • .claude/skills/rust-stinger/research/persistence/2026-07-24-sqlx-migrations-queries.md
  • .claude/skills/rust-stinger/research/research-plan.md
  • .claude/skills/rust-stinger/research/research-summary.md
  • .claude/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-ci-msrv.md
  • .claude/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-features.md
  • .claude/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-resolver-v3.md
  • .claude/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-rust-version.md
  • .claude/skills/rust-stinger/research/rust-cargo/2026-07-24-clippy-ci.md
  • .claude/skills/rust-stinger/research/rust-cargo/2026-07-24-platform-support.md
  • .claude/skills/rust-stinger/research/rust-cargo/2026-07-24-rust-release-1-97.md
  • .claude/skills/rust-stinger/research/rust-cargo/2026-07-24-unsafe-rust.md
  • .claude/skills/rust-stinger/research/security/2026-07-24-rustls-config-builder.md
  • .claude/skills/rust-stinger/research/security/2026-07-24-rustls-verification-markers.md
  • .claude/skills/rust-stinger/research/security/2026-07-24-secrecy.md
  • .claude/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-audit.md
  • .claude/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-auditable.md
  • .claude/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-cyclonedx.md
  • .claude/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-deny-checks.md
  • .claude/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-deny-license-limitations.md
  • .claude/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-dist-attestations.md
  • .claude/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-dist-config.md
  • .claude/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-package-verification.md
  • .claude/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-sbom-unstable.md
  • .claude/skills/rust-stinger/research/supply-chain/2026-07-24-rustsec.md
  • .claude/skills/rust-stinger/research/supply-chain/2026-07-24-sigstore-cosign-blob.md
  • .claude/skills/rust-stinger/research/testing/2026-07-24-criterion-analysis.md
  • .claude/skills/rust-stinger/research/testing/2026-07-24-loom.md
  • .claude/skills/rust-stinger/research/testing/2026-07-24-nextest-retries.md
  • .claude/skills/rust-stinger/research/testing/2026-07-24-nextest.md
  • .claude/skills/rust-stinger/research/testing/2026-07-24-proptest-index.md
  • .claude/skills/rust-stinger/research/testing/2026-07-24-proptest-state-machines.md
  • .claude/skills/rust-stinger/research/testing/2026-07-24-tokio-time-testing.md
  • .claude/skills/rust-stinger/templates/acceptance-slice-checklist.md
  • .claude/skills/rust-stinger/templates/implementation-handoff.md
  • .claude/skills/rust-stinger/templates/release-evidence-manifest.yaml
  • .claude/skills/rust-stinger/templates/rust-decision-log.md
  • .codex/agents/rust-worker-bee.toml
  • .codex/plugins/vibe-coding-tools/skills/beekeeper-suit/PAIRING-AUDIT.md
  • .codex/plugins/vibe-coding-tools/skills/beekeeper-suit/SKILL.md
  • .codex/plugins/vibe-coding-tools/skills/beekeeper-suit/guides/rust-worker-bee.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/README.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/SKILL.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/examples/01-happy-path-bounded-service-slice.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/examples/02-edge-visible-output-cancellation.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/examples/03-edge-concurrent-budget-reservation.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/examples/04-release-evidence-with-closed-gates.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/guides/00-authority-and-principles.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/guides/01-inspect-workspace.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/guides/02-design-workspace-and-types.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/guides/03-implement-bounded-slices.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/guides/04-prove-async-streams.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/guides/05-prove-persistence-and-state.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/guides/06-implement-adapters.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/guides/07-build-cli-and-tui.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/guides/08-verify-and-package-evidence.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/guides/09-close-the-loop.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/reports/README.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/reports/implementation-handoff-report-template.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/async/2026-07-24-axum-graceful-shutdown.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/async/2026-07-24-axum-service-testing.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/async/2026-07-24-axum-streaming-body.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/async/2026-07-24-tokio-graceful-shutdown.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/async/2026-07-24-tokio-mpsc.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/async/2026-07-24-tokio-release-policy.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/async/2026-07-24-tokio-select-cancellation.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/async/2026-07-24-tokio-send-reserve.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/async/2026-07-24-tower-service-builder.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/async/2026-07-24-tower-service-readiness.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/boundaries/2026-07-24-serde-container-attributes.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/boundaries/2026-07-24-serde-enum-representations.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/boundaries/2026-07-24-thiserror.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/cli-tui/2026-07-24-clap-errors.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/cli-tui/2026-07-24-clap-parser.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/cli-tui/2026-07-24-ratatui-architecture.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/cli-tui/2026-07-24-ratatui-lifecycle.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/cli-tui/2026-07-24-ratatui-test-backend.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/evidence-synthesis.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/index.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/observability/2026-07-24-tracing-instrument.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/observability/2026-07-24-tracing-subscriber.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/persistence/2026-07-24-sqlite-atomic-commit.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/persistence/2026-07-24-sqlite-pragma-durability.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/persistence/2026-07-24-sqlite-transactions.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/persistence/2026-07-24-sqlite-wal.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/persistence/2026-07-24-sqlx-connect-options.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/persistence/2026-07-24-sqlx-custom-transactions.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/persistence/2026-07-24-sqlx-migrations-queries.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/research-plan.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/research-summary.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-ci-msrv.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-features.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-resolver-v3.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-rust-version.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/rust-cargo/2026-07-24-clippy-ci.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/rust-cargo/2026-07-24-platform-support.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/rust-cargo/2026-07-24-rust-release-1-97.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/rust-cargo/2026-07-24-unsafe-rust.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/security/2026-07-24-rustls-config-builder.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/security/2026-07-24-rustls-verification-markers.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/security/2026-07-24-secrecy.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-audit.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-auditable.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-cyclonedx.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-deny-checks.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-deny-license-limitations.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-dist-attestations.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-dist-config.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-package-verification.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-sbom-unstable.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/supply-chain/2026-07-24-rustsec.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/supply-chain/2026-07-24-sigstore-cosign-blob.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/testing/2026-07-24-criterion-analysis.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/testing/2026-07-24-loom.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/testing/2026-07-24-nextest-retries.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/testing/2026-07-24-nextest.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/testing/2026-07-24-proptest-index.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/testing/2026-07-24-proptest-state-machines.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/research/testing/2026-07-24-tokio-time-testing.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/templates/acceptance-slice-checklist.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/templates/implementation-handoff.md
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/templates/release-evidence-manifest.yaml
  • .codex/plugins/vibe-coding-tools/skills/rust-stinger/templates/rust-decision-log.md
  • .cursor/agents/rust-worker-bee.md
  • .cursor/skills/beekeeper-suit/PAIRING-AUDIT.md
  • .cursor/skills/beekeeper-suit/SKILL.md
  • .cursor/skills/beekeeper-suit/guides/rust-worker-bee.md
  • .cursor/skills/rust-stinger/README.md
  • .cursor/skills/rust-stinger/SKILL.md
  • .cursor/skills/rust-stinger/examples/01-happy-path-bounded-service-slice.md
  • .cursor/skills/rust-stinger/examples/02-edge-visible-output-cancellation.md
  • .cursor/skills/rust-stinger/examples/03-edge-concurrent-budget-reservation.md
  • .cursor/skills/rust-stinger/examples/04-release-evidence-with-closed-gates.md
  • .cursor/skills/rust-stinger/guides/00-authority-and-principles.md
  • .cursor/skills/rust-stinger/guides/01-inspect-workspace.md
  • .cursor/skills/rust-stinger/guides/02-design-workspace-and-types.md
  • .cursor/skills/rust-stinger/guides/03-implement-bounded-slices.md
  • .cursor/skills/rust-stinger/guides/04-prove-async-streams.md
  • .cursor/skills/rust-stinger/guides/05-prove-persistence-and-state.md
  • .cursor/skills/rust-stinger/guides/06-implement-adapters.md
  • .cursor/skills/rust-stinger/guides/07-build-cli-and-tui.md
  • .cursor/skills/rust-stinger/guides/08-verify-and-package-evidence.md
  • .cursor/skills/rust-stinger/guides/09-close-the-loop.md
  • .cursor/skills/rust-stinger/reports/README.md
  • .cursor/skills/rust-stinger/reports/implementation-handoff-report-template.md
  • .cursor/skills/rust-stinger/research/async/2026-07-24-axum-graceful-shutdown.md
  • .cursor/skills/rust-stinger/research/async/2026-07-24-axum-service-testing.md
  • .cursor/skills/rust-stinger/research/async/2026-07-24-axum-streaming-body.md
  • .cursor/skills/rust-stinger/research/async/2026-07-24-tokio-graceful-shutdown.md
  • .cursor/skills/rust-stinger/research/async/2026-07-24-tokio-mpsc.md
  • .cursor/skills/rust-stinger/research/async/2026-07-24-tokio-release-policy.md
  • .cursor/skills/rust-stinger/research/async/2026-07-24-tokio-select-cancellation.md
  • .cursor/skills/rust-stinger/research/async/2026-07-24-tokio-send-reserve.md
  • .cursor/skills/rust-stinger/research/async/2026-07-24-tower-service-builder.md
  • .cursor/skills/rust-stinger/research/async/2026-07-24-tower-service-readiness.md
  • .cursor/skills/rust-stinger/research/boundaries/2026-07-24-serde-container-attributes.md
  • .cursor/skills/rust-stinger/research/boundaries/2026-07-24-serde-enum-representations.md
  • .cursor/skills/rust-stinger/research/boundaries/2026-07-24-thiserror.md
  • .cursor/skills/rust-stinger/research/cli-tui/2026-07-24-clap-errors.md
  • .cursor/skills/rust-stinger/research/cli-tui/2026-07-24-clap-parser.md
  • .cursor/skills/rust-stinger/research/cli-tui/2026-07-24-ratatui-architecture.md
  • .cursor/skills/rust-stinger/research/cli-tui/2026-07-24-ratatui-lifecycle.md
  • .cursor/skills/rust-stinger/research/cli-tui/2026-07-24-ratatui-test-backend.md
  • .cursor/skills/rust-stinger/research/evidence-synthesis.md
  • .cursor/skills/rust-stinger/research/index.md
  • .cursor/skills/rust-stinger/research/observability/2026-07-24-tracing-instrument.md
  • .cursor/skills/rust-stinger/research/observability/2026-07-24-tracing-subscriber.md
  • .cursor/skills/rust-stinger/research/persistence/2026-07-24-sqlite-atomic-commit.md
  • .cursor/skills/rust-stinger/research/persistence/2026-07-24-sqlite-pragma-durability.md
  • .cursor/skills/rust-stinger/research/persistence/2026-07-24-sqlite-transactions.md
  • .cursor/skills/rust-stinger/research/persistence/2026-07-24-sqlite-wal.md
  • .cursor/skills/rust-stinger/research/persistence/2026-07-24-sqlx-connect-options.md
  • .cursor/skills/rust-stinger/research/persistence/2026-07-24-sqlx-custom-transactions.md
  • .cursor/skills/rust-stinger/research/persistence/2026-07-24-sqlx-migrations-queries.md
  • .cursor/skills/rust-stinger/research/research-plan.md
  • .cursor/skills/rust-stinger/research/research-summary.md
  • .cursor/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-ci-msrv.md
  • .cursor/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-features.md
  • .cursor/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-resolver-v3.md
  • .cursor/skills/rust-stinger/research/rust-cargo/2026-07-24-cargo-rust-version.md
  • .cursor/skills/rust-stinger/research/rust-cargo/2026-07-24-clippy-ci.md
  • .cursor/skills/rust-stinger/research/rust-cargo/2026-07-24-platform-support.md
  • .cursor/skills/rust-stinger/research/rust-cargo/2026-07-24-rust-release-1-97.md
  • .cursor/skills/rust-stinger/research/rust-cargo/2026-07-24-unsafe-rust.md
  • .cursor/skills/rust-stinger/research/security/2026-07-24-rustls-config-builder.md
  • .cursor/skills/rust-stinger/research/security/2026-07-24-rustls-verification-markers.md
  • .cursor/skills/rust-stinger/research/security/2026-07-24-secrecy.md
  • .cursor/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-audit.md
  • .cursor/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-auditable.md
  • .cursor/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-cyclonedx.md
  • .cursor/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-deny-checks.md
  • .cursor/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-deny-license-limitations.md
  • .cursor/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-dist-attestations.md
  • .cursor/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-dist-config.md
  • .cursor/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-package-verification.md
  • .cursor/skills/rust-stinger/research/supply-chain/2026-07-24-cargo-sbom-unstable.md
  • .cursor/skills/rust-stinger/research/supply-chain/2026-07-24-rustsec.md
  • .cursor/skills/rust-stinger/research/supply-chain/2026-07-24-sigstore-cosign-blob.md
  • .cursor/skills/rust-stinger/research/testing/2026-07-24-criterion-analysis.md
  • .cursor/skills/rust-stinger/research/testing/2026-07-24-loom.md
  • .cursor/skills/rust-stinger/research/testing/2026-07-24-nextest-retries.md
  • .cursor/skills/rust-stinger/research/testing/2026-07-24-nextest.md
  • .cursor/skills/rust-stinger/research/testing/2026-07-24-proptest-index.md
  • .cursor/skills/rust-stinger/research/testing/2026-07-24-proptest-state-machines.md
  • .cursor/skills/rust-stinger/research/testing/2026-07-24-tokio-time-testing.md
  • .cursor/skills/rust-stinger/templates/acceptance-slice-checklist.md
  • .cursor/skills/rust-stinger/templates/implementation-handoff.md
  • .cursor/skills/rust-stinger/templates/release-evidence-manifest.yaml
  • .cursor/skills/rust-stinger/templates/rust-decision-log.md

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Warning

Billing warning: we have not been able to collect payment for this subscription for more than 72 hours. Please update the payment method or pay any pending invoices in Billing to avoid service interruption.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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