Skip to main content

Quest Tracker

@shelson/quest-trackerv2026.07.23.2· 9d agoMODELS
01README

Tracks progress through the swamp Genesis quest campaign. Parses swamp quest --json, persists each progress snapshot as swamp data, and guards against XP regression — since the anti-abuse penalty zeroes a score, a backward slide in passXp, tier, or challenge progress is the tell-tale signal and is surfaced as regressed. check records a snapshot and diffs it against the previous one; advise ranks the closest incomplete challenges toward a target tier so an operator (or workflow) knows the cheapest next move.

02Models1
@shelson/quest-trackerv2026.07.23.2extensions/models/quest_tracker.ts
fn check()
Parse `swamp quest --json`, diff against the previous snapshot, persist it. Sets regressed + targetReached.
fn advise()
Rank the closest incomplete (non-megagrind) challenges toward the target tier.

Resources

snapshot(infinite)— Latest parsed quest progress snapshot with regression guard
advice(infinite)— Ranked next-best challenges toward the target tier
03Previous Versions1
2026.07.23.1
04Stats
C
64 / 100
Downloads
0
Archive size
4.5 KB
  • Has README or module doc0/2missing
  • README has a code example0/1missing
  • README is substantive0/1pending
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared0/1missing
  • Verified public repository2/2earned
05Platforms
06Labels