chore: retire strategy vocabulary and banners in docs#626
Merged
Conversation
De-stale the word strategy to keeper (venue-submitting modules) or module (generic guests) across the docs tree, and repoint the renamed module logic files: ethflow-watcher uses keeper.rs and the read-only example modules use logic.rs. No banner comments were present in docs. No behaviour or code change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Retire the stale "strategy" vocabulary across
docs/**, replacing it withkeeper(a module that submits to venues, e.g. TWAP and EthFlow) ormodule(a generic guest) as the context demands, and repoint every reference to the renamed module logic files:ethflow-watchernow useskeeper.rs, and the read-only example modules (balance-tracker,http-probe,price-alert) now uselogic.rs.Why
"Strategy" is retired project vocabulary. The guest-logic file names moved to
keeper.rs(venue-submitting keepers) andlogic.rs(generic modules), so docs namingstrategy.rswere dangling. Part of #625.Testing
Grep confirms no surviving
strategyreference and nostrategy.rspath anywhere underdocs/, and no em dashes were introduced. Prose only, no build.AI Assistance
Drafted with AI assistance and reviewed before submission.