synsci 1.1.75

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.
Files changed (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +15 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # synsci
2
+
3
+ This is the install alias for [@synsci/cli](https://www.npmjs.com/package/@synsci/cli) — the Synthetic Sciences CLI.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install -g synsci
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```bash
14
+ synsc
15
+ ```
16
+
17
+ For full documentation, visit [syntheticsciences.ai](https://syntheticsciences.ai).
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "synsci",
3
+ "version": "1.1.75",
4
+ "description": "Synthetic Sciences CLI — AI coding agent for ML research",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/SyntheticSciences/cli"
9
+ },
10
+ "homepage": "https://syntheticsciences.ai",
11
+ "keywords": ["ai", "ml", "cli", "coding-agent", "synthetic-sciences"],
12
+ "dependencies": {
13
+ "@synsci/cli": "^1.1.75"
14
+ }
15
+ }