GAIA removes its adaptive mentorship layer and the structured event pipeline that fed it (gaia PR #763, SPEC-038).
src/pages/mentorship/ advertises a capability the product no longer ships, and both in-product links to it are deleted by that change. Nothing but this issue prevents a public page advertising a removed feature.
Decide whether to remove the page, redirect it, or replace it.
Context worth knowing when you decide:
- The feature was opt-in, local-only, and shipped off by default. Nothing in the shipped surface ever read the event stream it wrote, and nothing transmitted it anywhere.
- It charged every new adopter a blocking privacy decision during
/setup-gaia's first run, before they had any signal the feature was worth the ask. That cost is a large part of why it was removed.
- An upgrading adopter's residue is destroyed by a one-shot SessionStart sweep, so the removal is complete on their machine too.
Filed as the durable follow-up required before the removal merges.
GAIA removes its adaptive mentorship layer and the structured event pipeline that fed it (gaia PR #763, SPEC-038).
src/pages/mentorship/advertises a capability the product no longer ships, and both in-product links to it are deleted by that change. Nothing but this issue prevents a public page advertising a removed feature.Decide whether to remove the page, redirect it, or replace it.
Context worth knowing when you decide:
/setup-gaia's first run, before they had any signal the feature was worth the ask. That cost is a large part of why it was removed.Filed as the durable follow-up required before the removal merges.