airpilot 0.0.1 → 0.0.2

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 +7 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # AirPilot - AI Assistant Rules Management Platform
1
+ # AirPilot - Universal Intelligence Control Platform
2
2
 
3
3
  **This is a placeholder package to reserve the `airpilot` namespace.**
4
4
 
@@ -15,14 +15,16 @@ AirPilot will be a comprehensive platform for managing AI assistant rules and co
15
15
 
16
16
  ### Repository
17
17
 
18
- - **Source Code**: https://github.com/shaneholloman/airpilot
19
- - **Issues**: https://github.com/shaneholloman/airpilot/issues
18
+ Is private and not yet available, could be open-sourced in the future.
19
+
20
+ - **Source Code**: <https://github.com/shaneholloman/airpilot>
21
+ - **Issues**: <https://github.com/shaneholloman/airpilot/issues>
20
22
 
21
23
  ### Contact
22
24
 
23
25
  - **Author**: Shane Holloman
24
- - **Email**: shane@example.com
26
+ - **Email**: <shaneholloman@gmail.com>
25
27
 
26
28
  ---
27
29
 
28
- **Note**: This placeholder will be replaced with the full package when AirPilot is ready for release.
30
+ **Note**: This placeholder will be replaced with the full package when AirPilot is ready for release.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "airpilot",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Universal AI Rules Pilot",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -19,7 +19,7 @@
19
19
  "cli",
20
20
  "configuration"
21
21
  ],
22
- "author": "Shane Holloman <shane@example.com>",
22
+ "author": "Shane Holloman <shaneholloman@gmail.com>",
23
23
  "license": "SEE LICENSE IN LICENSE",
24
24
  "repository": {
25
25
  "type": "git",
@@ -32,4 +32,4 @@
32
32
  "engines": {
33
33
  "node": ">=16.0.0"
34
34
  }
35
- }
35
+ }