SubscribeStar .art age fix, modal tag-flow sync, system tags / training hygiene (#128) #190
Reference in New Issue
Block a user
Delete Branch "dev"
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?
Three CI-green batches (through
65bd1c2, run 1897):SubscribeStar age cookie on every domain — the 18+ cookie was pinned to
.subscribestar.adult;.artsources (Elasid) hit the age wall on every poll. Now emitted per-domain (.com/.adult/.art) with per-domain presence checks;.artadmitted by the URL pattern.Modal tag-flow sync — applied tags drop out of the type-to-add search the moment the chip rail updates; manually picking/creating a tag the model also suggested routes through the suggestion-accept flow (feedback recorded, row leaves the panel); removing a tag returns its suggestion to the panel flagged-rejected (one-click reversible). Applies to the Explore workspace via shared TagPanel.
System tags / training hygiene (milestone #128) — ⚠️ includes migration 0075 (adds
tag.is_system, seedswip/banner/editor screenshot, adopting same-named existing tags). Images carrying a system tag are absent from every other concept's head training (positives AND negatives) and from CCIP identity prototypes; a system tag's own head trains normally so auto-flagging arms itself after ~8 labels. similar() hides banner/editor-screenshot results. System rows are protected against rename, merge-away, delete, prune-unused, reset-content (they and their applications survive a reset), and tag-normalize recasing. UI: shield markers, destructive affordances hidden.Also fixes a latent test-harness bug (#1276): integration baseline restore never resynced serial sequences after TRUNCATE RESTART IDENTITY.