canon-ai 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 +14 -0
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # Canon
2
+
3
+ > **The law your agents work under.**
4
+ >
5
+ > A spec-first, multi-agent coding pipeline you drop into any repo.
6
+
7
+ This is a placeholder release reserving the package name. The public
8
+ launch — full CLI, pipeline orchestrator, and docs — is coming soon at
9
+ [github.com/tstraub89/canon-ai](https://github.com/tstraub89/canon-ai).
10
+
11
+ MIT © Tim Straub
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "canon-ai",
3
+ "version": "0.0.1",
4
+ "description": "A spec-first, multi-agent coding pipeline you drop into any repo. Placeholder release — public launch coming soon.",
5
+ "license": "MIT",
6
+ "author": "Tim Straub",
7
+ "homepage": "https://github.com/tstraub89/canon-ai#readme",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/tstraub89/canon-ai.git"
11
+ },
12
+ "keywords": ["ai", "agents", "claude", "codex", "pipeline", "spec-driven", "code-review", "cli", "orchestration"],
13
+ "files": ["README.md"]
14
+ }