@futdevpro/nts-dynamo 1.15.126 → 1.15.128

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 (36) hide show
  1. package/.cursor/rules/ai_directives.md +2 -2
  2. package/.cursor/rules/cursor-rules.md +4 -4
  3. package/.dynamo/logs/cicd-pipeline/output.log +1717 -1714
  4. package/.dynamo/logs/cicd-pipeline/status.json +30 -50
  5. package/.dynamo/pipeline.cicd.config.json +3 -1
  6. package/README.md +3 -3
  7. package/__documentations/2026-06-01-fr041-cors-middleware.md +2 -2
  8. package/__documentations/2026-06-01-fr047-p2p3-function-calling.md +3 -3
  9. package/__documentations/plans/BEDROCK-HYPERPLAN.md +1 -1
  10. package/build/_models/control-models/endpoint-params.control-model.d.ts.map +1 -1
  11. package/build/_models/control-models/endpoint-params.control-model.js +9 -0
  12. package/build/_models/control-models/endpoint-params.control-model.js.map +1 -1
  13. package/build/_modules/ai/_modules/ai-mock/index.js +1 -1
  14. package/build/_modules/ai/_modules/ai-mock/index.js.map +1 -1
  15. package/build/_modules/ai/_modules/open-ai/_services/oai-llm.service-base.d.ts +1 -1
  16. package/build/_modules/ai/_modules/open-ai/_services/oai-llm.service-base.js +1 -1
  17. package/build/_services/core/event-loop-diag.service.d.ts +6 -0
  18. package/build/_services/core/event-loop-diag.service.d.ts.map +1 -1
  19. package/build/_services/core/event-loop-diag.service.js +19 -1
  20. package/build/_services/core/event-loop-diag.service.js.map +1 -1
  21. package/build/_services/core/request-hunter.service.d.ts +74 -0
  22. package/build/_services/core/request-hunter.service.d.ts.map +1 -0
  23. package/build/_services/core/request-hunter.service.js +123 -0
  24. package/build/_services/core/request-hunter.service.js.map +1 -0
  25. package/build/index.d.ts +1 -0
  26. package/build/index.d.ts.map +1 -1
  27. package/build/index.js +1 -0
  28. package/build/index.js.map +1 -1
  29. package/package.json +2 -2
  30. package/src/_models/control-models/endpoint-params.control-model.ts +8 -0
  31. package/src/_modules/ai/_modules/ai-mock/index.ts +1 -1
  32. package/src/_modules/ai/_modules/open-ai/_services/oai-llm.service-base.ts +1 -1
  33. package/src/_services/core/event-loop-diag.service.ts +23 -1
  34. package/src/_services/core/request-hunter.service.spec.ts +124 -0
  35. package/src/_services/core/request-hunter.service.ts +157 -0
  36. package/src/index.ts +1 -0
@@ -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)