unspaghettit 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 +14 -0
  2. package/package.json +31 -0
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # Unspaghettit
2
+
3
+ > Behavior-driven AI development without prompt spaghetti.
4
+ > A local-first, MCP-native executable behavior runtime for the systems humans and LLMs build together.
5
+
6
+ This `0.0.1` is a **placeholder** reserving the package name on npm. The first real release will land here shortly.
7
+
8
+ In the meantime:
9
+
10
+ - Source code and docs: [github.com/lyriks-io/unspaghettit](https://github.com/lyriks-io/unspaghettit)
11
+ - File an issue: [github.com/lyriks-io/unspaghettit/issues](https://github.com/lyriks-io/unspaghettit/issues)
12
+ - About the team: [lyriks.io](https://lyriks.io)
13
+
14
+ An open-source project by [Lyriks.io](https://lyriks.io). AGPL-3.0.
package/package.json ADDED
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "unspaghettit",
3
+ "version": "0.0.1",
4
+ "description": "Behavior-driven AI development without prompt spaghetti. A local-first, MCP-native executable behavior runtime for the systems humans and LLMs build together.",
5
+ "author": {
6
+ "name": "Lyriks.io",
7
+ "url": "https://lyriks.io"
8
+ },
9
+ "keywords": [
10
+ "mcp",
11
+ "model-context-protocol",
12
+ "ai",
13
+ "llm",
14
+ "behavior-modeling",
15
+ "spec",
16
+ "simulator",
17
+ "sveltekit",
18
+ "claude",
19
+ "cursor",
20
+ "gemini"
21
+ ],
22
+ "license": "AGPL-3.0-or-later",
23
+ "homepage": "https://github.com/lyriks-io/unspaghettit#readme",
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "https://github.com/lyriks-io/unspaghettit.git"
27
+ },
28
+ "bugs": {
29
+ "url": "https://github.com/lyriks-io/unspaghettit/issues"
30
+ }
31
+ }