@omaikit/cli 0.1.5 → 0.1.6

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 +14 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,17 @@
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/cli"><img alt="NPM version" src="https://img.shields.io/npm/v/@omaikit/cli.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/cli.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
+
1
15
  ## @omaikit/cli
2
16
 
3
17
  Command-line interface for Omaikit. This package orchestrates planning, code generation, and test generation workflows.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@omaikit/cli",
4
- "version": "0.1.5",
4
+ "version": "0.1.6",
5
5
  "description": "CLI interface for Omaikit - multi-agent development toolkit",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",