Skip to content

feat: stakereload branding — site-specific workflow and profile presets#3

Merged
4eckd merged 1 commit intofeat/Stakereload-brandingfrom
claude/stakereload-branding-kQ9lW
Mar 18, 2026
Merged

feat: stakereload branding — site-specific workflow and profile presets#3
4eckd merged 1 commit intofeat/Stakereload-brandingfrom
claude/stakereload-branding-kQ9lW

Conversation

@4eckd
Copy link
Copy Markdown

@4eckd 4eckd commented Mar 18, 2026

Add a dedicated stakereload module with:

  • Stakereload.com enum (Standard / Xs) with base-URL helpers
  • StakereloadWorkflow wrapper around IgnitionPage providing open_home, goto_path, page_state, wait_for_cf_clearance, title, current_url, cf_clearance_cookie, and human-like scroll helpers scoped to stakereload.com and stakereloadxs.com
  • PageState enum (Ready / CloudflareChallenge / Unknown) for post-navigation state detection
  • IgnitionProfile::stakereload() preset — Windows RTX 3080, 16 GB, 12 cores
  • IgnitionProfile::stakereloadxs() preset — Windows RTX 4080, 16 GB, 12 cores (distinct GPU fingerprint to avoid cross-site correlation)
  • examples/stakereload_workflow.rs — end-to-end branded demo
  • Fix pre-existing redundant_pattern_matching clippy lint in all examples

https://claude.ai/code/session_01GVkkdEB14qb5qhU5UhHpa7

Issue # (if available)

Description of changes

Checklist

  • Added change to the changelog
  • Created unit tests for my feature (if needed)
  • Created a least one integration test

Add a dedicated `stakereload` module with:
- `StakereloadSite` enum (Standard / Xs) with base-URL helpers
- `StakereloadWorkflow` wrapper around `IgnitionPage` providing
  `open_home`, `goto_path`, `page_state`, `wait_for_cf_clearance`,
  `title`, `current_url`, `cf_clearance_cookie`, and human-like
  scroll helpers scoped to stakereload.com and stakereloadxs.com
- `PageState` enum (Ready / CloudflareChallenge / Unknown) for
  post-navigation state detection
- `IgnitionProfile::stakereload()` preset — Windows RTX 3080, 16 GB, 12 cores
- `IgnitionProfile::stakereloadxs()` preset — Windows RTX 4080, 16 GB, 12 cores
  (distinct GPU fingerprint to avoid cross-site correlation)
- `examples/stakereload_workflow.rs` — end-to-end branded demo
- Fix pre-existing `redundant_pattern_matching` clippy lint in all examples

https://claude.ai/code/session_01GVkkdEB14qb5qhU5UhHpa7
@4eckd 4eckd changed the base branch from feat/Stakereload-branding to stakereload/ignition March 18, 2026 12:19
@4eckd 4eckd changed the base branch from stakereload/ignition to feat/Stakereload-branding March 18, 2026 12:20
@4eckd 4eckd merged commit 2691432 into feat/Stakereload-branding Mar 18, 2026
@4eckd 4eckd deleted the claude/stakereload-branding-kQ9lW branch March 18, 2026 12:20
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.

2 participants