@ahumandev/autocode 0.0.2 → 0.0.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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- <p align="center"><img src="docs/logo.webp" alt="AutoCode"/></p>
1
+ ***The workflow engine for traceable autonomous job execution***
2
2
 
3
- <h3 align="center">The workflow engine for traceable autonomous job execution</h3>
3
+ <p align="center"><img src="docs/logo.webp" alt="AutoCode"/></p>
4
4
 
5
5
  ---
6
6
 
@@ -28,11 +28,13 @@ description: Use `author-readme` to get "README.md Format" when reviewing/writin
28
28
  ## README.md Layout
29
29
 
30
30
  ```markdown
31
+ ***[HERO]***
32
+
31
33
  <p align="center">[LOGO]</p>
32
34
 
33
35
  <h1 align="center">[Project Name]</h1>
34
36
 
35
- <h3 align="center">[HERO]</p>
37
+ ---
36
38
 
37
39
  [PURPOSE]
38
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahumandev/autocode",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./dist/plugin.js",