@futdevpro/fsm-dynamo 1.16.28 → 1.16.30

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 (21) hide show
  1. package/.cursor/rules/ai_directives.md +2 -2
  2. package/.cursor/rules/cursor-rules.md +4 -4
  3. package/__documentations/2026-06-01-fr047-fc-foundation.md +1 -1
  4. package/__documentations/2026-06-01-fr047-p1-function-calling-vocabulary.md +3 -3
  5. package/__documentations/plans/00-MASTER-ngx-models-fsm-merge.md +1 -1
  6. package/build/_modules/ai/_models/ai-call-settings.interface.d.ts +1 -1
  7. package/build/_modules/ai/_models/ai-call-settings.interface.js +1 -1
  8. package/build/_modules/ai/_models/ai-model-settings-schema.interface.d.ts +1 -1
  9. package/build/_modules/ai/_modules/anthropic/_collections/aai-models.const.js +1 -1
  10. package/build/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.d.ts +1 -1
  11. package/build/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.js +1 -1
  12. package/build/_modules/ai/_modules/local-ai/_collections/lai-models.const.d.ts +1 -1
  13. package/build/_modules/ai/_modules/local-ai/_collections/lai-models.const.js +1 -1
  14. package/build/_modules/ai/_modules/open-ai/_collections/oai-models.const.js +1 -1
  15. package/package.json +2 -2
  16. package/src/_modules/ai/_models/ai-call-settings.interface.ts +1 -1
  17. package/src/_modules/ai/_models/ai-model-settings-schema.interface.ts +1 -1
  18. package/src/_modules/ai/_modules/anthropic/_collections/aai-models.const.ts +1 -1
  19. package/src/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.ts +1 -1
  20. package/src/_modules/ai/_modules/local-ai/_collections/lai-models.const.ts +1 -1
  21. package/src/_modules/ai/_modules/open-ai/_collections/oai-models.const.ts +1 -1
@@ -52,7 +52,7 @@ After code changes:
52
52
  1. Request specification from user
53
53
  2. If specification not provided:
54
54
  - Read [documentation rules](documentation_writing_rules.md)
55
- - Create specification in /documentations/specifications
55
+ - Create specification in /fdp-documentations/specifications
56
56
  - Get approval before continuing
57
57
  3. If specification provided:
58
58
  - Review and ensure it's complete
@@ -83,7 +83,7 @@ After code changes:
83
83
  - No sensitive information in commits
84
84
 
85
85
  ## Project Guidelines
86
- - Read and use [FDP Packages](../../documentations/specifications/packages.md)
86
+ - Read and use [FDP Packages](../../fdp-documentations/specifications/packages.md)
87
87
  - Maintain consistent structure
88
88
  - Follow project documentation
89
89
 
@@ -14,7 +14,7 @@
14
14
  - repository url: https://github.com/futdevpro/documentations.git
15
15
  - stack: markdown
16
16
  - in documentations, you should find ALL informations about the development, the company, and the projects
17
- - you MUST follow the rules in the [ai-directives](../../documentations/guidelines/ai-agent/ai_directives.md)
17
+ - you MUST follow the rules in the [ai-directives](../../fdp-documentations/guidelines/ai-agent/ai_directives.md)
18
18
 
19
19
  - FDP Auth Service
20
20
  - short name: auth
@@ -82,7 +82,7 @@
82
82
  - import: '@futdevpro/ngx-dynamo-models';
83
83
  - documentation language: English
84
84
 
85
- - [Dynamo NGX](../../documentations/specifications/dynamo-packages/dynamo-ngx/dynamo-ngx.md)
85
+ - [Dynamo NGX](../../fdp-documentations/specifications/dynamo-packages/dynamo-ngx/dynamo-ngx.md)
86
86
  - short name: ngx
87
87
  - route: NPM-packages/dynamo-ngx
88
88
  - repository url: https://github.com/futdevpro/dynamo-ngx.git
@@ -102,7 +102,7 @@
102
102
  - import: '@futdevpro/fsm-dynamo';
103
103
  - documentation language: English
104
104
 
105
- - [Dynamo CLI](../../documentations/specifications/dynamo-packages/dynamo-cli/dynamo-cli.md)
105
+ - [Dynamo CLI](../../fdp-documentations/specifications/dynamo-packages/dynamo-cli/dynamo-cli.md)
106
106
  - short name: cli
107
107
  - route: NPM-packages/dynamo-cli
108
108
  - repository url: https://github.com/futdevpro/dynamo-cli.git
@@ -157,4 +157,4 @@
157
157
 
158
158
  ATTENTION AI AGENT: This is the primary rule-set you must follow. Additional critical operational guidelines and contextual information are available in the following documentation:
159
159
 
160
- [AI Directives](../../documentations/guidelines/ai-agent/ai_directives.md)
160
+ [AI Directives](../../fdp-documentations/guidelines/ai-agent/ai_directives.md)
@@ -44,5 +44,5 @@ Function calling needed to live in the strategic provider-agnostic layer (not on
44
44
  ## Cross-references
45
45
 
46
46
  - `__agent/feature-requests/FR-047-*.md`, `FR-048-per-model-agnostic-settings.md`
47
- - `documentations/guidelines/development/ai-per-model-settings.md`
47
+ - `fdp-documentations/guidelines/development/ai-per-model-settings.md`
48
48
  - dynamo-nts Phase 2+3 (agent-loop + OpenAI translator) — implemented in parallel.
@@ -2,7 +2,7 @@
2
2
 
3
3
  **Commit**: `08e8859` — v01.15.16 → v01.15.17 (published)
4
4
  **Parent**: `__agent/feature-requests/FR-047-phase-1-tool-abstraction.md` (master: `FR-047-provider-agnostic-function-calling.md`)
5
- **Pattern**: `documentations/guidelines/development/ai-function-calling.md`
5
+ **Pattern**: `fdp-documentations/guidelines/development/ai-function-calling.md`
6
6
  **Also in this commit**: FR-048 settings-schema reservation (`FR-048-per-model-agnostic-settings.md`)
7
7
 
8
8
  ## What
@@ -69,7 +69,7 @@ zero AI SDKs. Provider model data lives under `./ai/<provider>` subpaths.
69
69
 
70
70
  ## Cross-references
71
71
 
72
- - `documentations/guidelines/development/ai-function-calling.md` (pattern)
73
- - `documentations/guidelines/development/ai-per-model-settings.md` (FR-048)
72
+ - `fdp-documentations/guidelines/development/ai-function-calling.md` (pattern)
73
+ - `fdp-documentations/guidelines/development/ai-per-model-settings.md` (FR-048)
74
74
  - `NPM-packages/dynamo-nts/__documentations/2026-06-01-fr047-p2p3-function-calling.md` (the consumer)
75
75
  - legacy `NPM-packages/fdp-templates-nts/src/_modules/gpt/_services/gpt-handler.control-service.ts`
@@ -1,7 +1,7 @@
1
1
  > ✅ **KÉSZ (2026-06-06)** — rollout lezárva. Végrehajtott állapot + commit-hash-ek + tanulságok:
2
2
  > [`../2026-06-06-ngx-models-merge-completion.md`](../2026-06-06-ngx-models-merge-completion.md).
3
3
  > Eltérés a tervtől: 0 converge / 10 distinct (settings paradigma-kötött → Phase 5); bridge-shim helyett
4
- > hard cutover (a repo archivált). Globális arch-doc: `documentations/guidelines/development/ngx-models-fsm-merge.md`.
4
+ > hard cutover (a repo archivált). Globális arch-doc: `fdp-documentations/guidelines/development/ngx-models-fsm-merge.md`.
5
5
 
6
6
  # MASTER — `@futdevpro/ngx-dynamo-models` → `@futdevpro/fsm-dynamo` merge + `DyNM_`→`DyFM_` rename
7
7
 
@@ -17,7 +17,7 @@
17
17
  * Anthropic). Do not assume a field here is universally accepted.
18
18
  *
19
19
  * See: `__agent/feature-requests/FR-048-per-model-agnostic-settings.md`
20
- * `documentations/guidelines/development/ai-per-model-settings.md`
20
+ * `fdp-documentations/guidelines/development/ai-per-model-settings.md`
21
21
  */
22
22
  export declare class DyFM_AI_CallSettings {
23
23
  systemPrompt?: string;
@@ -20,7 +20,7 @@ exports.DyFM_AI_CallSettings = void 0;
20
20
  * Anthropic). Do not assume a field here is universally accepted.
21
21
  *
22
22
  * See: `__agent/feature-requests/FR-048-per-model-agnostic-settings.md`
23
- * `documentations/guidelines/development/ai-per-model-settings.md`
23
+ * `fdp-documentations/guidelines/development/ai-per-model-settings.md`
24
24
  */
25
25
  class DyFM_AI_CallSettings {
26
26
  systemPrompt = '';
@@ -13,7 +13,7 @@
13
13
  * FR-048 is built; treat this as a forward placeholder, not a frozen contract.
14
14
  *
15
15
  * See: `__agent/feature-requests/FR-048-per-model-agnostic-settings.md`
16
- * `documentations/guidelines/development/ai-per-model-settings.md`
16
+ * `fdp-documentations/guidelines/development/ai-per-model-settings.md`
17
17
  */
18
18
  export interface DyFM_AI_ModelSettingsSchema {
19
19
  /** Agnostic setting keys this model ACCEPTS (e.g. 'temperature','topP','maxTokens','reasoningEffort'). */
@@ -15,7 +15,7 @@ const aai_model_enum_1 = require("../_enums/aai-model.enum");
15
15
  * Param note (FR-048): Opus 4.7+ reject `temperature`/`top_p`/`top_k` with 400. This IS now
16
16
  * modelled here via `settingsSchema.unsupported` — the general reconciler drops them before the
17
17
  * call. The Anthropic translator's local param-drop (FR-047 Phase 4) becomes redundant once it
18
- * delegates to the reconciler. See `documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
18
+ * delegates to the reconciler. See `fdp-documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
19
19
  */
20
20
  /**
21
21
  * Opus 4.7+ REJECT the sampling params with HTTP 400 on any non-default value.
@@ -12,7 +12,7 @@ import { DyFM_AI_ModelInfo } from '../../../_models/ai-model-info.interface';
12
12
  * actually accepts depends on the backing model it proxies to, and there is no verified record of that
13
13
  * yet; encoding a guess could make the reconciler drop params the gateway does accept. With no schema the
14
14
  * reconciler stays permissive (debug-logged). Populate once measured against the live gateway.
15
- * See `documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
15
+ * See `fdp-documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
16
16
  */
17
17
  export declare const DyFM_FdpAI_Models: DyFM_AI_ModelInfo[];
18
18
  //# sourceMappingURL=fdpai-models.const.d.ts.map
@@ -17,7 +17,7 @@ const fdpai_model_enum_1 = require("../_enums/fdpai-model.enum");
17
17
  * actually accepts depends on the backing model it proxies to, and there is no verified record of that
18
18
  * yet; encoding a guess could make the reconciler drop params the gateway does accept. With no schema the
19
19
  * reconciler stays permissive (debug-logged). Populate once measured against the live gateway.
20
- * See `documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
20
+ * See `fdp-documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
21
21
  */
22
22
  exports.DyFM_FdpAI_Models = [
23
23
  {
@@ -13,7 +13,7 @@ import { DyFM_AI_ModelInfo } from '../../../_models/ai-model-info.interface';
13
13
  * surface of a local model is decided by whatever the user loaded into the backend at runtime, so it is
14
14
  * not knowable ahead of time; inventing one would be a guess. With no schema the reconciler stays
15
15
  * permissive (passes settings through, with a debug log) — the honest best-effort behaviour.
16
- * See `documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
16
+ * See `fdp-documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
17
17
  */
18
18
  export declare const DyFM_LAI_Models: DyFM_AI_ModelInfo[];
19
19
  //# sourceMappingURL=lai-models.const.d.ts.map
@@ -18,7 +18,7 @@ const lai_model_enum_1 = require("../_enums/lai-model.enum");
18
18
  * surface of a local model is decided by whatever the user loaded into the backend at runtime, so it is
19
19
  * not knowable ahead of time; inventing one would be a guess. With no schema the reconciler stays
20
20
  * permissive (passes settings through, with a debug log) — the honest best-effort behaviour.
21
- * See `documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
21
+ * See `fdp-documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
22
22
  */
23
23
  exports.DyFM_LAI_Models = [
24
24
  {
@@ -17,7 +17,7 @@ const oai_model_enum_1 = require("../_enums/oai-model.enum");
17
17
  * Settings note (FR-048): `settingsSchema` is now populated — it records which tuning
18
18
  * params each model ACCEPTS/REJECTS, so the reconciler can drop model-rejected params
19
19
  * before the call instead of hard-failing with HTTP 400. See
20
- * `documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
20
+ * `fdp-documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
21
21
  */
22
22
  /**
23
23
  * Models that MEASURABLY reject the sampling params (HTTP 400) and expose `reasoningEffort` instead.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@futdevpro/fsm-dynamo",
3
- "version": "01.16.28",
3
+ "version": "01.16.30",
4
4
  "description": "Full Stack Model Collection for Dynamic (NodeJS-Typescript) Framework called Dynamo, by Future Development Ltd.",
5
5
  "DyBu_settings": {
6
6
  "packageType": "full-stack-package",
@@ -269,6 +269,7 @@
269
269
  },
270
270
  "dependencies": {
271
271
  "@types/node": "~24.1.0",
272
+ "crypto-js": "~4.2.0",
272
273
  "socket.io": "~4.8.1",
273
274
  "socket.io-client": "~4.8.1",
274
275
  "ts-node": "~10.9.1",
@@ -290,7 +291,6 @@
290
291
  "jasmine": "5.10.0",
291
292
  "jasmine-spec-reporter": "^7.0.0",
292
293
  "prettier": "^3.3.0",
293
- "crypto-js": "~4.2.0",
294
294
  "openai": "~5.23.2",
295
295
  "husky": "^9.1.7"
296
296
  }
@@ -17,7 +17,7 @@
17
17
  * Anthropic). Do not assume a field here is universally accepted.
18
18
  *
19
19
  * See: `__agent/feature-requests/FR-048-per-model-agnostic-settings.md`
20
- * `documentations/guidelines/development/ai-per-model-settings.md`
20
+ * `fdp-documentations/guidelines/development/ai-per-model-settings.md`
21
21
  */
22
22
  export class DyFM_AI_CallSettings {
23
23
  systemPrompt?: string = '';
@@ -13,7 +13,7 @@
13
13
  * FR-048 is built; treat this as a forward placeholder, not a frozen contract.
14
14
  *
15
15
  * See: `__agent/feature-requests/FR-048-per-model-agnostic-settings.md`
16
- * `documentations/guidelines/development/ai-per-model-settings.md`
16
+ * `fdp-documentations/guidelines/development/ai-per-model-settings.md`
17
17
  */
18
18
  export interface DyFM_AI_ModelSettingsSchema {
19
19
  /** Agnostic setting keys this model ACCEPTS (e.g. 'temperature','topP','maxTokens','reasoningEffort'). */
@@ -15,7 +15,7 @@ import { DyFM_AAI_Model } from '../_enums/aai-model.enum';
15
15
  * Param note (FR-048): Opus 4.7+ reject `temperature`/`top_p`/`top_k` with 400. This IS now
16
16
  * modelled here via `settingsSchema.unsupported` — the general reconciler drops them before the
17
17
  * call. The Anthropic translator's local param-drop (FR-047 Phase 4) becomes redundant once it
18
- * delegates to the reconciler. See `documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
18
+ * delegates to the reconciler. See `fdp-documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
19
19
  */
20
20
 
21
21
  /**
@@ -16,7 +16,7 @@ import { DyFM_FdpAI_Model } from '../_enums/fdpai-model.enum';
16
16
  * actually accepts depends on the backing model it proxies to, and there is no verified record of that
17
17
  * yet; encoding a guess could make the reconciler drop params the gateway does accept. With no schema the
18
18
  * reconciler stays permissive (debug-logged). Populate once measured against the live gateway.
19
- * See `documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
19
+ * See `fdp-documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
20
20
  */
21
21
  export const DyFM_FdpAI_Models: DyFM_AI_ModelInfo[] = [
22
22
  {
@@ -17,7 +17,7 @@ import { DyFM_LAI_Model } from '../_enums/lai-model.enum';
17
17
  * surface of a local model is decided by whatever the user loaded into the backend at runtime, so it is
18
18
  * not knowable ahead of time; inventing one would be a guess. With no schema the reconciler stays
19
19
  * permissive (passes settings through, with a debug log) — the honest best-effort behaviour.
20
- * See `documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
20
+ * See `fdp-documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
21
21
  */
22
22
  export const DyFM_LAI_Models: DyFM_AI_ModelInfo[] = [
23
23
  {
@@ -17,7 +17,7 @@ import { DyFM_OAI_Model } from '../_enums/oai-model.enum';
17
17
  * Settings note (FR-048): `settingsSchema` is now populated — it records which tuning
18
18
  * params each model ACCEPTS/REJECTS, so the reconciler can drop model-rejected params
19
19
  * before the call instead of hard-failing with HTTP 400. See
20
- * `documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
20
+ * `fdp-documentations/plans/ai-mocking-system/FR-048-LAYER-A.md`.
21
21
  */
22
22
 
23
23
  /**