@omaikit/models 0.1.2 → 0.1.3

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 (2) hide show
  1. package/README.md +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,18 @@
1
+ <div align="center">
2
+ <a href="https://omaicode.com">
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://omaicode.com/storage/app/media/images/omaicode_icon.png">
5
+ <img alt="Omaikit logo" src="https://omaicode.com/storage/app/media/images/omaicode_icon.png" height="64">
6
+ </picture>
7
+ </a>
8
+ <h1>Omaikit</h1>
9
+
10
+ <a href="https://www.npmjs.com/package/@omaikit/models"><img alt="NPM version" src="https://img.shields.io/npm/v/@omaikit/models.svg?style=for-the-badge&labelColor=000000"></a>
11
+ <a href="https://github.com/omaicode/omaikit/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/npm/l/@omaikit/models.svg?style=for-the-badge&labelColor=000000"></a>
12
+ <a href="https://github.com/omaicode/omaikit/discussions"><img alt="Join the community on GitHub" src="https://img.shields.io/badge/Join%20the%20community-blueviolet.svg?style=for-the-badge&logo=GitHub&labelColor=000000&logoWidth=20"></a>
13
+ </div>
14
+
15
+
1
16
  ## @omaikit/models
2
17
 
3
18
  Shared data models and validators for Omaikit. These types define plans, tasks, code generation outputs, tests, and reviews.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@omaikit/models",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "description": "Core data models and types for Omaikit",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",