Commit d231332
feat(spec)!: remove the orphaned FeatureFlagSchema module (kernel/feature.zod)
Follow-through of #3605: kernel/feature.zod.ts (FeatureStrategy,
FeatureFlagSchema, the FeatureFlag factory + types) had zero runtime
consumers, and its only protocol home — the static
ObjectStackCapabilities.system.features descriptor — was itself removed as
dead in #3605. Not authorable (defineStack has no features key), not
registered, not read by any engine. Live toggles are the feature_flags
settings manifest (ADR-0007, OS_FEATURE_FLAGS_*) and the
PUBLIC_AUTH_FEATURES registry for auth gates.
- Delete feature.zod.ts + feature.test.ts; kernel/index export dropped with
a removal note; manifest keys kernel/FeatureFlag + kernel/FeatureStrategy
dropped; PROTOCOL_MAP row dropped; SKILL_MAP entry dropped (skill refs
regenerated).
- Docs: references/kernel/feature.mdx removed by regen; the hand-written
quick-reference row removed; the platform skill's Feature Flags section
rewritten to point at the settings surface; public-auth-features.ts
"not to be confused" comment updated.
- api-surface: 4 exports, pure removal. Changeset (minor) carries the
removed-shape → settings-manifest migration table.
Verified: 6663 spec tests green, tsc clean, check:docs/api-surface/
skill-refs/skill-docs/react-blocks/skill-examples all in sync,
downstream-contract typecheck clean.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 4e9e184 commit d231332
15 files changed
Lines changed: 53 additions & 301 deletions
File tree
- .changeset
- content/docs
- getting-started
- references/kernel
- packages/spec
- scripts
- src/kernel
- skills/objectstack-platform
- references
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | 195 | | |
197 | 196 | | |
198 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1419 | 1419 | | |
1420 | 1420 | | |
1421 | 1421 | | |
1422 | | - | |
1423 | | - | |
1424 | | - | |
1425 | | - | |
1426 | 1422 | | |
1427 | 1423 | | |
1428 | 1424 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
979 | 979 | | |
980 | 980 | | |
981 | 981 | | |
982 | | - | |
983 | | - | |
984 | 982 | | |
985 | 983 | | |
986 | 984 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| |||
This file was deleted.
0 commit comments