specsmith 0.2.2.dev44__tar.gz → 0.2.2.dev46__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.
- {specsmith-0.2.2.dev44/src/specsmith.egg-info → specsmith-0.2.2.dev46}/PKG-INFO +3 -3
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/README.md +2 -2
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/pyproject.toml +1 -1
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46/src/specsmith.egg-info}/PKG-INFO +3 -3
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/LICENSE +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/setup.cfg +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/__init__.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/__main__.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/architect.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/auditor.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/cli.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/commands/__init__.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/compressor.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/config.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/credit_analyzer.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/credits.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/differ.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/doctor.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/executor.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/exporter.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/importer.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/integrations/__init__.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/integrations/aider.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/integrations/base.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/integrations/claude_code.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/integrations/copilot.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/integrations/cursor.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/integrations/gemini.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/integrations/warp.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/integrations/windsurf.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/ledger.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/plugins.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/releaser.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/requirements.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/scaffolder.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/session.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/agents.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/community/bug_report.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/community/code_of_conduct.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/community/contributing.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/community/feature_request.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/community/license-Apache-2.0.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/community/license-MIT.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/community/pull_request_template.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/community/security.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/docs/architecture.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/docs/mkdocs.yml.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/docs/readthedocs.yaml.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/docs/requirements.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/docs/test-spec.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/docs/workflow.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/editorconfig.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/gitattributes.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/gitignore.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/go/go.mod.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/go/main.go.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/governance/context-budget.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/governance/drift-metrics.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/governance/roles.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/governance/rules.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/governance/verification.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/governance/workflow.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/js/package.json.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/ledger.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/python/cli.py.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/python/init.py.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/python/pyproject.toml.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/readme.md.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/rust/Cargo.toml.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/rust/main.rs.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/scripts/exec.cmd.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/scripts/exec.sh.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/scripts/run.cmd.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/scripts/run.sh.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/scripts/setup.cmd.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/scripts/setup.sh.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/workflows/release.yml.j2 +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/tools.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/updater.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/upgrader.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/validator.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/vcs/__init__.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/vcs/base.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/vcs/bitbucket.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/vcs/github.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/vcs/gitlab.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/vcs_commands.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith.egg-info/SOURCES.txt +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith.egg-info/dependency_links.txt +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith.egg-info/entry_points.txt +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith.egg-info/requires.txt +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith.egg-info/top_level.txt +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/tests/test_auditor.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/tests/test_cli.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/tests/test_compressor.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/tests/test_importer.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/tests/test_integrations.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/tests/test_scaffolder.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/tests/test_smoke.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/tests/test_tools.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/tests/test_validator.py +0 -0
- {specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/tests/test_vcs.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: specsmith
|
|
3
|
-
Version: 0.2.2.
|
|
3
|
+
Version: 0.2.2.dev46
|
|
4
4
|
Summary: Forge governed project scaffolds from the Agentic AI Development Workflow Specification.
|
|
5
5
|
Author: BitConcepts
|
|
6
6
|
License: MIT
|
|
@@ -45,8 +45,8 @@ Dynamic: license-file
|
|
|
45
45
|
|
|
46
46
|
[](https://github.com/BitConcepts/specsmith/actions/workflows/ci.yml)
|
|
47
47
|
[](https://specsmith.readthedocs.io/en/stable/)
|
|
48
|
-
[](https://pypi.org/project/specsmith/)
|
|
49
|
-
[](https://pypi.org/project/specsmith/#history)
|
|
48
|
+
[](https://pypi.org/project/specsmith/)
|
|
49
|
+
[](https://pypi.org/project/specsmith/#history)
|
|
50
50
|
[](https://www.python.org/downloads/)
|
|
51
51
|
[](LICENSE)
|
|
52
52
|
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/BitConcepts/specsmith/actions/workflows/ci.yml)
|
|
4
4
|
[](https://specsmith.readthedocs.io/en/stable/)
|
|
5
|
-
[](https://pypi.org/project/specsmith/)
|
|
6
|
-
[](https://pypi.org/project/specsmith/#history)
|
|
5
|
+
[](https://pypi.org/project/specsmith/)
|
|
6
|
+
[](https://pypi.org/project/specsmith/#history)
|
|
7
7
|
[](https://www.python.org/downloads/)
|
|
8
8
|
[](LICENSE)
|
|
9
9
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "specsmith"
|
|
7
|
-
version = "0.2.2.
|
|
7
|
+
version = "0.2.2.dev46"
|
|
8
8
|
description = "Forge governed project scaffolds from the Agentic AI Development Workflow Specification."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: specsmith
|
|
3
|
-
Version: 0.2.2.
|
|
3
|
+
Version: 0.2.2.dev46
|
|
4
4
|
Summary: Forge governed project scaffolds from the Agentic AI Development Workflow Specification.
|
|
5
5
|
Author: BitConcepts
|
|
6
6
|
License: MIT
|
|
@@ -45,8 +45,8 @@ Dynamic: license-file
|
|
|
45
45
|
|
|
46
46
|
[](https://github.com/BitConcepts/specsmith/actions/workflows/ci.yml)
|
|
47
47
|
[](https://specsmith.readthedocs.io/en/stable/)
|
|
48
|
-
[](https://pypi.org/project/specsmith/)
|
|
49
|
-
[](https://pypi.org/project/specsmith/#history)
|
|
48
|
+
[](https://pypi.org/project/specsmith/)
|
|
49
|
+
[](https://pypi.org/project/specsmith/#history)
|
|
50
50
|
[](https://www.python.org/downloads/)
|
|
51
51
|
[](LICENSE)
|
|
52
52
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/community/bug_report.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
{specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/community/contributing.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/community/license-MIT.j2
RENAMED
|
File without changes
|
|
File without changes
|
{specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/community/security.md.j2
RENAMED
|
File without changes
|
{specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/docs/architecture.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
{specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/docs/readthedocs.yaml.j2
RENAMED
|
File without changes
|
{specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/docs/requirements.md.j2
RENAMED
|
File without changes
|
{specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/docs/test-spec.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/governance/roles.md.j2
RENAMED
|
File without changes
|
{specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/governance/rules.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
{specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/governance/workflow.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/python/pyproject.toml.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/scripts/setup.cmd.j2
RENAMED
|
File without changes
|
|
File without changes
|
{specsmith-0.2.2.dev44 → specsmith-0.2.2.dev46}/src/specsmith/templates/workflows/release.yml.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|