@niyantrilabs/spiritai 1.0.2 → 1.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 +9 -16
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
# Spirit AI
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**Autonomous Developer for Multi-Platform Development**
|
|
4
4
|
|
|
5
|
-
Spirit AI is an
|
|
5
|
+
Spirit AI is an agentic development tool that lives in your terminal, understands your development environment, and helps you build faster by executing complex tasks, managing file operations, and handling development workflows -- all through natural language commands via your connected development server.
|
|
6
6
|
|
|
7
7
|
## Overview
|
|
8
8
|
|
|
9
|
-
Spirit AI
|
|
9
|
+
Spirit AI connects to your development server and acts as an intelligent agent capable of understanding your codebase, executing development tasks, and managing your entire development workflow. The system provides real-time bidirectional communication, intelligent code manipulation, and comprehensive system integration.
|
|
10
10
|
|
|
11
11
|
## Key Capabilities
|
|
12
12
|
|
|
13
|
-
- Autonomous
|
|
14
|
-
-
|
|
15
|
-
- Cross-platform support for Flutter, Android (Kotlin/Java), iOS (Swift/Objective-C), and React Native
|
|
13
|
+
- Autonomous code generation and modification across your entire project
|
|
14
|
+
- Surgical precision file operations with line-level editing accuracy
|
|
16
15
|
- Real-time bidirectional communication with development servers
|
|
17
16
|
- Intelligent command execution with full system context awareness
|
|
18
|
-
- Advanced
|
|
17
|
+
- Advanced code editing operations including targeted modifications
|
|
18
|
+
- Comprehensive development environment detection and integration
|
|
19
19
|
|
|
20
20
|
## Installation
|
|
21
21
|
|
|
@@ -57,14 +57,7 @@ Spirit AI is compatible with the following platforms:
|
|
|
57
57
|
|
|
58
58
|
## Development Environment Detection
|
|
59
59
|
|
|
60
|
-
Spirit AI automatically detects and reports the availability of
|
|
61
|
-
|
|
62
|
-
- Java Runtime Environment and Java Development Kit
|
|
63
|
-
- Android Debug Bridge (ADB)
|
|
64
|
-
- Flutter SDK and Dart SDK
|
|
65
|
-
- Git version control system
|
|
66
|
-
- Node Package Manager (npm)
|
|
67
|
-
- Python interpreter and pip package manager
|
|
60
|
+
Spirit AI automatically detects and reports the availability of development tools in your environment, including version control systems, package managers, programming language runtimes, and development frameworks.
|
|
68
61
|
|
|
69
62
|
## Interactive Commands
|
|
70
63
|
|
|
@@ -120,6 +113,6 @@ https://github.com/niyantrilabs/spiritai/issues
|
|
|
120
113
|
|
|
121
114
|
## Version History
|
|
122
115
|
|
|
123
|
-
Current stable release: 1.0.
|
|
116
|
+
Current stable release: 1.0.2
|
|
124
117
|
|
|
125
118
|
For detailed version history and release notes, refer to the project's GitHub releases page.
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@niyantrilabs/spiritai",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Spirit AI - Mobile Autonomous Developer for multi-platform app development",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
7
|
-
"spiritai": "
|
|
8
|
-
"spirit": "
|
|
7
|
+
"spiritai": "index.js",
|
|
8
|
+
"spirit": "index.js"
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
11
11
|
"start": "node index.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|
|
46
|
-
"url": "https://github.com/niyantrilabs/spiritai.git"
|
|
46
|
+
"url": "git+https://github.com/niyantrilabs/spiritai.git"
|
|
47
47
|
},
|
|
48
48
|
"bugs": {
|
|
49
49
|
"url": "https://github.com/niyantrilabs/spiritai/issues"
|