Word-processor and spreadsheet skills that publish live editable artifacts are registered but hard-disabled.
Both skills register at startup, but their enable check is a build-time constant returning false.
What's wrong with this entry?
Two new skills that publish a live, editable Artifact are registered at startup: a word-processor-style document and a spreadsheet with a formula bar, sorting and per-cell saving. Nobody can invoke them here. Their enable check is a build-time constant that always returns false, not a remote flag, so no account or setting turns them on in 2.1.228.
- Each ships a large instruction file plus a
template.html. - The menu entry for the document reads "Publish a working document Artifact".
- The constant is exported as
isProductivitySkillsEnabledand unconditionally returns false.
menuDescription: "Publish a working document Artifact"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.