scafld 0.0.1__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.
scafld-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.4
2
+ Name: scafld
3
+ Version: 0.0.1
4
+ Summary: spec-driven orchestration for AI coding agents
5
+ Author: nilstate
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://0state.com/scafld
8
+ Project-URL: Repository, https://github.com/nilstate/scafld
9
+ Project-URL: Documentation, https://0state.com/scafld
10
+ Keywords: ai,agents,spec-driven,orchestration
11
+ Requires-Python: >=3.10
@@ -0,0 +1,17 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "scafld"
7
+ version = "0.0.1"
8
+ description = "spec-driven orchestration for AI coding agents"
9
+ license = "MIT"
10
+ authors = [{name = "nilstate"}]
11
+ keywords = ["ai", "agents", "spec-driven", "orchestration"]
12
+ requires-python = ">=3.10"
13
+
14
+ [project.urls]
15
+ Homepage = "https://0state.com/scafld"
16
+ Repository = "https://github.com/nilstate/scafld"
17
+ Documentation = "https://0state.com/scafld"
@@ -0,0 +1,2 @@
1
+ """scafld - spec-driven orchestration for AI coding agents."""
2
+ __version__ = "0.0.1"
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.4
2
+ Name: scafld
3
+ Version: 0.0.1
4
+ Summary: spec-driven orchestration for AI coding agents
5
+ Author: nilstate
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://0state.com/scafld
8
+ Project-URL: Repository, https://github.com/nilstate/scafld
9
+ Project-URL: Documentation, https://0state.com/scafld
10
+ Keywords: ai,agents,spec-driven,orchestration
11
+ Requires-Python: >=3.10
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ scafld/__init__.py
3
+ scafld.egg-info/PKG-INFO
4
+ scafld.egg-info/SOURCES.txt
5
+ scafld.egg-info/dependency_links.txt
6
+ scafld.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ scafld
scafld-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+