Skip to content

decrating: consolidated CI + docs stale-reference cleanup#62

Merged
EffortlessSteven merged 1 commit into
mainfrom
feature/decrating-ci-cleanup
Apr 15, 2026
Merged

decrating: consolidated CI + docs stale-reference cleanup#62
EffortlessSteven merged 1 commit into
mainfrom
feature/decrating-ci-cleanup

Conversation

@EffortlessSteven

Copy link
Copy Markdown
Member

Scope

Consolidated sweep of CI workflows, templates, and docs for references to microcrates and micro-* feature flags that are being deleted via decrating absorption PRs #52 #54 #55 #56 #57 #58.

Swept (references removed):

Deliberately left alone (handled by their own absorption PRs):

File-by-file summary

File Change
.github/workflows/ci.yml Removed 5 deleted-feature entries from BDD feature-set matrix; 14 entries remain
.github/workflows/mutation.yml Removed 3 deleted -p shipper-{plan,policy,levels} entries; 5 remain
.github/workflows/release.yml Added comment noting publish order finalized in Phase 8
templates/circleci-config.yml Matching BDD matrix cleanup for CircleCI template
docs/architecture.md Annotated 8 absorbed crates in microcrates table; added top-of-section notes to Dependency Graph and Module Responsibilities
docs/testing.md Replaced deleted crate examples in cargo test -p ... list and cargo mutants example
RELEASE_CHECKLIST_v0.3.0.md Added header note listing absorbed crates; pruned 8 publish steps
RELEASE_NOTES_v0.3.0.md Reworded Modular Architecture bullet to drop stale shipper-lock example

Audit output (zero remaining references to already-absorbed crates outside of documentation markers)

$ grep -rn 'shipper-lock\|shipper-policy\|shipper-process\|shipper-plan\|shipper-levels\|shipper-chunking\|shipper-store\|shipper-config-runtime' .github/ templates/
.github/workflows/ci.yml:214:        #   micro-lock, micro-plan, micro-policy, micro-process, micro-store
.github/workflows/mutation.yml:42:        # Note: shipper-plan, shipper-policy, shipper-levels removed during
templates/circleci-config.yml:47:          #   micro-lock, micro-process, micro-store

All three remaining hits are comments I added documenting what was removed. Zero functional references remain.

Docs references (docs/architecture.md, docs/testing.md, RELEASE_*.md) retain crate names in prose or tables, either annotated with Absorbed markers or inside explicit decrating notes. Wholesale rewrites are deferred to the post-Phase-2 doc refresh per the plan.

Validation

  • All 6 workflow YAML files parse with yaml.safe_load - OK
  • cargo check --workspace - clean
  • No changes to crates/** or any Cargo.toml files

Notes / flagged items

Test plan

  • GitHub Actions ci workflow run succeeds on this PR (validates matrix array change)
  • Reviewer spot-checks docs/architecture.md markers for accuracy
  • Reviewer confirms RELEASE_CHECKLIST_v0.3.0.md publish order matches current public-crate set

@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai

coderabbitai Bot commented Apr 15, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@EffortlessSteven has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 11 minutes and 9 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 11 minutes and 9 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 43269d1c-ec4b-4088-a89e-5f197e14760d

📥 Commits

Reviewing files that changed from the base of the PR and between 9abecad and 30d8cc0.

📒 Files selected for processing (8)
  • .github/workflows/ci.yml
  • .github/workflows/mutation.yml
  • .github/workflows/release.yml
  • RELEASE_CHECKLIST_v0.3.0.md
  • RELEASE_NOTES_v0.3.0.md
  • docs/architecture.md
  • docs/testing.md
  • templates/circleci-config.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/decrating-ci-cleanup

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 and usage tips.

Sweep-cleanup of CI workflows, templates, and docs for references to
microcrates and micro-* feature flags that have been deleted or are
queued for deletion via absorption PRs #52 #54 #55 #56 #57 #58.

Changes:
- .github/workflows/ci.yml - removed deleted features (micro-lock,
  micro-plan, micro-policy, micro-process, micro-store) from BDD matrix
- .github/workflows/mutation.yml - removed shipper-plan, shipper-policy,
  shipper-levels from the mutation-testing target list
- .github/workflows/release.yml - added note that publish order is
  finalized in Phase 8 of the decrating plan
- templates/circleci-config.yml - matching feature-matrix cleanup
- docs/architecture.md - per-crate absorbed notes in microcrates table
  plus top-of-section notes on Dependency Graph and Module
  Responsibilities pointing out those sections reflect pre-decrating state
- docs/testing.md - removed deleted crates from example test invocations
  and the mutation-testing example
- RELEASE_CHECKLIST_v0.3.0.md - header note listing absorbed crates and
  pruned publish steps
- RELEASE_NOTES_v0.3.0.md - reworded Modular Architecture bullet to
  reflect the consolidated public-crate layout

References to still-in-flight absorptions (auth, environment, git, storage,
engine-parallel, registry, progress) are left alone - they will be cleaned
up in their respective absorption PRs.

Per docs/decrating-plan.md.
@EffortlessSteven EffortlessSteven force-pushed the feature/decrating-ci-cleanup branch from 22fcbbd to 30d8cc0 Compare April 15, 2026 06:24
@EffortlessSteven EffortlessSteven merged commit 30a0c0c into main Apr 15, 2026
2 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.

1 participant