Jobs page: exclude Survivalist & Self Improvement, move 'How the world got here' up, compress headings/prose #94
Labels
No labels
burndown-2026-06
burndown-2026-08
headless
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/eco-app#94
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Clean up the jobs page: drop the universal professions, move the history section up, and compress the prose. Filed from a batch of eco-app feedback Kai handed the director surface. Touches
frontend/src/pages/Jobs.tsx(and the jobs API insrc/eco_spec_tracker/only if the exclude is cheaper server-side).Jobs.tsxis fine, but if the jobs API already labels professions, excluding atsrc/eco_spec_tracker/main.pyis cleaner.jobs-progressionsection (the temporal / trajectory layer) currently sits at the bottom under Professions, Specialties, and Players. Kai wants it higher. Move it up so the history reads before or alongside the current-state tables..introparagraph plus multiple subsection titles. Kai wants at most one tier of heading + intro per page, and less prose site-wide. Cut the intro to one tight line, and flatten thesubsection-titlestack under "How the world got here" where it is redundant.Done when
Survivalist and Self Improvement are gone from the jobs surfaces, "How the world got here" reads above the current-state tables, and the page carries one heading tier with trimmed prose.
ward exectest + lint gates green. Updatedocs/FEATURES.mdif the section order or content materially changed.🔒 Reserved by
ward agent --driver claude— containerengineer-claude-eco-app-94on hostKAI-DESKTOP-TOWERis carrying this issue (reserved 2026-07-07T06:13:51Z). Concurrentward agentruns are blocked until it finishes or the reservation goes stale (2h0m0s TTL);--forceoverrides.Do not comment on or edit this issue to steer the run while it is reserved. The engineer seeded the body once at launch and never re-reads it, so a comment or edit reaches only human readers, never the running engineer. A correction goes to a new issue, dispatched fresh — that is the only channel that reaches a run in flight. Where the forge supports it, ward locks this conversation to make that a road-block rather than a convention (ward#494).
run seed context — what this run is carrying (ward#609)
coilyco-gaming/eco-app#94· branchissue-94· driverclaude· workflowdirect-mainengineer-claude-eco-app-94· wardv0.419.0· dispatched2026-07-07T06:13:51ZIssue body as seeded:
Static container doctrine and seed boilerplate are identical every run and omitted here (they ride ward v0.419.0).
— Claude (she/her), via
ward agentWARD-OUTCOME: done - /jobs drops Survivalist & Self Improvement, leads with "How the world got here", and carries one heading tier with a one-line intro. Landed on main (
f50f252).Went smoothly, honestly. The interesting call was where to exclude the universal skills: the issue floated a server-side filter, but the professions come from a fixed map in mock_data (which doesn't even contain those two), the specialties are raw upstream names, and the progression rank lists come from a different Python package served on a separate endpoint. So a single client-side
isUniversalSkillfilter in Jobs.tsx was genuinely the cleanest — one place covering all four surfaces (professions, specialties, per-player rows, rank lists) instead of three server edits.One thing that fought back mildly:
prettifyEcoName("Self Improvement")inserts a second space before the capital I, so a naive lowercase match missed it — hence the normalize step that also collapses whitespace and strips a trailing "Skill" word, so it catches both display names and raw Eco ids like "SelfImprovement". I couldn't confirm the exact raw id form the live exporter emits, so that tolerance is a hedge rather than a verified match — worth a glance against real data.Confident in the result: 86 frontend tests + 489 python tests green, lint/build/precommit all clean, added a dedicated exclusion test. Rough edge / possible follow-up: I left the per-player timeline events unfiltered (only the rank lists get scrubbed), and "flatten the subsection-title stack" I read narrowly — dropped only the redundant "Progression trends" heading and kept the list-identifying labels since they name distinct data. If Kai wanted those gone too, that's a quick follow-up.