@modelprofile.com/flexharness-models 6.1.0 → 7.0.1

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Task Venture Capital GmbH",
3
3
  "license": "MIT",
4
4
  "name": "@modelprofile.com/flexharness-models",
5
- "version": "6.1.0",
5
+ "version": "7.0.1",
6
6
  "type": "module",
7
7
  "description": "Provider-independent model contracts, prompt caching and explicit model registration.",
8
8
  "main": "./dist_ts_models/index.js",
package/readme.md CHANGED
@@ -1,7 +1,11 @@
1
1
  Provider-independent model contracts, prompt caching and explicit model registration.
2
2
 
3
+ ## Issue Reporting and Security
4
+
5
+ For reporting bugs, issues, or security vulnerabilities, please visit [community.foss.global/](https://community.foss.global/). This is the central community hub for all issue reporting. Developers who sign and comply with our contribution agreement and go through identification can also get a [code.foss.global/](https://code.foss.global/) account to submit Pull Requests directly.
6
+
3
7
  Part of the [FlexHarness toolbox](https://code.foss.global/modelprofile.com/flexharness).
4
- Install the components your project uses. Provider adapters are registered explicitly;
8
+ The toolbox has four package names: `flexharness`, `flexharness-agent`, `flexharness-models`, and `flexharness-providers`. Install the packages your project uses. Provider adapters are registered explicitly;
5
9
  the agent and harness do not install or register vendor SDKs.
6
10
 
7
11
  ```sh
@@ -11,10 +15,6 @@ pnpm add @modelprofile.com/flexharness-models
11
15
  See the [toolbox usage and migration guide](https://code.foss.global/modelprofile.com/flexharness#readme)
12
16
  for composition examples and the SmartAI/SmartAgent migration map.
13
17
 
14
- ## Issue Reporting and Security
15
-
16
- Report issues and security concerns through [community.foss.global](https://community.foss.global).
17
-
18
18
  ## License and Legal Information
19
19
 
20
20
  This repository contains open-source code licensed under the MIT License. A copy of the license can be found in the repository license file.
@@ -1,7 +1,11 @@
1
1
  Provider-independent model contracts, prompt caching and explicit model registration.
2
2
 
3
+ ## Issue Reporting and Security
4
+
5
+ For reporting bugs, issues, or security vulnerabilities, please visit [community.foss.global/](https://community.foss.global/). This is the central community hub for all issue reporting. Developers who sign and comply with our contribution agreement and go through identification can also get a [code.foss.global/](https://code.foss.global/) account to submit Pull Requests directly.
6
+
3
7
  Part of the [FlexHarness toolbox](https://code.foss.global/modelprofile.com/flexharness).
4
- Install the components your project uses. Provider adapters are registered explicitly;
8
+ The toolbox has four package names: `flexharness`, `flexharness-agent`, `flexharness-models`, and `flexharness-providers`. Install the packages your project uses. Provider adapters are registered explicitly;
5
9
  the agent and harness do not install or register vendor SDKs.
6
10
 
7
11
  ```sh
@@ -11,10 +15,6 @@ pnpm add @modelprofile.com/flexharness-models
11
15
  See the [toolbox usage and migration guide](https://code.foss.global/modelprofile.com/flexharness#readme)
12
16
  for composition examples and the SmartAI/SmartAgent migration map.
13
17
 
14
- ## Issue Reporting and Security
15
-
16
- Report issues and security concerns through [community.foss.global](https://community.foss.global).
17
-
18
18
  ## License and Legal Information
19
19
 
20
20
  This repository contains open-source code licensed under the MIT License. A copy of the license can be found in the repository license file.