[WSJF-4] Methodical simplification: audit unused field_map strategies #16

Open
opened 2026-06-27 10:46:15 +02:00 by bullitt · 0 comments
Owner

Context

Article: 'Remove one component at a time, measure impact.'

Problem

We support 4 strategies: after_label, link_containing, literal, none. Some might never be used effectively by real parsers.

Proposal

  • Query all parsers, count usage of each strategy type across all field_maps
  • Identify strategies that are never or rarely used
  • Consider: are there common patterns that need a NEW strategy (e.g., 'url_parameter' for extracting piececode directly)?
  • Remove dead strategies, add needed ones

WSJF: 4

## Context Article: 'Remove one component at a time, measure impact.' ## Problem We support 4 strategies: after_label, link_containing, literal, none. Some might never be used effectively by real parsers. ## Proposal - Query all parsers, count usage of each strategy type across all field_maps - Identify strategies that are never or rarely used - Consider: are there common patterns that need a NEW strategy (e.g., 'url_parameter' for extracting piececode directly)? - Remove dead strategies, add needed ones ## WSJF: 4
Sign in to join this conversation.
No labels
arch
harness
security
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bullitt/trackbox#16
No description provided.