{"id":"adaptation-over-invention","text":"The codebase consistently repurposes existing abstractions for special cases — Python's min-heap via sign negation for descending order, regular topics as dead-letter queues, first message ID as thread ID — rather than introducing new data structures or infrastructure.","truth_value":"IN","source":"","source_url":"","source_hash":"","justifications":[{"type":"SL","antecedents":["heap-sign-negation-repurposes-min-heap","special-cases-reuse-existing-abstractions"],"outlist":[],"label":"both stdlib data structure adaptation and domain abstraction reuse follow the same principle of minimizing new concepts"}],"dependents":["correctness-through-structural-reuse","derivation-over-creation"],"metadata":{"last_reviewed":"2026-06-06T06:26:57","review_result":"pass"},"created_at":"","updated_at":"","reviewed_at":"","verified_at":"","retracted_at":"","explanation":{"steps":[{"node":"adaptation-over-invention","truth_value":"IN","reason":"SL justification valid","antecedents":["heap-sign-negation-repurposes-min-heap","special-cases-reuse-existing-abstractions"],"label":"both stdlib data structure adaptation and domain abstraction reuse follow the same principle of minimizing new concepts"},{"node":"heap-sign-negation-repurposes-min-heap","truth_value":"IN","reason":"SL justification valid","antecedents":["leaderboard-negated-score-ordering","url-frontier-strategy-via-sequence-sign"],"label":"Key negation is a recurring trick for descending order in min-heap-only environments"},{"node":"leaderboard-negated-score-ordering","truth_value":"IN","reason":"premise"},{"node":"url-frontier-strategy-via-sequence-sign","truth_value":"IN","reason":"premise"},{"node":"special-cases-reuse-existing-abstractions","truth_value":"IN","reason":"SL justification valid","antecedents":["dmq-dlq-is-regular-topic","email-service-thread-id-is-first-msg"],"label":"Both base beliefs show the pattern of modeling a special concept (DLQ, thread identity) as an instance of the general concept (topic, message ID) rather than creating parallel infrastructure"},{"node":"dmq-dlq-is-regular-topic","truth_value":"IN","reason":"premise"},{"node":"email-service-thread-id-is-first-msg","truth_value":"IN","reason":"premise"}]}}