chore(meta): set team copy on T-1115

This commit is contained in:
2026-07-16 12:16:30 +02:00
parent 6d97a3cafc
commit dc982d3c53
+1
View File
@@ -1647,3 +1647,4 @@ Refinement (2026-07-16, /whats-next Si review + gap resolution):
2. settlement_class assignment (gap): RESOLUTION default every pooled city to PopulationBudget; the D-196 thresholds (>=50k active / <5k ghost) decide state from the baked population. An authored NameLocked override list (small new source TOML) pins hero cities. EconomicTriggered and OrganicGrowth are simulation-time classes per D-196 out of bake scope.
Si verification notes: 463 atlas_city_names rows, all population=0 / settlement_class NULL claim exact. match_cities (server/src/atlas/attractor_matching.rs) only READS these fields for tiering; nothing assigns them. D-242/D-223/D-211/D-196 chain is consistent; no conflicting open Q-records. Importer entry point: populate_atlas_city_names (tooling/economy-db/economy_import/atlas.py:61-141).', 'review', 'high', 'dudley', 'server', 'D-242', '2026-06-14 15:29:50', '2026-07-16 09:49:28.604', NULL, 'f8adeb8ec7747d76448aca85bc5f6020', 2) ON CONFLICT(record_id) DO UPDATE SET type=excluded.type, parent_record_id=excluded.parent_record_id, title=excluded.title, description=excluded.description, status=excluded.status, priority=excluded.priority, assigned_to=excluded.assigned_to, team=excluded.team, decision_ref=excluded.decision_ref, updated_at=excluded.updated_at, deleted_at=excluded.deleted_at, hash=excluded.hash, canonical_version=excluded.canonical_version WHERE excluded.updated_at > tickets.updated_at OR (excluded.updated_at = tickets.updated_at AND excluded.hash > tickets.hash);
INSERT INTO tickets (record_id, type, parent_record_id, title, description, status, priority, assigned_to, team, decision_ref, created_at, updated_at, deleted_at, hash, canonical_version) VALUES ('06FPM32KT5Z1JBP9BCN2KC53EG', 'task', '06FB0TNSRZXCHGS16BFHSSGSV4', 'Wiki content: corp-placement coverage gaps — 10 pageless corps + GJ702B city names', 'Follow-up from T-1074 (D-242). Two wiki content gaps cap corp-HQ placement coverage: (1) 10 legacy DB-only corps (mvg, adams-ford, dsmc, 7 Cygni-B combines) have no wiki/corporations page, so no corp_specialization/hq_placement/headquarters_body — left NULL, non-fatal; they remain load-bearing for 2468 brand_products rows so rows were kept. Author pages (or record a deferral). (2) GJ 702B (Prometheus) has zero authored city names anywhere in the system, so prometheus-labs + kovalev-freight are logged unmatched CityTenant corps — the Reach''s longevity-monopoly hero system needs city names in its markers pool. Note: sova-station-works'' broken headquarters ref is NOT this ticket — it resolves under T-1054.', 'backlog', 'low', NULL, 'copy', NULL, '2026-07-16 08:30:20.625', '2026-07-16 10:16:18.763', NULL, '9e9055326c3c23b9252f3890767230a5', 2) ON CONFLICT(record_id) DO UPDATE SET type=excluded.type, parent_record_id=excluded.parent_record_id, title=excluded.title, description=excluded.description, status=excluded.status, priority=excluded.priority, assigned_to=excluded.assigned_to, team=excluded.team, decision_ref=excluded.decision_ref, updated_at=excluded.updated_at, deleted_at=excluded.deleted_at, hash=excluded.hash, canonical_version=excluded.canonical_version WHERE excluded.updated_at > tickets.updated_at OR (excluded.updated_at = tickets.updated_at AND excluded.hash > tickets.hash);