Commit f28eb1d
docs(skills): spell Plugin.type as PluginType in objectstack-platform (#14981)
The skill's copy of the Plugin interface still spelled type as an open
string with the value set in a trailing comment. #13925 narrowed the
published field to the closed PluginType (exported from
@objectstack/core), so the skill was teaching a wider accept set than
the compiler enforces. Same-length spelling fix at both sites, with
the enumeration comment replaced by a pointer to PluginType.
Claude-Session: https://claude.ai/code/session_019RfFHiRCSs3JXLK4cwcfox
Co-authored-by: Claude <noreply@anthropic.com>1 parent 8f8af36 commit f28eb1d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
| 723 | + | |
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments