create-cadmo 0.0.1

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 +11 -0
  2. package/package.json +26 -0
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # create-cadmo
2
+
3
+ Scaffold the **Cadmo** method into your project — a right-sized method for building software with AI as your pair.
4
+
5
+ ```bash
6
+ npm create cadmo
7
+ ```
8
+
9
+ The method, docs and templates: **https://github.com/tiagotorres91/cadmo** · **https://cadmo.dev**
10
+
11
+ > This is an early placeholder reserving the name. The scaffolder (`cadmo init` — drops `AGENTS.md`, the value gate, spec/plan templates into your project) is on the roadmap.
package/package.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "create-cadmo",
3
+ "version": "0.0.1",
4
+ "description": "Scaffold the Cadmo method into your project — a right-sized method for building software with AI as your pair.",
5
+ "keywords": [
6
+ "cadmo",
7
+ "create-cadmo",
8
+ "spec-driven-development",
9
+ "ai",
10
+ "methodology",
11
+ "framework",
12
+ "agents",
13
+ "claude",
14
+ "scaffold"
15
+ ],
16
+ "homepage": "https://cadmo.dev",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "git+https://github.com/tiagotorres91/cadmo.git"
20
+ },
21
+ "author": "Tiago Torres (B2B Soluções em TI)",
22
+ "license": "MIT",
23
+ "files": [
24
+ "README.md"
25
+ ]
26
+ }