@dxtmisha/functional 1.15.12 → 1.15.13
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 +10 -0
- package/ai-description.md +8 -11
- package/ai-mcp-resources.json +6 -6
- package/ai-types.md +1 -1
- package/package.json +1 -1
- package/ai-resources/prompts.json +0 -26
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.15.13] - 2026-08-20
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- **LLM Configuration (`llms.txt`)**: Added `llms.txt` indexing package capabilities, core composables (`executeUse`, `useApiRef`, `useStorageRef`, `useGeoIntlRef`), and AI resource documentation links.
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- **AI Resource Metadata & Types**:
|
|
12
|
+
- Migrated prompt resource cache from monolithic `prompts.json` to individual resource descriptor files in `ai-types-list/resources/`.
|
|
13
|
+
- Regenerated AI type definitions and package descriptions with updated AI prompt formats.
|
|
14
|
+
|
|
5
15
|
## [1.15.12] - 2026-08-13
|
|
6
16
|
|
|
7
17
|
### Changed
|
package/ai-description.md
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
This package
|
|
1
|
+
This package provides a comprehensive collection of Vue composables, reactive utilities, and design component constructors tailored for enterprise application architecture, state management, and API integration.
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
- Internationalization Formatting
|
|
7
|
-
- Component Management
|
|
8
|
-
- Route Navigation
|
|
3
|
+
To study ai-types.md, focus on reactive API request wrappers, component constructor definitions, and internationalization utilities for type-safe state synchronization.
|
|
4
|
+
|
|
5
|
+
Key Capabilities: API Integration, Reactive Storage, Internationalization Support, Component Design, List Management
|
|
9
6
|
## Mandatory Rules
|
|
10
7
|
You MUST evaluate whether your task relates to any of the following topics (even if not working directly with this package). If related material is present, you are strictly obligated to read and study the corresponding file before proceeding:
|
|
11
|
-
- 'node_modules/@dxtmisha/functional/ai-resources/api-reference.md': Defines usage patterns
|
|
12
|
-
- 'node_modules/@dxtmisha/functional/ai-resources/localization-seo.md':
|
|
13
|
-
- 'node_modules/@dxtmisha/functional/ai-resources/reactivity-lists.md':
|
|
14
|
-
- 'node_modules/@dxtmisha/functional/ai-resources/storage-state.md': Provides composable Vue-like
|
|
8
|
+
- 'node_modules/@dxtmisha/functional/ai-resources/api-reference.md': Defines guidance and usage patterns for REST API management and scope-isolated singleton factories within the library. It solves the technical task of configuring reactive CRUD operations, caching, and lifecycle scopes like global, local, and provided singletons.
|
|
9
|
+
- 'node_modules/@dxtmisha/functional/ai-resources/localization-seo.md': Utilities for locale-aware formatting, multi-key translations, and reactive HTML document metadata handling. Solves internationalization and SEO requirements in frontend applications.
|
|
10
|
+
- 'node_modules/@dxtmisha/functional/ai-resources/reactivity-lists.md': Provides advanced async reactivity composables, reactive list data models, debounced search filters, and DOM observer utilities. This file solves complex state management and performance optimization tasks in frontend applications using functional helpers.
|
|
11
|
+
- 'node_modules/@dxtmisha/functional/ai-resources/storage-state.md': Provides composable Vue-like functions for managing persistent and synchronized browser state across localStorage, sessionStorage, cookies, BroadcastChannel, and URL hash fragments. Solves technical tasks related to cross-tab communication, SSR-safe cookie handling, and reactive storage binding.
|
package/ai-mcp-resources.json
CHANGED
|
@@ -13,26 +13,26 @@
|
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"uri": "@dxtmisha/functional/ai-resources/api-reference.md",
|
|
16
|
-
"name": "API Management and
|
|
16
|
+
"name": "API Management and Reactive Singletons (@dxtmisha/functional)",
|
|
17
17
|
"mimeType": "text/markdown",
|
|
18
|
-
"description": "Defines usage patterns
|
|
18
|
+
"description": "Defines guidance and usage patterns for REST API management and scope-isolated singleton factories within the library. It solves the technical task of configuring reactive CRUD operations, caching, and lifecycle scopes like global, local, and provided singletons."
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"uri": "@dxtmisha/functional/ai-resources/localization-seo.md",
|
|
22
|
-
"name": "Localization and SEO
|
|
22
|
+
"name": "Localization and SEO Management (@dxtmisha/functional)",
|
|
23
23
|
"mimeType": "text/markdown",
|
|
24
|
-
"description": "
|
|
24
|
+
"description": "Utilities for locale-aware formatting, multi-key translations, and reactive HTML document metadata handling. Solves internationalization and SEO requirements in frontend applications."
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"uri": "@dxtmisha/functional/ai-resources/reactivity-lists.md",
|
|
28
28
|
"name": "Reactivity Helpers and DOM Utilities (@dxtmisha/functional)",
|
|
29
29
|
"mimeType": "text/markdown",
|
|
30
|
-
"description": "
|
|
30
|
+
"description": "Provides advanced async reactivity composables, reactive list data models, debounced search filters, and DOM observer utilities. This file solves complex state management and performance optimization tasks in frontend applications using functional helpers."
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"uri": "@dxtmisha/functional/ai-resources/storage-state.md",
|
|
34
34
|
"name": "Reactive Storage Composables (@dxtmisha/functional)",
|
|
35
35
|
"mimeType": "text/markdown",
|
|
36
|
-
"description": "Provides composable Vue-like
|
|
36
|
+
"description": "Provides composable Vue-like functions for managing persistent and synchronized browser state across localStorage, sessionStorage, cookies, BroadcastChannel, and URL hash fragments. Solves technical tasks related to cross-tab communication, SSR-safe cookie handling, and reactive storage binding."
|
|
37
37
|
}
|
|
38
38
|
]
|
package/ai-types.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
All these methods are in the @dxtmisha/functional (v1.15.
|
|
1
|
+
All these methods are in the @dxtmisha/functional (v1.15.13) library.
|
|
2
2
|
|
|
3
3
|
/** Base class for working with design component constructors. @keywords design abstract constructor callback */
|
|
4
4
|
export declare abstract class DesignAbstract<T extends Record<string, any>, C extends Record<string, any>> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxtmisha/functional",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.15.
|
|
4
|
+
"version": "1.15.13",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "A comprehensive library of utilities, base classes, and Vue 3 composables for reactive web development — API orchestration, state singletons (executeUse), storage sync, i18n, formatters, and component design. Extends @dxtmisha/functional-basic.",
|
|
7
7
|
"keywords": [
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"path": "ai-resources/api-reference.md",
|
|
4
|
-
"md5": "4b38e33b9fd417537df8bf76c492d263",
|
|
5
|
-
"name": "API Management and Scope Singletons",
|
|
6
|
-
"description": "Defines usage patterns and guidelines for REST API management and scope-isolated singleton factories within the @dxtmisha/functional library. It provides technical instructions for initializing global, local, and provided singletons alongside reactive CRUD operations."
|
|
7
|
-
},
|
|
8
|
-
{
|
|
9
|
-
"path": "ai-resources/localization-seo.md",
|
|
10
|
-
"md5": "99983d3a7683e94f3e62b67851b8244d",
|
|
11
|
-
"name": "Localization and SEO Utilities",
|
|
12
|
-
"description": "Provides utilities for locale-aware formatting, translation primitives, geographic context resolution, and reactive HTML document metadata handling. Solves internationalization and SEO management tasks in web applications using functional components."
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"path": "ai-resources/reactivity-lists.md",
|
|
16
|
-
"md5": "6e8b7100e59f0ffd08416bed080802db",
|
|
17
|
-
"name": "Reactivity Helpers and DOM Utilities",
|
|
18
|
-
"description": "This file provides advanced async reactivity composables, list data models, search filters, and DOM observers for managing application state and UI lifecycle. It solves technical tasks related to asynchronous computed properties, optimized multi-field searching, and safe event listener management in frontend codebases."
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"path": "ai-resources/storage-state.md",
|
|
22
|
-
"md5": "7c6142dc8dc5172b2cbf5fca08b2b2d5",
|
|
23
|
-
"name": "Reactive Storage Composables",
|
|
24
|
-
"description": "Provides composable Vue-like reactive wrappers for persistent and synchronized browser state management, including localStorage, sessionStorage, cookies, broadcast channels, and URL hash fragments. Solves technical tasks related to cross-tab communication, SSR-safe cookie handling, and state persistence for web applications."
|
|
25
|
-
}
|
|
26
|
-
]
|