Skip to content

chore: inherit authors in app/Cargo.toml from workspace#69

Merged
BunsDev merged 1 commit into
mainfrom
chore/app-authors-inherit
May 19, 2026
Merged

chore: inherit authors in app/Cargo.toml from workspace#69
BunsDev merged 1 commit into
mainfrom
chore/app-authors-inherit

Conversation

@BunsDev
Copy link
Copy Markdown
Member

@BunsDev BunsDev commented May 19, 2026

Summary

Last per-crate Cargo.toml hardcoding authors = ["CastCodes Maintainers"] directly. PR #64 swept the 26 Warp Team variants but skipped this file because it already had the correct value; it just wasn't inheriting.

Now uses authors.workspace = true, matching every other workspace member.

The one remaining authors outlier — crates/create_markdown_core/Cargo.toml — keeps its personal author entry (it's a port of an external project credited to that author).

🤖 Generated with Claude Code

Last per-crate Cargo.toml hardcoding `authors = ["CastCodes Maintainers"]`
directly (PR #64 caught the 26 \`Warp Team\` ones but skipped this
file since it already used the correct value). Now uses
`authors.workspace = true`, matching every other workspace member.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 19, 2026 02:22
@BunsDev BunsDev merged commit 158ebfd into main May 19, 2026
10 checks passed
@BunsDev BunsDev deleted the chore/app-authors-inherit branch May 19, 2026 02:22
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns the app crate’s Cargo.toml metadata with the rest of the Rust workspace by inheriting authors from the root [workspace.package] declaration.

Changes:

  • Replace hardcoded authors = ["CastCodes Maintainers"] in app/Cargo.toml with authors.workspace = true.
  • Ensure app matches the existing workspace-wide convention used across other member crates.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants