Skip to content

Conversation

@konard
Copy link
Contributor

@konard konard commented Jan 8, 2026

Summary

  • Add detect-code-changes.mjs script for optimized CI workflow that detects changed file types
  • Add detect-changes job to skip unnecessary CI checks on docs-only PRs
  • Add release_mode option (instant/changelog-pr) for manual workflow dispatch releases
  • Add changelog-pr job for creating PRs with changelog fragments via workflow dispatch
  • Add crates.io publishing steps to auto-release and manual-release workflows
  • Improve job dependencies using always() patterns for consistent behavior
  • Update changelog check to require fragments for code changes (exits with error instead of warning)
  • Update CONTRIBUTING.md with trader-bot specific references

Test plan

  • Verify local CI checks pass (cargo fmt, clippy, tests, file size check)
  • Verify detect-code-changes.mjs script runs correctly
  • Verify CI runs pass after push

Fixes #9

🤖 Generated with Claude Code

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #9
@konard konard self-assigned this Jan 8, 2026
…eline-template

- Add detect-code-changes.mjs for optimized CI workflow
- Add detect-changes job to skip unnecessary checks on docs-only PRs
- Add release_mode option (instant/changelog-pr) for manual releases
- Add changelog-pr job for creating PRs with changelog fragments
- Add crates.io publishing steps to auto-release and manual-release workflows
- Improve job dependencies using always() patterns for consistent behavior
- Update changelog check to require fragments for code changes
- Update CONTRIBUTING.md with trader-bot specific references

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@konard konard changed the title [WIP] Apply latest best practices from https://github.com/link-foundation/rust-ai-driven-development-pipeline-template feat: Apply latest best practices from rust-ai-driven-development-pipeline-template Jan 8, 2026
@konard konard marked this pull request as ready for review January 8, 2026 01:33
@konard
Copy link
Contributor Author

konard commented Jan 8, 2026

🤖 Solution Draft Log

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

💰 Cost estimation:

  • Public pricing estimate: $3.835894 USD
  • Calculated by Anthropic: $2.347775 USD
  • Difference: $-1.488119 (-38.79%)
    📎 Log file uploaded as GitHub Gist (603KB)
    🔗 View complete solution draft log

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

@konard konard merged commit 06205fa into main Jan 8, 2026
10 checks passed
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.

Apply latest best practices from https://github.com/link-foundation/rust-ai-driven-development-pipeline-template

2 participants