@diffci.com/diffci 0.1.2 → 0.1.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/COMMERCIAL.md ADDED
@@ -0,0 +1,35 @@
1
+ # Commercial DiffCI boundary
2
+
3
+ DiffCI is an open-core project with two separate software boundaries.
4
+
5
+ ## Open-source core
6
+
7
+ DiffCI Core is the installable observation-only package published as `@diffci.com/diffci`.
8
+
9
+ It is licensed AGPL-3.0-only and includes:
10
+
11
+ - the engine/client/action code shipped in the npm package;
12
+ - local analysis;
13
+ - local JSON reports;
14
+ - the basic GitHub Action;
15
+ - optional submission to a configured hosted endpoint.
16
+
17
+ The exact package boundary is recorded in [`docs/oss-boundary.md`](docs/oss-boundary.md).
18
+
19
+ ## Commercial DiffCI
20
+
21
+ Commercial DiffCI is proprietary software. It includes code and services for:
22
+
23
+ - DiffCI Cloud;
24
+ - organization dashboards;
25
+ - private report access;
26
+ - historical analytics;
27
+ - enterprise policies;
28
+ - managed runners;
29
+ - team and organization features;
30
+ - billing, ledger, usage, and entitlement systems;
31
+ - deployment, research, operations, and control-plane infrastructure.
32
+
33
+ Commercial DiffCI is not licensed under the AGPL merely because it lives in the same repository. Files
34
+ outside the OSS package boundary remain proprietary unless a later change explicitly moves them into the
35
+ OSS package boundary.