gamestage 0.33.0 → 0.34.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 +15 -0
- package/cli.mjs +114 -116
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -4,6 +4,21 @@ Gamestage, including the command-line tool distributed at
|
|
|
4
4
|
https://gamestage.ai/cli and as the npm package `gamestage`, is proprietary
|
|
5
5
|
software of Monterosa Productions Limited.
|
|
6
6
|
|
|
7
|
+
WHAT THIS LICENCE DOES NOT COVER
|
|
8
|
+
|
|
9
|
+
Two things Gamestage publishes are released separately, under the MIT licence,
|
|
10
|
+
and nothing below applies to them:
|
|
11
|
+
|
|
12
|
+
1. The agent instructions, served at https://gamestage.ai/skill and
|
|
13
|
+
https://gamestage.ai/install and published as SKILL.md. They describe how
|
|
14
|
+
to use Gamestage. They contain no part of it.
|
|
15
|
+
|
|
16
|
+
2. The sample games published alongside them as worked examples.
|
|
17
|
+
|
|
18
|
+
Each carries its own MIT licence file wherever it is published. Everything
|
|
19
|
+
else, including the tool, the game Engine, the control plane and the Stage
|
|
20
|
+
application, is covered by the terms below.
|
|
21
|
+
|
|
7
22
|
You are granted permission to download, install and run the tool for the
|
|
8
23
|
purpose of building, testing and deploying your own games with it.
|
|
9
24
|
|