pushai 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.
@@ -13,5 +13,5 @@
13
13
  ESM dist/index.mjs 10.17 KB
14
14
  ESM ⚡️ Build success in 11ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 932ms
16
+ DTS ⚡️ Build success in 912ms
17
17
  DTS dist/index.d.mts 13.00 B
package/README.md CHANGED
@@ -1,3 +1,21 @@
1
+ <p align="center">
2
+ <img src="../../apps/web/public/favicon.png" alt="PushAI favicon" width="64" height="64" />
3
+ </p>
4
+
5
+ <h1 align="center">PushAI</h1>
6
+
7
+ <p align="center">
8
+ Stop writing commit messages.
9
+ </p>
10
+
11
+ <p align="center">
12
+ <a href="https://github.com/thelastofinusa/pushai">Repository</a>
13
+ ·
14
+ <a href="./docs/technical-decisions.md">Technical decisions</a>
15
+ ·
16
+ <a href="./docs/publishing.md">Publishing</a>
17
+ </p>
18
+
1
19
  ## pushai (pai)
2
20
 
3
21
  The only Git CLI you'll ever need. Stop wasting time thinking of commit messages. Let AI do it, then push in one click.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pushai",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "AI-powered CLI for effortless git commits and pushes",
5
5
  "bin": {
6
6
  "pai": "./dist/index.mjs"