Rolester
Advanced

Configuration

candidate/*.yml files, mode switches, and how to change settings without re-running onboarding.

Initial setup

Configuration is produced by ingest-profile during onboarding. You do not hand-edit the config files directly during setup — the agent interviews you and writes the files via validated CLI helpers.

Changing settings later

To change any setting after onboarding without re-running the full interview:

change a setting / update my comp floor / add an excluded company turn on browser automation / change my writing style

The agent routes to configure, which:

  1. Shows your current state (rolester doctor, rolester modes status, rolester automation status).
  2. Routes each change to the canonical validated CLI helper (rolester gate, rolester modes, rolester automation) or the owning skill.
  3. Confirms before writing consequential changes.

configure never becomes a separate mutation path — it routes through the same validated tools that the skills use.

Gate files and the gate helper

When you state a new constraint mid-flow ("never that company", "below $190K is a no"), the agent writes it to the canonical config file so all other skills inherit it immediately. It uses rolester gate:

rolester gate exclude-company "Acme Corp"           # dry-run
rolester gate exclude-company "Acme Corp" --write   # commit
rolester gate comp-floor 180000 --write
rolester gate cut-signal "requires >25% travel" --write

Gate types: exclude-company, cut-signal, keep-signal, comp-floor, comp-target, comp-expected, do-not-claim, do-not-fabricate.

Mode switches

candidate/modes.yml (optional) controls operational posture. If absent, defaults are standard usage, balanced application mode, and standard voice.

rolester modes status                              # current values
rolester modes set usage lean --write             # change usage mode
rolester modes set application high-volume --write
ModeOptionsEffect
usage_modelean, standard, fullHow much discretionary work Rolester runs (research, deep packets, board discovery)
application_modeselective, balanced, high-volumePursuit posture after discovery (thresholds, medium-fit review)
No mode relaxes the honesty, privacy, comp, or application-limit gates.

Browser automation switches

rolester automation status                         # the live matrix
rolester automation consent linkedin --write       # record ToS consent
rolester automation enable status_polling all --write
rolester automation session extension --write      # preferred provider

See Browser Automation for the full capability list and consent model.

Config files reference

FileManaged byPurpose
profile.ymlingest-profile, configureIdentity, comp, location, domain
targeting.ymlingest-profile, rolester gateRole targets, keep/cut signals, exclusions
evidence.ymlingest-profile, rolester evidenceAccomplishment claims
honesty.ymlingest-profile, rolester gateHonesty boundaries
form-defaults.ymlingest-profile, configurePortal form answers
application-limits.ymlconfigure, rolester gatePer-company caps and cooldowns
modes.ymlrolester modesUsage and application posture
automation.ymlrolester automationBrowser capabilities
search-sources.ymlsetup-searches, research-boardsJob board and ATS sources
sourced-scan.jsondiscover-companiesTracked companies for the sweep

On this page