@dxtmisha/scripts 0.11.8 → 1.1.0
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.
- package/CHANGELOG.md +77 -0
- package/ai-resources/componentMaterials.md +19 -0
- package/ai-resources/componentPrompt.md +381 -0
- package/ai-resources/componentWiki.md +13 -0
- package/bin/arguments.ts +168 -0
- package/bin/build-packages.ts +34 -3
- package/bin/build-publish-packages.ts +12 -2
- package/bin/design-component.ts +7 -1
- package/bin/design-constructor.ts +22 -3
- package/bin/design-figma.ts +26 -4
- package/bin/design-flags.ts +14 -2
- package/bin/design-library.ts +7 -1
- package/bin/design-package.ts +29 -5
- package/bin/design-prompt.ts +27 -3
- package/bin/design-screenshot.ts +12 -2
- package/bin/design-types-save.ts +32 -5
- package/bin/design-types.ts +32 -6
- package/bin/design-ui.ts +21 -3
- package/bin/design-wiki-storm.ts +11 -3
- package/dist/AiZAi-BiLAcdFy.js +232 -0
- package/dist/PropertiesConfig-BKZz_FWW.js +262 -0
- package/{src/config.ts → dist/config.d.ts} +185 -158
- package/dist/config.js +20 -0
- package/dist/figmaApiTypes-CArSsNW8.js +6 -0
- package/dist/library-ai.d.ts +482 -0
- package/dist/library-ai.js +2 -0
- package/dist/library-figma.d.ts +462 -0
- package/dist/library-figma.js +75 -0
- package/dist/library-ui.d.ts +586 -0
- package/dist/library-ui.js +3760 -0
- package/dist/library.d.ts +4910 -0
- package/dist/library.js +1568 -0
- package/dist/propertyTypes-C64u6rT3.js +236 -0
- package/package.json +76 -27
- package/bin/ai-doc.ts +0 -7
- package/bin/build-functional.ts +0 -5
- package/bin/design-component-wiki.ts +0 -11
- package/src/classes/Ai/AiAbstract.ts +0 -242
- package/src/classes/Ai/AiClaude.ts +0 -26
- package/src/classes/Ai/AiClaudeAgent.ts +0 -16
- package/src/classes/Ai/AiClaudeAgentLite.ts +0 -86
- package/src/classes/Ai/AiClaudeCli.ts +0 -24
- package/src/classes/Ai/AiClaudeCliLite.ts +0 -108
- package/src/classes/Ai/AiClaudeLite.ts +0 -112
- package/src/classes/Ai/AiDoc.ts +0 -81
- package/src/classes/Ai/AiDocItem.ts +0 -27
- package/src/classes/Ai/AiDocItemAbstract.ts +0 -209
- package/src/classes/Ai/AiDocItemClasses.ts +0 -27
- package/src/classes/Ai/AiDocItemComposables.ts +0 -20
- package/src/classes/Ai/AiDocType.ts +0 -45
- package/src/classes/Ai/AiGoogle.ts +0 -26
- package/src/classes/Ai/AiGoogleCli.ts +0 -24
- package/src/classes/Ai/AiGoogleCliLite.ts +0 -108
- package/src/classes/Ai/AiGoogleLite.ts +0 -78
- package/src/classes/Ai/AiOpenAi.ts +0 -26
- package/src/classes/Ai/AiOpenAiLite.ts +0 -107
- package/src/classes/Ai/AiZAi.ts +0 -17
- package/src/classes/Ai/AiZAiLite.ts +0 -77
- package/src/classes/Ai/ApiTmp.ts +0 -43
- package/src/classes/BrowserItem.ts +0 -408
- package/src/classes/Build/BuildFunctional.ts +0 -54
- package/src/classes/Build/BuildPackages.ts +0 -137
- package/src/classes/Build/BuildPublishPackages.ts +0 -105
- package/src/classes/BuildItem.ts +0 -187
- package/src/classes/Component/ComponentCreator.ts +0 -45
- package/src/classes/Component/ComponentItem.ts +0 -161
- package/src/classes/Component/ComponentWiki.ts +0 -258
- package/src/classes/Component/ComponentWikiFile.ts +0 -138
- package/src/classes/Design/DesignCommand.ts +0 -243
- package/src/classes/Design/DesignComponent.ts +0 -824
- package/src/classes/Design/DesignConstructor.ts +0 -222
- package/src/classes/Design/DesignConstructors.ts +0 -101
- package/src/classes/Design/DesignFigma.ts +0 -61
- package/src/classes/Design/DesignFlags.ts +0 -215
- package/src/classes/Design/DesignReplace.ts +0 -672
- package/src/classes/Design/DesignScreenshot.ts +0 -140
- package/src/classes/Design/DesignStructure.ts +0 -201
- package/src/classes/Design/DesignStructureClasses.ts +0 -105
- package/src/classes/Design/DesignStructureItemAbstract.ts +0 -52
- package/src/classes/Design/DesignStructureRead.ts +0 -349
- package/src/classes/Design/DesignStructureStyles.ts +0 -45
- package/src/classes/Design/DesignTypes.ts +0 -94
- package/src/classes/Design/DesignTypesAi.ts +0 -135
- package/src/classes/Design/DesignTypesDescription.ts +0 -121
- package/src/classes/Design/DesignTypesMake.ts +0 -460
- package/src/classes/Design/DesignTypesMcp.ts +0 -90
- package/src/classes/Design/DesignTypesPrompts.ts +0 -332
- package/src/classes/Design/DesignTypescript.ts +0 -244
- package/src/classes/Design/DesignUi.ts +0 -143
- package/src/classes/Design/DesignWiki.ts +0 -52
- package/src/classes/Design/DesignWikiStorm.ts +0 -95
- package/src/classes/Design/DesignWikiStormItem.ts +0 -316
- package/src/classes/FigmaApi.ts +0 -190
- package/src/classes/Git/GitRead.ts +0 -261
- package/src/classes/Library/LibraryAiMcpItem.ts +0 -67
- package/src/classes/Library/LibraryAiPrompt.ts +0 -268
- package/src/classes/Library/LibraryAiPromptItem.ts +0 -331
- package/src/classes/Library/LibraryAiWiki.ts +0 -127
- package/src/classes/Library/LibraryAiWikiItem.ts +0 -79
- package/src/classes/Library/LibraryExport.ts +0 -167
- package/src/classes/Library/LibraryFlags.ts +0 -62
- package/src/classes/Library/LibraryItems.ts +0 -138
- package/src/classes/Library/LibraryList.ts +0 -189
- package/src/classes/Library/LibraryMedia.ts +0 -139
- package/src/classes/Library/LibraryPlugin.ts +0 -73
- package/src/classes/Library/LibraryTypes.ts +0 -130
- package/src/classes/Package/PackageFile.ts +0 -154
- package/src/classes/Package/PackageInit.ts +0 -54
- package/src/classes/Package/PackageItem.ts +0 -329
- package/src/classes/Properties/Properties.ts +0 -175
- package/src/classes/Properties/PropertiesCache.ts +0 -248
- package/src/classes/Properties/PropertiesConfig.ts +0 -213
- package/src/classes/Properties/PropertiesConvector.ts +0 -52
- package/src/classes/Properties/PropertiesFile.ts +0 -522
- package/src/classes/Properties/PropertiesImport.ts +0 -182
- package/src/classes/Properties/PropertiesItems.ts +0 -605
- package/src/classes/Properties/PropertiesKeys.ts +0 -121
- package/src/classes/Properties/PropertiesMain.ts +0 -138
- package/src/classes/Properties/PropertiesPalette.ts +0 -149
- package/src/classes/Properties/PropertiesPath.ts +0 -193
- package/src/classes/Properties/PropertiesScss.ts +0 -261
- package/src/classes/Properties/PropertiesSeparator.ts +0 -118
- package/src/classes/Properties/PropertiesSettings.ts +0 -104
- package/src/classes/Properties/PropertiesStandard.ts +0 -180
- package/src/classes/Properties/PropertiesTool.ts +0 -80
- package/src/classes/Properties/PropertiesTypes.ts +0 -147
- package/src/classes/Properties/PropertiesValues.ts +0 -75
- package/src/classes/Properties/PropertiesWrap.ts +0 -187
- package/src/classes/Properties/convector/convectorColor.ts +0 -27
- package/src/classes/Properties/convector/convectorFontFamilies.ts +0 -18
- package/src/classes/Properties/convector/convectorShadow.ts +0 -61
- package/src/classes/Properties/convector/convectorTypography.ts +0 -19
- package/src/classes/Properties/to/PropertiesToAbstract.ts +0 -51
- package/src/classes/Properties/to/PropertiesToAnimate.ts +0 -59
- package/src/classes/Properties/to/PropertiesToClass.ts +0 -49
- package/src/classes/Properties/to/PropertiesToClone.ts +0 -114
- package/src/classes/Properties/to/PropertiesToComponent.ts +0 -52
- package/src/classes/Properties/to/PropertiesToDrag.ts +0 -231
- package/src/classes/Properties/to/PropertiesToDuplicate.ts +0 -165
- package/src/classes/Properties/to/PropertiesToFull.ts +0 -36
- package/src/classes/Properties/to/PropertiesToLink.ts +0 -259
- package/src/classes/Properties/to/PropertiesToMedia.ts +0 -187
- package/src/classes/Properties/to/PropertiesToMulti.ts +0 -101
- package/src/classes/Properties/to/PropertiesToNone.ts +0 -46
- package/src/classes/Properties/to/PropertiesToPalette.ts +0 -241
- package/src/classes/Properties/to/PropertiesToProperty.ts +0 -31
- package/src/classes/Properties/to/PropertiesToRemove.ts +0 -33
- package/src/classes/Properties/to/PropertiesToReplace.ts +0 -77
- package/src/classes/Properties/to/PropertiesToRoot.ts +0 -40
- package/src/classes/Properties/to/PropertiesToSimilar.ts +0 -128
- package/src/classes/Properties/to/PropertiesToSort.ts +0 -146
- package/src/classes/Properties/to/PropertiesToState.ts +0 -65
- package/src/classes/Properties/to/PropertiesToStyle.ts +0 -52
- package/src/classes/Properties/to/PropertiesToSub.ts +0 -95
- package/src/classes/Properties/to/PropertiesToSubclass.ts +0 -76
- package/src/classes/Properties/to/PropertiesToVar.ts +0 -194
- package/src/classes/Properties/to/PropertiesToVariable.ts +0 -176
- package/src/classes/Styles/Styles.ts +0 -247
- package/src/classes/Styles/StylesClasses.ts +0 -86
- package/src/classes/Styles/StylesProperties.ts +0 -197
- package/src/classes/Styles/StylesRoot.ts +0 -103
- package/src/classes/Styles/StylesTool.ts +0 -112
- package/src/classes/Styles/to/StylesToAbstract.ts +0 -93
- package/src/classes/Styles/to/StylesToAnimate.ts +0 -19
- package/src/classes/Styles/to/StylesToClass.ts +0 -25
- package/src/classes/Styles/to/StylesToClassFull.ts +0 -19
- package/src/classes/Styles/to/StylesToContainer.ts +0 -24
- package/src/classes/Styles/to/StylesToMedia.ts +0 -19
- package/src/classes/Styles/to/StylesToProperty.ts +0 -123
- package/src/classes/Styles/to/StylesToRoot.ts +0 -14
- package/src/classes/Styles/to/StylesToSelector.ts +0 -71
- package/src/classes/Styles/to/StylesToVar.ts +0 -105
- package/src/classes/Styles/to/StylesToVirtual.ts +0 -33
- package/src/composables/useAi.ts +0 -38
- package/src/demo/ai.ts +0 -10
- package/src/functions/getComponentPaths.ts +0 -13
- package/src/functions/getConfigAi.ts +0 -14
- package/src/functions/getConstructorProperties.ts +0 -54
- package/src/functions/getDirname.ts +0 -17
- package/src/functions/getNameDirByPaths.ts +0 -16
- package/src/functions/getPackageJson.ts +0 -19
- package/src/functions/hasNativeDirname.ts +0 -8
- package/src/functions/run.ts +0 -47
- package/src/functions/toPathStandardSep.ts +0 -14
- package/src/library-ai.ts +0 -10
- package/src/library.ts +0 -73
- package/src/media/ai/ai-doc-types.ts +0 -21
- package/src/media/properties/css.ts +0 -634
- package/src/media/properties/cssSelector.ts +0 -74
- package/src/media/properties/cssVirtual.ts +0 -12
- package/src/media/properties/listSort.ts +0 -113
- package/src/media/properties/style.ts +0 -81
- package/src/media/templates/component/DesignComponent.mdx +0 -30
- package/src/media/templates/component/DesignComponent.stories.ts +0 -34
- package/src/media/templates/component/DesignComponent.vue +0 -54
- package/src/media/templates/component/DesignComponentAiWiki.vue +0 -25
- package/src/media/templates/component/index.ts +0 -13
- package/src/media/templates/component/props.ts +0 -27
- package/src/media/templates/component/styleToken.scss +0 -17
- package/src/media/templates/component/wiki.ts +0 -13
- package/src/media/templates/component/wikiData.ts +0 -28
- package/src/media/templates/componentDoc/ComponentDoc.vue +0 -26
- package/src/media/templates/componentDoc/index.ts +0 -12
- package/src/media/templates/componentDoc/materials/README.md +0 -8
- package/src/media/templates/componentDoc/materials/prompt.md +0 -38
- package/src/media/templates/componentDoc/subcomponents/_.gitignore.txt +0 -0
- package/src/media/templates/componentDoc/types.ts +0 -15
- package/src/media/templates/componentDoc/wiki/ComponentDoc.mdx +0 -13
- package/src/media/templates/componentDoc/wiki/ComponentDoc.stories.ts +0 -24
- package/src/media/templates/componentDoc/wiki/prompt.md +0 -41
- package/src/media/templates/constructors/Constructors.ts +0 -33
- package/src/media/templates/constructors/ConstructorsDesign.tsx +0 -129
- package/src/media/templates/constructors/basicTypes.ts +0 -0
- package/src/media/templates/constructors/index.ts +0 -5
- package/src/media/templates/constructors/props.ts +0 -28
- package/src/media/templates/constructors/style.scss +0 -5
- package/src/media/templates/constructors/types.ts +0 -47
- package/src/media/templates/packages/figma/README.md +0 -1
- package/src/media/templates/packages/figma/_.gitignore.txt +0 -29
- package/src/media/templates/packages/figma/ai.sample.config.ts +0 -2
- package/src/media/templates/packages/figma/design.config.json +0 -3
- package/src/media/templates/packages/figma/index.html +0 -12
- package/src/media/templates/packages/figma/manifest.json +0 -25
- package/src/media/templates/packages/figma/package.json +0 -37
- package/src/media/templates/packages/figma/src/App.vue +0 -9
- package/src/media/templates/packages/figma/src/classes/_.gitignore.txt +0 -1
- package/src/media/templates/packages/figma/src/code.ts +0 -16
- package/src/media/templates/packages/figma/src/components/_.gitignore.txt +0 -1
- package/src/media/templates/packages/figma/src/composables/_.gitignore.txt +0 -1
- package/src/media/templates/packages/figma/src/config.ts +0 -0
- package/src/media/templates/packages/figma/src/functions/_.gitignore.txt +0 -1
- package/src/media/templates/packages/figma/src/library.ts +0 -0
- package/src/media/templates/packages/figma/src/main.ts +0 -4
- package/src/media/templates/packages/figma/src/media/_.gitignore.txt +0 -1
- package/src/media/templates/packages/figma/src/storybook/_.gitignore.txt +0 -1
- package/src/media/templates/packages/figma/src/types/_.gitignore.txt +0 -1
- package/src/media/templates/packages/figma/src/vite-env.d.ts +0 -1
- package/src/media/templates/packages/figma/tsconfig.app.json +0 -12
- package/src/media/templates/packages/figma/tsconfig.json +0 -7
- package/src/media/templates/packages/figma/tsconfig.node.json +0 -8
- package/src/media/templates/packages/figma/vite.config.ts +0 -7
- package/src/media/templates/packages/library/README.md +0 -1
- package/src/media/templates/packages/library/_.gitignore.txt +0 -27
- package/src/media/templates/packages/library/ai-description.md +0 -15
- package/src/media/templates/packages/library/design.config.json +0 -3
- package/src/media/templates/packages/library/index.html +0 -12
- package/src/media/templates/packages/library/materials/README.md +0 -8
- package/src/media/templates/packages/library/materials/prompt.md +0 -45
- package/src/media/templates/packages/library/package.json +0 -46
- package/src/media/templates/packages/library/src/App.vue +0 -8
- package/src/media/templates/packages/library/src/classes/_.gitignore.txt +0 -1
- package/src/media/templates/packages/library/src/components/_.gitignore.txt +0 -1
- package/src/media/templates/packages/library/src/composables/_.gitignore.txt +0 -1
- package/src/media/templates/packages/library/src/functions/_.gitignore.txt +0 -1
- package/src/media/templates/packages/library/src/library.ts +0 -0
- package/src/media/templates/packages/library/src/main.ts +0 -6
- package/src/media/templates/packages/library/src/style.scss +0 -0
- package/src/media/templates/packages/library/src/types/_.gitignore.txt +0 -1
- package/src/media/templates/packages/library/src/vite-env.d.ts +0 -1
- package/src/media/templates/packages/library/tsconfig.app.json +0 -11
- package/src/media/templates/packages/library/tsconfig.json +0 -7
- package/src/media/templates/packages/library/tsconfig.node.json +0 -7
- package/src/media/templates/packages/library/vite.config.ts +0 -14
- package/src/media/templates/packages/nitro/README.md +0 -1
- package/src/media/templates/packages/nitro/_.gitignore.txt +0 -28
- package/src/media/templates/packages/nitro/index.html +0 -2
- package/src/media/templates/packages/nitro/package.json +0 -25
- package/src/media/templates/packages/nitro/server/plugins/ui-plugin.ts +0 -7
- package/src/media/templates/packages/nitro/server/routes/api/hello.ts +0 -13
- package/src/media/templates/packages/nitro/src/App.vue +0 -10
- package/src/media/templates/packages/nitro/src/assets/_.gitignore.txt +0 -0
- package/src/media/templates/packages/nitro/src/components/_.gitignore.txt +0 -0
- package/src/media/templates/packages/nitro/src/composables/_.gitignore.txt +0 -0
- package/src/media/templates/packages/nitro/src/entry-client.ts +0 -13
- package/src/media/templates/packages/nitro/src/entry-server.ts +0 -29
- package/src/media/templates/packages/nitro/src/main.ts +0 -14
- package/src/media/templates/packages/nitro/src/pages/HomePage.vue +0 -8
- package/src/media/templates/packages/nitro/src/router.ts +0 -11
- package/src/media/templates/packages/nitro/src/style.scss +0 -0
- package/src/media/templates/packages/nitro/src/templates/main.html +0 -21
- package/src/media/templates/packages/nitro/src/vite-env.d.ts +0 -11
- package/src/media/templates/packages/nitro/tsconfig.app.json +0 -14
- package/src/media/templates/packages/nitro/tsconfig.json +0 -7
- package/src/media/templates/packages/nitro/tsconfig.node.json +0 -12
- package/src/media/templates/packages/nitro/vite.config.ts +0 -17
- package/src/media/templates/packages/project/README.md +0 -1
- package/src/media/templates/packages/project/_.gitignore.txt +0 -28
- package/src/media/templates/packages/project/design.config.json +0 -3
- package/src/media/templates/packages/project/index.html +0 -12
- package/src/media/templates/packages/project/materials/README.md +0 -8
- package/src/media/templates/packages/project/materials/prompt.md +0 -41
- package/src/media/templates/packages/project/package.json +0 -13
- package/src/media/templates/packages/project/public/_.gitignore.txt +0 -0
- package/src/media/templates/packages/project/src/App.vue +0 -12
- package/src/media/templates/packages/project/src/assets/_.gitignore.txt +0 -0
- package/src/media/templates/packages/project/src/components/_.gitignore.txt +0 -0
- package/src/media/templates/packages/project/src/composables/_.gitignore.txt +0 -0
- package/src/media/templates/packages/project/src/main.ts +0 -6
- package/src/media/templates/packages/project/src/style.scss +0 -0
- package/src/media/templates/packages/project/src/vite-env.d.ts +0 -1
- package/src/media/templates/packages/project/tsconfig.app.json +0 -11
- package/src/media/templates/packages/project/tsconfig.json +0 -7
- package/src/media/templates/packages/project/tsconfig.node.json +0 -7
- package/src/media/templates/packages/project/vite.config.ts +0 -7
- package/src/media/templates/prompts/aiCodeGlobalPrompt.en.md +0 -22
- package/src/media/templates/prompts/aiCodeGlobalPrompt.ru.md +0 -21
- package/src/media/templates/prompts/aiCodeVuePrompt.en.md +0 -17
- package/src/media/templates/prompts/aiCodeVuePrompt.ru.md +0 -17
- package/src/media/templates/prompts/aiDocClassPrompt.en.txt +0 -63
- package/src/media/templates/prompts/aiDocClassPrompt.ru.txt +0 -63
- package/src/media/templates/prompts/aiDocComposablePrompt.en.txt +0 -67
- package/src/media/templates/prompts/aiDocComposablePrompt.ru.txt +0 -67
- package/src/media/templates/prompts/aiDocFunctionPrompt.en.txt +0 -57
- package/src/media/templates/prompts/aiDocFunctionPrompt.ru.txt +0 -57
- package/src/media/templates/prompts/componentPrompt.en.txt +0 -182
- package/src/media/templates/prompts/componentPrompt.ru.txt +0 -182
- package/src/media/templates/prompts/demoClassEn.mdx +0 -111
- package/src/media/templates/prompts/demoClassRu.mdx +0 -111
- package/src/media/templates/prompts/demoComponentEn.mdx +0 -282
- package/src/media/templates/prompts/demoComponentRu.mdx +0 -282
- package/src/media/templates/prompts/demoComposableEn.mdx +0 -103
- package/src/media/templates/prompts/demoComposableRu.mdx +0 -103
- package/src/media/templates/prompts/demoDocEn.mdx +0 -30
- package/src/media/templates/prompts/demoDocRu.mdx +0 -30
- package/src/media/templates/viteComponentTemplateConfig.ts +0 -14
- package/src/types/aiTypes.ts +0 -19
- package/src/types/configTypes.ts +0 -69
- package/src/types/designTypes.ts +0 -167
- package/src/types/figmaApiTypes.ts +0 -337
- package/src/types/gitTypes.ts +0 -59
- package/src/types/libraryTypes.ts +0 -49
- package/src/types/propertyTypes.ts +0 -586
- package/src/types/screenshotTypes.ts +0 -55
- package/src/types/webTypes.ts +0 -134
- package/src/vite-env.d.ts +0 -1
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/vue3-vite'
|
|
2
|
-
|
|
3
|
-
import ComponentDoc from './../ComponentDoc.vue'
|
|
4
|
-
|
|
5
|
-
const meta = {
|
|
6
|
-
title: '[project]/ComponentDoc',
|
|
7
|
-
component: ComponentDoc
|
|
8
|
-
} satisfies Meta<typeof ComponentDoc>
|
|
9
|
-
|
|
10
|
-
export default meta
|
|
11
|
-
|
|
12
|
-
type Story = StoryObj<typeof meta>
|
|
13
|
-
|
|
14
|
-
export const Component: Story = {
|
|
15
|
-
render: args => ({
|
|
16
|
-
components: { ComponentDoc },
|
|
17
|
-
setup() {
|
|
18
|
-
return { args }
|
|
19
|
-
},
|
|
20
|
-
template: `<div>
|
|
21
|
-
<ComponentDoc v-bind="args" />
|
|
22
|
-
</div>`
|
|
23
|
-
})
|
|
24
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
# AI Prompt: Component Documentation & Development
|
|
2
|
-
|
|
3
|
-
This instruction defines the rules for analyzing, documenting, and modifying components inside the workspace.
|
|
4
|
-
|
|
5
|
-
## 1. Component Resolution & Analysis
|
|
6
|
-
|
|
7
|
-
If the component source files are not directly attached in your context, they are located in the parent directory (one folder above this `wiki` folder).
|
|
8
|
-
- Study the main Vue SFC (`*.vue`), types/props (`types.ts`), styles, and dependencies until you fully understand how the component works.
|
|
9
|
-
- Once you have a complete understanding of its behavior and interface, further deep-dive study of outer dependencies is not required.
|
|
10
|
-
|
|
11
|
-
## 2. Master Prompt Templates
|
|
12
|
-
|
|
13
|
-
You must read, study, and strictly follow the detailed descriptions, rules, coding standards, and templates specified in:
|
|
14
|
-
- Workspace path: `packages/scripts/src/media/templates/prompts/componentPrompt.en.txt` (or `componentPrompt.ru.txt`)
|
|
15
|
-
- Node modules path: `node_modules/@dxtmisha/scripts/src/media/templates/prompts/componentPrompt.en.txt` (or `componentPrompt.ru.txt`)
|
|
16
|
-
|
|
17
|
-
> [!WARNING]
|
|
18
|
-
> If these files are not accessible, missing, or cannot be read, proceed with standard high-quality component documentation practices.
|
|
19
|
-
|
|
20
|
-
## 3. Output Locations & Code Structure Rules
|
|
21
|
-
|
|
22
|
-
You must save your changes in the correct target locations:
|
|
23
|
-
- **Documentation & Playground changes** (including MDX files and `stories.ts` playground configurations) must be saved inside this current directory (the `wiki` folder).
|
|
24
|
-
- **Component source changes** (including Vue SFC and typings/properties files) must be saved inside the parent directory (one level up from this current directory).
|
|
25
|
-
|
|
26
|
-
- **Storybook Stories Configuration (`*.stories.ts`)**:
|
|
27
|
-
- In the `meta` object of `*.stories.ts`, you MUST append a concise short description of the component (2–4 words) to the `title` field after the component name separated by a dash:
|
|
28
|
-
`title: '[project]/[ComponentName] - [short description of 2-4 words]'` (e.g. `'d1/Button - Interactive action trigger'` or `'d1/Button - Интерактивная кнопка действия'`).
|
|
29
|
-
- The short description must capture the primary purpose of the component in 2–4 words in the target documentation language ([wikiLanguage]).
|
|
30
|
-
- **No `argTypes`**: Adding `argTypes` to the `meta` configuration object or anywhere in `*.stories.ts` is **STRICTLY FORBIDDEN**.
|
|
31
|
-
|
|
32
|
-
> [!IMPORTANT]
|
|
33
|
-
> **Ignore Output Separation Rules in componentPrompt:**
|
|
34
|
-
> You must completely ignore any instructions or constraints in `componentPrompt.en.txt`/`componentPrompt.ru.txt` regarding how the final result/output should be returned or structured (specifically ignore rules 5-8, the requirement to split the response into 5 parts separated by "#########", and the prohibition on writing or modifying files).
|
|
35
|
-
> Instead, directly modify/save the workspace files (MDX and `stories.ts` in the current folder, and Vue SFC and `types.ts` in the parent folder).
|
|
36
|
-
|
|
37
|
-
- All formatting standards, naming conventions, and styling helper classes described in the prompt templates must be adhered to without exception.
|
|
38
|
-
|
|
39
|
-
---
|
|
40
|
-
CRITICAL PRIORITY RULE:
|
|
41
|
-
Everything below this line has a higher priority than the text above it.
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import type { Ref, ToRefs } from 'vue'
|
|
2
|
-
import { type ConstrEmit, type DesignComp } from '@dxtmisha/functional'
|
|
3
|
-
|
|
4
|
-
import type { ConstructorsComponents, ConstructorsEmits, ConstructorsSlots } from './types'
|
|
5
|
-
import type { ConstructorsProps } from './props'
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Constructors
|
|
9
|
-
*/
|
|
10
|
-
export class Constructors {
|
|
11
|
-
/**
|
|
12
|
-
* Constructor
|
|
13
|
-
* @param props input data/ входные данные
|
|
14
|
-
* @param refs input data in the form of reactive elements/ входные данные в виде реактивных элементов
|
|
15
|
-
* @param element input element/ элемент ввода
|
|
16
|
-
* @param classDesign design name/ название дизайна
|
|
17
|
-
* @param className class name/ название класса
|
|
18
|
-
* @param components object for working with components/ объект для работы с компонентами
|
|
19
|
-
* @param slots object for working with slots/ объект для работы со слотами
|
|
20
|
-
* @param emits the function is called when an event is triggered/ функция вызывается, когда срабатывает событие
|
|
21
|
-
*/
|
|
22
|
-
constructor(
|
|
23
|
-
protected readonly props: ConstructorsProps,
|
|
24
|
-
protected readonly refs: ToRefs<ConstructorsProps>,
|
|
25
|
-
protected readonly element: Ref<HTMLElement | undefined>,
|
|
26
|
-
protected readonly classDesign: string,
|
|
27
|
-
protected readonly className: string,
|
|
28
|
-
protected readonly components?: DesignComp<ConstructorsComponents, ConstructorsProps>,
|
|
29
|
-
protected readonly slots?: ConstructorsSlots,
|
|
30
|
-
protected readonly emits?: ConstrEmit<ConstructorsEmits>
|
|
31
|
-
) {
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
import { h, type VNode } from 'vue'
|
|
2
|
-
import {
|
|
3
|
-
type ConstrOptions,
|
|
4
|
-
type ConstrStyles,
|
|
5
|
-
DesignConstructorAbstract
|
|
6
|
-
} from '@dxtmisha/functional'
|
|
7
|
-
|
|
8
|
-
import { Constructors } from './Constructors'
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
type ConstructorsPropsBasic
|
|
12
|
-
} from './props'
|
|
13
|
-
import {
|
|
14
|
-
type ConstructorsClasses,
|
|
15
|
-
type ConstructorsComponents,
|
|
16
|
-
type ConstructorsEmits,
|
|
17
|
-
type ConstructorsExpose,
|
|
18
|
-
type ConstructorsSlots
|
|
19
|
-
} from './types'
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* ConstructorsDesign
|
|
23
|
-
*/
|
|
24
|
-
export class ConstructorsDesign<
|
|
25
|
-
COMP extends ConstructorsComponents,
|
|
26
|
-
EXPOSE extends ConstructorsExpose,
|
|
27
|
-
CLASSES extends ConstructorsClasses,
|
|
28
|
-
P extends ConstructorsPropsBasic
|
|
29
|
-
> extends DesignConstructorAbstract<
|
|
30
|
-
HTMLDivElement,
|
|
31
|
-
COMP,
|
|
32
|
-
ConstructorsEmits,
|
|
33
|
-
EXPOSE,
|
|
34
|
-
ConstructorsSlots,
|
|
35
|
-
CLASSES,
|
|
36
|
-
P
|
|
37
|
-
> {
|
|
38
|
-
protected readonly item: Constructors
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* Constructor
|
|
42
|
-
* @param name class name/ название класса
|
|
43
|
-
* @param props properties/ свойства
|
|
44
|
-
* @param options list of additional parameters/ список дополнительных параметров
|
|
45
|
-
* @param ItemConstructor constructors item class/ класс элемента конструкторов
|
|
46
|
-
*/
|
|
47
|
-
constructor(
|
|
48
|
-
name: string,
|
|
49
|
-
props: Readonly<P>,
|
|
50
|
-
options?: ConstrOptions<COMP, ConstructorsEmits, P>,
|
|
51
|
-
ItemConstructor: typeof Constructors = Constructors
|
|
52
|
-
) {
|
|
53
|
-
super(
|
|
54
|
-
name,
|
|
55
|
-
props,
|
|
56
|
-
options
|
|
57
|
-
)
|
|
58
|
-
|
|
59
|
-
this.item = new ItemConstructor(
|
|
60
|
-
this.props,
|
|
61
|
-
this.refs,
|
|
62
|
-
this.element,
|
|
63
|
-
this.getDesign(),
|
|
64
|
-
this.getName(),
|
|
65
|
-
this.components,
|
|
66
|
-
this.slots,
|
|
67
|
-
this.emits
|
|
68
|
-
)
|
|
69
|
-
|
|
70
|
-
// TODO: Method for initializing base objects
|
|
71
|
-
// TODO: Метод для инициализации базовых объектов
|
|
72
|
-
|
|
73
|
-
this.init()
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* Initialization of all the necessary properties for work
|
|
78
|
-
*
|
|
79
|
-
* Инициализация всех необходимых свойств для работы.
|
|
80
|
-
*/
|
|
81
|
-
protected initExpose(): EXPOSE {
|
|
82
|
-
return {
|
|
83
|
-
// TODO: list of properties for export
|
|
84
|
-
// TODO: список свойств для экспорта
|
|
85
|
-
} as EXPOSE
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
* Improvement of the obtained list of classes.
|
|
90
|
-
*
|
|
91
|
-
* Доработка полученного списка классов.
|
|
92
|
-
*/
|
|
93
|
-
protected initClasses(): Partial<CLASSES> {
|
|
94
|
-
return {
|
|
95
|
-
main: {},
|
|
96
|
-
...{
|
|
97
|
-
// :classes [!] System label / Системная метка
|
|
98
|
-
// :classes [!] System label / Системная метка
|
|
99
|
-
}
|
|
100
|
-
} as Partial<CLASSES>
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* Refinement of the received list of styles.
|
|
105
|
-
*
|
|
106
|
-
* Доработка полученного списка стилей.
|
|
107
|
-
*/
|
|
108
|
-
protected initStyles(): ConstrStyles {
|
|
109
|
-
return {
|
|
110
|
-
// TODO: list of user styles
|
|
111
|
-
// TODO: список пользовательских стилей
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* A method for rendering.
|
|
117
|
-
*
|
|
118
|
-
* Метод для рендеринга.
|
|
119
|
-
*/
|
|
120
|
-
protected initRender(): VNode {
|
|
121
|
-
// const children: any[] = []
|
|
122
|
-
|
|
123
|
-
return h('div', {
|
|
124
|
-
// ...this.getAttrs(),
|
|
125
|
-
ref: this.element,
|
|
126
|
-
class: this.classes?.value.main
|
|
127
|
-
})
|
|
128
|
-
}
|
|
129
|
-
}
|
|
File without changes
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
type ConstructorsPropsToken = {
|
|
2
|
-
// :type [!] System label / Системная метка
|
|
3
|
-
// :type [!] System label / Системная метка
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
export type ConstructorsPropsBasic = {
|
|
7
|
-
// TODO: Location for a custom property / Место для пользовательского свойства
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Type describing incoming properties.
|
|
12
|
-
*
|
|
13
|
-
* Тип, описывающий входящие свойства.
|
|
14
|
-
*/
|
|
15
|
-
export type ConstructorsProps = ConstructorsPropsBasic & ConstructorsPropsToken
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Default value for property.
|
|
19
|
-
*
|
|
20
|
-
* Значение по умолчанию для свойства.
|
|
21
|
-
*/
|
|
22
|
-
export const defaultsConstructors = {
|
|
23
|
-
// TODO: Location for a user-defined default value / Место для пользовательского значения по умолчанию
|
|
24
|
-
...{
|
|
25
|
-
// :default [!] System label / Системная метка
|
|
26
|
-
// :default [!] System label / Системная метка
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import type { ConstrClass } from '@dxtmisha/functional'
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Interface for describing which components need to be connected for work.
|
|
5
|
-
*
|
|
6
|
-
* Интерфейс для описания, какие компоненты надо подключить для работы.
|
|
7
|
-
*/
|
|
8
|
-
export type ConstructorsComponents = {
|
|
9
|
-
// componentName: object
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* Type describing available events.
|
|
14
|
-
*
|
|
15
|
-
* Тип, описывающий доступные события.
|
|
16
|
-
*/
|
|
17
|
-
export type ConstructorsEmits = {
|
|
18
|
-
// load: [value: string]
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Type describing available properties.
|
|
23
|
-
*
|
|
24
|
-
* Тип, описывающий доступные свойства.
|
|
25
|
-
*/
|
|
26
|
-
export interface ConstructorsExpose {
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Type describing available slots.
|
|
31
|
-
*
|
|
32
|
-
* Тип, описывающий доступные слоты.
|
|
33
|
-
*/
|
|
34
|
-
export interface ConstructorsSlots {
|
|
35
|
-
// default? (props: any): any
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* Type describing subclasses.
|
|
40
|
-
*
|
|
41
|
-
* Тип, описывающий подклассы.
|
|
42
|
-
*/
|
|
43
|
-
export type ConstructorsClasses = {
|
|
44
|
-
main: ConstrClass
|
|
45
|
-
// :classes [!] System label / Системная метка
|
|
46
|
-
// :classes [!] System label / Системная метка
|
|
47
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# @packages/library
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# Logs
|
|
2
|
-
logs
|
|
3
|
-
*.log
|
|
4
|
-
npm-debug.log*
|
|
5
|
-
yarn-debug.log*
|
|
6
|
-
yarn-error.log*
|
|
7
|
-
pnpm-debug.log*
|
|
8
|
-
lerna-debug.log*
|
|
9
|
-
|
|
10
|
-
node_modules
|
|
11
|
-
dist-ssr
|
|
12
|
-
*.local
|
|
13
|
-
|
|
14
|
-
/ai.config.ts
|
|
15
|
-
|
|
16
|
-
ai-types.md
|
|
17
|
-
ai-description.md
|
|
18
|
-
ai-mcp-resources.json
|
|
19
|
-
|
|
20
|
-
# Editor directories and files
|
|
21
|
-
.vscode/*
|
|
22
|
-
!.vscode/extensions.json
|
|
23
|
-
.idea
|
|
24
|
-
.DS_Store
|
|
25
|
-
*.suo
|
|
26
|
-
*.ntvs*
|
|
27
|
-
*.njsproj
|
|
28
|
-
*.sln
|
|
29
|
-
*.sw?
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8"/>
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
6
|
-
<title>@packages/library</title>
|
|
7
|
-
</head>
|
|
8
|
-
<body>
|
|
9
|
-
<div id="app"></div>
|
|
10
|
-
<script type="module" src="/src/main.ts"></script>
|
|
11
|
-
</body>
|
|
12
|
-
</html>
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@packages/library",
|
|
3
|
-
"id": "--",
|
|
4
|
-
"api": "0.0.0",
|
|
5
|
-
"main": "dist/code.js",
|
|
6
|
-
"capabilities": [
|
|
7
|
-
"codegen",
|
|
8
|
-
"inspect"
|
|
9
|
-
],
|
|
10
|
-
"enableProposedApi": false,
|
|
11
|
-
"documentAccess": "dynamic-page",
|
|
12
|
-
"editorType": [
|
|
13
|
-
"dev"
|
|
14
|
-
],
|
|
15
|
-
"ui": "dist/index.html",
|
|
16
|
-
"codegenLanguages": [
|
|
17
|
-
{
|
|
18
|
-
"label": "Language Label",
|
|
19
|
-
"value": "language-value"
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"networkAccess": {
|
|
23
|
-
"allowedDomains": []
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@packages/library",
|
|
3
|
-
"private": true,
|
|
4
|
-
"version": "0.0.0",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"description": "[description]",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"dev": "vite",
|
|
9
|
-
"build": "vue-tsc -b && vite build --mode ui && vite build --mode code",
|
|
10
|
-
"build:ui:watch": "vue-tsc -b && vite build --mode ui --watch",
|
|
11
|
-
"build:code:watch": "vue-tsc -b && vite build --mode code --watch",
|
|
12
|
-
"preview": "vite preview",
|
|
13
|
-
"test": "vitest",
|
|
14
|
-
"component": "dxt-component",
|
|
15
|
-
"library": "dxt-library",
|
|
16
|
-
"wiki": "dxt-ai-doc src/storybook"
|
|
17
|
-
},
|
|
18
|
-
"files": [
|
|
19
|
-
"dist",
|
|
20
|
-
"README.md",
|
|
21
|
-
"package.json"
|
|
22
|
-
],
|
|
23
|
-
"main": "dist/library.js",
|
|
24
|
-
"module": "dist/library.js",
|
|
25
|
-
"types": "dist/library.d.ts",
|
|
26
|
-
"exports": {
|
|
27
|
-
".": {
|
|
28
|
-
"import": "./dist/library.js",
|
|
29
|
-
"types": "./dist/library.d.ts"
|
|
30
|
-
},
|
|
31
|
-
"./style.css": "./dist/style.css",
|
|
32
|
-
"./types/*": "./dist/*",
|
|
33
|
-
"./types/**/*.d.ts": "./dist/**/*.d.ts"
|
|
34
|
-
},
|
|
35
|
-
"dependencies": {},
|
|
36
|
-
"devDependencies": {}
|
|
37
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Delete me
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
switch (figma.mode) {
|
|
2
|
-
case 'inspect':
|
|
3
|
-
figma.showUI(__html__)
|
|
4
|
-
break
|
|
5
|
-
case 'codegen':
|
|
6
|
-
figma.codegen.on('generate', async () => {
|
|
7
|
-
return [
|
|
8
|
-
{
|
|
9
|
-
title: 'Test generate',
|
|
10
|
-
language: 'PLAINTEXT',
|
|
11
|
-
code: 'code test'
|
|
12
|
-
}
|
|
13
|
-
]
|
|
14
|
-
})
|
|
15
|
-
break
|
|
16
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Delete me
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Delete me
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Delete me
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Delete me
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Delete me
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Delete me
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/// <reference types="vite/client" />
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "@dxtmisha/configuration/tsconfig/tsconfig.app.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
5
|
-
"types": ["@figma/plugin-typings"]
|
|
6
|
-
},
|
|
7
|
-
"include": [
|
|
8
|
-
"src/**/*.ts",
|
|
9
|
-
"src/**/*.tsx",
|
|
10
|
-
"src/**/*.vue"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# @packages/library
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# Logs
|
|
2
|
-
logs
|
|
3
|
-
*.log
|
|
4
|
-
npm-debug.log*
|
|
5
|
-
yarn-debug.log*
|
|
6
|
-
yarn-error.log*
|
|
7
|
-
pnpm-debug.log*
|
|
8
|
-
lerna-debug.log*
|
|
9
|
-
|
|
10
|
-
node_modules
|
|
11
|
-
dist-ssr
|
|
12
|
-
*.local
|
|
13
|
-
|
|
14
|
-
ai-types.md
|
|
15
|
-
ai-description.md
|
|
16
|
-
ai-mcp-resources.json
|
|
17
|
-
|
|
18
|
-
# Editor directories and files
|
|
19
|
-
.vscode/*
|
|
20
|
-
!.vscode/extensions.json
|
|
21
|
-
.idea
|
|
22
|
-
.DS_Store
|
|
23
|
-
*.suo
|
|
24
|
-
*.ntvs*
|
|
25
|
-
*.njsproj
|
|
26
|
-
*.sln
|
|
27
|
-
*.sw?
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
Core Purpose: This library provides a template structure for creating modular, reusable, and type-safe component/utility packages within the design system.
|
|
2
|
-
|
|
3
|
-
Key Expositions:
|
|
4
|
-
- UI Components: Reusable components located under `src/components/`.
|
|
5
|
-
- Composables: Stateful composition hooks under `src/composables/`.
|
|
6
|
-
- Classes: Logical or utility class abstractions under `src/classes/`.
|
|
7
|
-
- Functions: Pure helpers and utility functions under `src/functions/`.
|
|
8
|
-
- Types: TypeScript declarations and interfaces under `src/types/`.
|
|
9
|
-
|
|
10
|
-
Critical Development Rules:
|
|
11
|
-
- **Do NOT modify `src/library.ts` directly**: This file is auto-generated and serves as the main entry point exporting all library entities. Manually editing it is strictly forbidden.
|
|
12
|
-
- **Run the library generation script**: When creating, renaming, or deleting any new class, component, function, composable, or type, you MUST run the generation command to update the exports automatically:
|
|
13
|
-
```bash
|
|
14
|
-
npm run library
|
|
15
|
-
```
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<title>@packages/library</title>
|
|
7
|
-
</head>
|
|
8
|
-
<body>
|
|
9
|
-
<div id="app"></div>
|
|
10
|
-
<script type="module" src="/src/main.ts"></script>
|
|
11
|
-
</body>
|
|
12
|
-
</html>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
# Work Materials
|
|
2
|
-
|
|
3
|
-
This folder is designed to store all supporting design documents, component specifications, assets, research notes, and raw inputs utilized for generating high-quality component documentation and design integrations.
|
|
4
|
-
|
|
5
|
-
### Contents and Usage:
|
|
6
|
-
- Place design screenshots, layout diagrams, or visual references here.
|
|
7
|
-
- Place text drafts, API research files, or functional notes here.
|
|
8
|
-
- Keeping materials here helps maintain a centralized workspace context for AI agents and developers.
|