waystone 0.1.0__tar.gz

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.
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: waystone
3
+ Version: 0.1.0
4
+ Summary: Persistent memory for AI-assisted development. Waystone by Unbidden AI.
5
+ Author-email: Unbidden AI <hello@unbidden.ai>
6
+ License: MIT
7
+ Project-URL: Homepage, https://unbidden.ai/waystone
8
+ Project-URL: Repository, https://github.com/Unbidden-AI/engram
9
+ Keywords: ai,memory,mcp,llm,context,claude,cursor
10
+ Classifier: Development Status :: 2 - Pre-Alpha
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Topic :: Software Development :: Libraries
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+
18
+ # Waystone
19
+
20
+ **Persistent memory for AI-assisted development.**
21
+
22
+ Waystone by [Unbidden AI](https://unbidden.ai) — coming soon.
23
+
24
+ Your AI editor forgets everything between sessions. Waystone doesn't. Structured memory that persists across sessions, works via MCP or REST API, and connects to Claude Code, Cursor, Windsurf, and any MCP-compatible editor.
25
+
26
+ ---
27
+
28
+ **Early access:** [unbidden.ai/waystone](https://unbidden.ai/waystone)
@@ -0,0 +1,11 @@
1
+ # Waystone
2
+
3
+ **Persistent memory for AI-assisted development.**
4
+
5
+ Waystone by [Unbidden AI](https://unbidden.ai) — coming soon.
6
+
7
+ Your AI editor forgets everything between sessions. Waystone doesn't. Structured memory that persists across sessions, works via MCP or REST API, and connects to Claude Code, Cursor, Windsurf, and any MCP-compatible editor.
8
+
9
+ ---
10
+
11
+ **Early access:** [unbidden.ai/waystone](https://unbidden.ai/waystone)
@@ -0,0 +1,24 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "waystone"
7
+ version = "0.1.0"
8
+ description = "Persistent memory for AI-assisted development. Waystone by Unbidden AI."
9
+ readme = "README.md"
10
+ license = { text = "MIT" }
11
+ authors = [{ name = "Unbidden AI", email = "hello@unbidden.ai" }]
12
+ requires-python = ">=3.10"
13
+ keywords = ["ai", "memory", "mcp", "llm", "context", "claude", "cursor"]
14
+ classifiers = [
15
+ "Development Status :: 2 - Pre-Alpha",
16
+ "Intended Audience :: Developers",
17
+ "Topic :: Software Development :: Libraries",
18
+ "License :: OSI Approved :: MIT License",
19
+ "Programming Language :: Python :: 3",
20
+ ]
21
+
22
+ [project.urls]
23
+ Homepage = "https://unbidden.ai/waystone"
24
+ Repository = "https://github.com/Unbidden-AI/engram"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,3 @@
1
+ """Waystone — persistent memory for AI-assisted development. Coming soon."""
2
+
3
+ __version__ = "0.1.0"
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: waystone
3
+ Version: 0.1.0
4
+ Summary: Persistent memory for AI-assisted development. Waystone by Unbidden AI.
5
+ Author-email: Unbidden AI <hello@unbidden.ai>
6
+ License: MIT
7
+ Project-URL: Homepage, https://unbidden.ai/waystone
8
+ Project-URL: Repository, https://github.com/Unbidden-AI/engram
9
+ Keywords: ai,memory,mcp,llm,context,claude,cursor
10
+ Classifier: Development Status :: 2 - Pre-Alpha
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Topic :: Software Development :: Libraries
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+
18
+ # Waystone
19
+
20
+ **Persistent memory for AI-assisted development.**
21
+
22
+ Waystone by [Unbidden AI](https://unbidden.ai) — coming soon.
23
+
24
+ Your AI editor forgets everything between sessions. Waystone doesn't. Structured memory that persists across sessions, works via MCP or REST API, and connects to Claude Code, Cursor, Windsurf, and any MCP-compatible editor.
25
+
26
+ ---
27
+
28
+ **Early access:** [unbidden.ai/waystone](https://unbidden.ai/waystone)
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/waystone/__init__.py
4
+ src/waystone.egg-info/PKG-INFO
5
+ src/waystone.egg-info/SOURCES.txt
6
+ src/waystone.egg-info/dependency_links.txt
7
+ src/waystone.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ waystone