Skip to content

refactor(just)!: convert just to a flat module - #57

Merged
retr0h merged 1 commit into
mainfrom
feat/flat-just-module
Aug 16, 2026
Merged

refactor(just)!: convert just to a flat module#57
retr0h merged 1 commit into
mainfrom
feat/flat-just-module

Conversation

@retr0h

@retr0h retr0h commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

BREAKING: just.mod.just is removed; recipes rename from just::fmt to
just-fmt. Consumers import just/just.just.

The last module. Every one now lives in its own directory with a README, and no
.mod.just shim remains anywhere.

Redone rather than rebased

The earlier branch (#39) predated the */.just/* exclusion that stops the linter
walking fetched modules under subdirectories. Merging it would have regressed
that, so this is written against current main — the exclusion is intact.

Merge with the consumers

Six repositories run their own lint through this module, so deleting
just.mod.just breaks all six until their swaps land: osapi, gohai,
nats-client, nats-server, osapi-orchestrator, specs. Their PRs are open
and should merge immediately after this one.

🤖 Generated with Claude Code

BREAKING CHANGE: just.mod.just is removed and recipes are renamed from
just::fmt to just-fmt. Consumers import just/just.just.

Redone against current main rather than rebasing the earlier branch,
which predated the */.just/* exclusion and would have regressed it.

This is the last module: every one now lives in its own directory with
a README, and no .mod.just shim remains.

Applies converge-justfile-consumption task 1.1.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

Thank you for contributing to this project! 😊🕹️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant