@bonginkan/maria-lite 0.0.0
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/LICENSE +125 -0
- package/README.md +35 -0
- package/dist/cli.cjs +161094 -0
- package/dist/cli.cjs.map +1 -0
- package/knowledge-packs/caio-ai-management-pack.yaml +21 -0
- package/knowledge-packs/ceo-decision-pack.yaml +22 -0
- package/knowledge-packs/cto-engineering-execution-pack.yaml +22 -0
- package/knowledge-packs/cxo-kpi-analytics-pack.yaml +23 -0
- package/knowledge-packs/dev-environment-operations-pack.yaml +19 -0
- package/knowledge-packs/e2e-testing-configuration-pack.yaml +20 -0
- package/knowledge-packs/intent-routing-pack.yaml +19 -0
- package/knowledge-packs/lint-truth-pack.yaml +19 -0
- package/knowledge-packs/maria-os-local-mode-local-llm-pack.yaml +38 -0
- package/knowledge-packs/operations-decomposition-super-pack.yaml +23 -0
- package/knowledge-packs/parent-maria-pack.yaml +23 -0
- package/knowledge-packs/product-storytelling-pack.yaml +23 -0
- package/knowledge-packs/team-dev-workflow-pack.yaml +19 -0
- package/package.json +47 -0
- package/schemas/ceo-clone/1.2/AuditEvent.schema.json +84 -0
- package/schemas/ceo-clone/1.2/BoundarySpec.schema.json +104 -0
- package/schemas/ceo-clone/1.2/CandidateDecision.schema.json +21 -0
- package/schemas/ceo-clone/1.2/D3ExecutionPolicy.schema.json +53 -0
- package/schemas/ceo-clone/1.2/D3MatchExplanation.schema.json +53 -0
- package/schemas/ceo-clone/1.2/DecisionLog.schema.json +211 -0
- package/schemas/ceo-clone/1.2/DecisionRequest.schema.json +55 -0
- package/schemas/ceo-clone/1.2/DecisionResponse.schema.json +136 -0
- package/schemas/ceo-clone/1.2/DeliveryAndAcceptance.schema.json +73 -0
- package/schemas/ceo-clone/1.2/ExecutionEnvelope.schema.json +39 -0
- package/schemas/ceo-clone/1.2/ReviewQueue.schema.json +30 -0
- package/schemas/ceo-clone/1.2/ReviewSloPolicy.schema.json +40 -0
- package/schemas/ceo-clone/1.2/SupportAccessBoundary.schema.json +40 -0
- package/schemas/ceo-clone/1.2/index.schema.json +46 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
MARIA CODE - Multi-Tier License Agreement
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 MARIA CODE Project. All rights reserved.
|
|
4
|
+
|
|
5
|
+
Version: 2.1
|
|
6
|
+
Effective Date: January 2, 2025
|
|
7
|
+
Official Website: https://maria-code.ai
|
|
8
|
+
|
|
9
|
+
================================================================================
|
|
10
|
+
LICENSE OVERVIEW
|
|
11
|
+
================================================================================
|
|
12
|
+
|
|
13
|
+
MARIA CODE is distributed under a multi-tier licensing model designed to serve
|
|
14
|
+
individual developers, small teams, and enterprise organizations with appropriate
|
|
15
|
+
terms, features, and support levels.
|
|
16
|
+
|
|
17
|
+
License Tiers:
|
|
18
|
+
1. FREE TIER - Personal and open source use
|
|
19
|
+
2. STARTER TIER - Small teams and startups ($9/month)
|
|
20
|
+
3. PRO TIER - Professional developers and businesses ($29/month)
|
|
21
|
+
4. ULTRA TIER - Advanced features and priority support ($99/month)
|
|
22
|
+
5. ENTERPRISE - Custom pricing for large organizations
|
|
23
|
+
|
|
24
|
+
================================================================================
|
|
25
|
+
1. FREE TIER LICENSE (MIT-BASED)
|
|
26
|
+
================================================================================
|
|
27
|
+
|
|
28
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
30
|
+
in the Software without restriction for personal and open source use, including
|
|
31
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute,
|
|
32
|
+
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
|
33
|
+
|
|
34
|
+
PERMITTED USES:
|
|
35
|
+
- Personal projects and learning
|
|
36
|
+
- Open source software development
|
|
37
|
+
- Educational and academic research
|
|
38
|
+
- Non-commercial evaluation and testing
|
|
39
|
+
- Individual developers and hobbyists
|
|
40
|
+
|
|
41
|
+
FREE TIER FEATURES:
|
|
42
|
+
- Basic AI models (GPT-4o-mini, Claude Haiku)
|
|
43
|
+
- 100 API calls per day
|
|
44
|
+
- Community support via GitHub Issues
|
|
45
|
+
- Core CLI commands
|
|
46
|
+
- Public npm package access
|
|
47
|
+
|
|
48
|
+
RESTRICTIONS:
|
|
49
|
+
- No commercial use without upgrading
|
|
50
|
+
- No priority support
|
|
51
|
+
- Rate limited to 100 requests/day
|
|
52
|
+
- No enterprise features (IAP, RBAC, audit logs)
|
|
53
|
+
|
|
54
|
+
================================================================================
|
|
55
|
+
2. STARTER TIER LICENSE ($9/month)
|
|
56
|
+
================================================================================
|
|
57
|
+
|
|
58
|
+
For small teams and startups with commercial use requirements.
|
|
59
|
+
|
|
60
|
+
ELIGIBLE ORGANIZATIONS:
|
|
61
|
+
- Teams with 1-10 developers
|
|
62
|
+
- Startups with < $1M ARR
|
|
63
|
+
- Small businesses and freelancers
|
|
64
|
+
- Commercial projects in development
|
|
65
|
+
|
|
66
|
+
STARTER FEATURES:
|
|
67
|
+
- All Free tier features PLUS:
|
|
68
|
+
- Commercial use permitted
|
|
69
|
+
- 1,000 API calls per day
|
|
70
|
+
- Basic email support
|
|
71
|
+
- Team collaboration features
|
|
72
|
+
- Cloud sync and backup
|
|
73
|
+
|
|
74
|
+
================================================================================
|
|
75
|
+
3. PRO TIER LICENSE ($29/month)
|
|
76
|
+
================================================================================
|
|
77
|
+
|
|
78
|
+
For professional developers and growing businesses.
|
|
79
|
+
|
|
80
|
+
ELIGIBLE ORGANIZATIONS:
|
|
81
|
+
- Teams with 11-50 developers
|
|
82
|
+
- Companies with $1M-$10M ARR
|
|
83
|
+
- Professional development teams
|
|
84
|
+
- Production applications
|
|
85
|
+
|
|
86
|
+
PRO FEATURES:
|
|
87
|
+
- All Starter features PLUS:
|
|
88
|
+
- Advanced AI models (GPT-4, Claude Opus)
|
|
89
|
+
- 10,000 API calls per day
|
|
90
|
+
- Priority email support (24hr SLA)
|
|
91
|
+
- Advanced analytics and monitoring
|
|
92
|
+
- Custom model fine-tuning
|
|
93
|
+
- API rate limit customization
|
|
94
|
+
|
|
95
|
+
================================================================================
|
|
96
|
+
4. ULTRA TIER LICENSE ($99/month)
|
|
97
|
+
================================================================================
|
|
98
|
+
|
|
99
|
+
For power users and scaling businesses requiring advanced capabilities.
|
|
100
|
+
|
|
101
|
+
ELIGIBLE ORGANIZATIONS:
|
|
102
|
+
- Teams with 51-200 developers
|
|
103
|
+
- Companies with $10M-$50M ARR
|
|
104
|
+
- High-performance computing needs
|
|
105
|
+
- Mission-critical applications
|
|
106
|
+
|
|
107
|
+
ULTRA FEATURES:
|
|
108
|
+
- All Pro features PLUS:
|
|
109
|
+
- Unlimited API calls
|
|
110
|
+
- Priority support (4hr SLA)
|
|
111
|
+
- Dedicated account manager
|
|
112
|
+
- Custom model deployment
|
|
113
|
+
- On-premise deployment option
|
|
114
|
+
- Advanced security features
|
|
115
|
+
- White-label options
|
|
116
|
+
|
|
117
|
+
================================================================================
|
|
118
|
+
5. ENTERPRISE LICENSE (Custom Pricing)
|
|
119
|
+
================================================================================
|
|
120
|
+
|
|
121
|
+
For large organizations requiring custom licensing terms, dedicated support, and
|
|
122
|
+
enterprise-grade security and compliance features.
|
|
123
|
+
|
|
124
|
+
Please contact Bonginkan Inc. via https://maria-code.ai for Enterprise licensing.
|
|
125
|
+
|
package/README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
MARIA-LITE (v0.0.0)
|
|
2
|
+
===================
|
|
3
|
+
|
|
4
|
+
MARIA-LITE is a lightweight, standalone CLI build of MARIA OS focused on a smaller runtime surface while preserving API compatibility with `@bonginkan/maria`.
|
|
5
|
+
|
|
6
|
+
## Install
|
|
7
|
+
|
|
8
|
+
Global install:
|
|
9
|
+
|
|
10
|
+
```shell
|
|
11
|
+
npm i -g @bonginkan/maria-lite@0.0.0
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Usage
|
|
15
|
+
|
|
16
|
+
Start an interactive session:
|
|
17
|
+
|
|
18
|
+
```shell
|
|
19
|
+
maria-lite
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
Run a single command:
|
|
23
|
+
|
|
24
|
+
```shell
|
|
25
|
+
maria-lite /help
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Notes:
|
|
29
|
+
- Without `--apply`, commands run in plan-only mode where supported (no side effects).
|
|
30
|
+
- Clone commands write under `artifacts/<role>-clone/` when `--apply`.
|
|
31
|
+
|
|
32
|
+
## Version
|
|
33
|
+
|
|
34
|
+
This package is published as `0.0.0` intentionally (bootstrapping).
|
|
35
|
+
|