Skip to content

Commit 229876e

Browse files
Pedro Valerioclaude
andcommitted
chore: rename to @aios/core with Commons Clause license
- Updated package.json name to @aios/core - Updated repository URLs to allfluence/aios-core - Added Commons Clause license condition 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6d909e8 commit 229876e

File tree

2 files changed

+32
-5
lines changed

2 files changed

+32
-5
lines changed

LICENSE

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
Commons Clause License Condition v1.0
2+
3+
The Software is provided to you by the Licensor under the License,
4+
as defined below, subject to the following condition.
5+
6+
Without limiting other conditions in the License, the grant of rights
7+
under the License will not include, and the License does not grant to
8+
you, the right to Sell the Software.
9+
10+
For purposes of the foregoing, "Sell" means practicing any or all of
11+
the rights granted to you under the License to provide to third parties,
12+
for a fee or other consideration (including without limitation fees for
13+
hosting or consulting/support services related to the Software), a
14+
product or service whose value derives, entirely or substantially, from
15+
the functionality of the Software.
16+
17+
Any license notice or attribution required by the License must also
18+
include this Commons Clause License Condition notice.
19+
20+
---
21+
122
MIT License
223

324
Copyright (c) 2025 AllFluence Inc. - AIOS Framework
@@ -19,3 +40,9 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1940
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2041
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2142
SOFTWARE.
43+
44+
---
45+
46+
Software: AIOS (AI-Orchestrated System for Full Stack Development)
47+
License: MIT
48+
Licensor: AllFluence Inc.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "aios-fullstack",
2+
"name": "@aios/core",
33
"version": "2.1.0",
4-
"description": "AIOS-FULLSTACK: AI-Orchestrated System for Full Stack Development - Modern cross-platform CLI with interactive wizard",
4+
"description": "AIOS: AI-Orchestrated System for Full Stack Development - Core Framework",
55
"main": "index.js",
66
"module": "index.esm.js",
77
"types": "index.d.ts",
@@ -117,12 +117,12 @@
117117
"license": "MIT",
118118
"repository": {
119119
"type": "git",
120-
"url": "git+https://github.com/Pedrovaleriolopez/aios-fullstack.git"
120+
"url": "git+https://github.com/allfluence/aios-core.git"
121121
},
122122
"bugs": {
123-
"url": "https://github.com/Pedrovaleriolopez/aios-fullstack/issues"
123+
"url": "https://github.com/allfluence/aios-core/issues"
124124
},
125-
"homepage": "https://github.com/Pedrovaleriolopez/aios-fullstack#readme",
125+
"homepage": "https://github.com/allfluence/aios-core#readme",
126126
"engines": {
127127
"node": ">=18.0.0",
128128
"npm": ">=9.0.0"

0 commit comments

Comments
 (0)