facult 2.17.1 → 2.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/manage.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "facult",
3
- "version": "2.17.1",
3
+ "version": "2.17.2",
4
4
  "description": "Manage canonical AI capabilities, sync surfaces, and evolution state.",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/src/manage.ts CHANGED
@@ -368,7 +368,7 @@ function fcltCodexMarketplaceEntry(): Record<string, unknown> {
368
368
  },
369
369
  policy: {
370
370
  installation: "AVAILABLE",
371
- authentication: "NONE",
371
+ authentication: "ON_INSTALL",
372
372
  },
373
373
  category: "Productivity",
374
374
  };