@leonidb/jean 0.0.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +15 -0
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # @leonidb/jean
2
+
3
+ This package name is reserved for **Jean**, a local multi-agent orchestration
4
+ framework for Claude Code. It contains no code yet.
5
+
6
+ The project lives at <https://github.com/leonidb/jean>.
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@leonidb/jean",
3
+ "version": "0.0.0",
4
+ "description": "Jean — local multi-agent orchestration for Claude Code. Name reserved; the project lives at github.com/leonidb/jean.",
5
+ "license": "Apache-2.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/leonidb/jean.git"
9
+ },
10
+ "homepage": "https://github.com/leonidb/jean",
11
+ "files": ["README.md"],
12
+ "publishConfig": {
13
+ "access": "public"
14
+ }
15
+ }