sumd 0.3.2__tar.gz → 0.3.3__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.
Files changed (33) hide show
  1. {sumd-0.3.2 → sumd-0.3.3}/CHANGELOG.md +8 -0
  2. {sumd-0.3.2 → sumd-0.3.3}/PKG-INFO +3 -3
  3. {sumd-0.3.2 → sumd-0.3.3}/README.md +2 -2
  4. {sumd-0.3.2 → sumd-0.3.3}/pyproject.toml +1 -1
  5. {sumd-0.3.2 → sumd-0.3.3}/sumd/__init__.py +1 -1
  6. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/__init__.py +1 -0
  7. {sumd-0.3.2 → sumd-0.3.3}/.gitignore +0 -0
  8. {sumd-0.3.2 → sumd-0.3.3}/LICENSE +0 -0
  9. {sumd-0.3.2 → sumd-0.3.3}/sumd/cli.py +0 -0
  10. {sumd-0.3.2 → sumd-0.3.3}/sumd/extractor.py +0 -0
  11. {sumd-0.3.2 → sumd-0.3.3}/sumd/generator.py +0 -0
  12. {sumd-0.3.2 → sumd-0.3.3}/sumd/mcp_server.py +0 -0
  13. {sumd-0.3.2 → sumd-0.3.3}/sumd/parser.py +0 -0
  14. {sumd-0.3.2 → sumd-0.3.3}/sumd/pipeline.py +0 -0
  15. {sumd-0.3.2 → sumd-0.3.3}/sumd/renderer.py +0 -0
  16. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/api_stubs.py +0 -0
  17. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/architecture.py +0 -0
  18. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/base.py +0 -0
  19. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/call_graph.py +0 -0
  20. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/code_analysis.py +0 -0
  21. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/configuration.py +0 -0
  22. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/dependencies.py +0 -0
  23. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/deployment.py +0 -0
  24. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/environment.py +0 -0
  25. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/extras.py +0 -0
  26. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/interfaces.py +0 -0
  27. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/metadata.py +0 -0
  28. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/quality.py +0 -0
  29. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/refactor_analysis.py +0 -0
  30. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/source_snippets.py +0 -0
  31. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/test_contracts.py +0 -0
  32. {sumd-0.3.2 → sumd-0.3.3}/sumd/sections/workflows.py +0 -0
  33. {sumd-0.3.2 → sumd-0.3.3}/sumd/toon_parser.py +0 -0
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.3.3] - 2026-04-19
11
+
12
+ ### Docs
13
+ - Update README.md
14
+
15
+ ### Other
16
+ - Update sumd/sections/__init__.py
17
+
10
18
  ## [0.3.2] - 2026-04-19
11
19
 
12
20
  ### Docs
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sumd
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: SUMD - Structured Unified Markdown Descriptor for AI-aware project documentation
5
5
  Project-URL: Homepage, https://github.com/tom/statement
6
6
  Project-URL: Repository, https://github.com/tom/statement
@@ -39,9 +39,9 @@ Description-Content-Type: text/markdown
39
39
 
40
40
  ## AI Cost Tracking
41
41
 
42
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$4.80-green) ![AI Model](https://img.shields.io/badge/AI%20Model-openrouter%2Fqwen%2Fqwen3-coder-next-lightgrey)
42
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$4.95-green) ![AI Model](https://img.shields.io/badge/AI%20Model-openrouter%2Fqwen%2Fqwen3-coder-next-lightgrey)
43
43
 
44
- This project uses AI-generated code. Total cost: **$4.8000** with **32** AI commits.
44
+ This project uses AI-generated code. Total cost: **$4.9500** with **33** AI commits.
45
45
 
46
46
  Generated on 2026-04-19 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/models/openrouter/qwen/qwen3-coder-next)
47
47
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  ## AI Cost Tracking
4
4
 
5
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$4.80-green) ![AI Model](https://img.shields.io/badge/AI%20Model-openrouter%2Fqwen%2Fqwen3-coder-next-lightgrey)
5
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$4.95-green) ![AI Model](https://img.shields.io/badge/AI%20Model-openrouter%2Fqwen%2Fqwen3-coder-next-lightgrey)
6
6
 
7
- This project uses AI-generated code. Total cost: **$4.8000** with **32** AI commits.
7
+ This project uses AI-generated code. Total cost: **$4.9500** with **33** AI commits.
8
8
 
9
9
  Generated on 2026-04-19 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/models/openrouter/qwen/qwen3-coder-next)
10
10
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "sumd"
7
- version = "0.3.2"
7
+ version = "0.3.3"
8
8
  description = "SUMD - Structured Unified Markdown Descriptor for AI-aware project documentation"
9
9
  readme = "README.md"
10
10
  license = "Apache-2.0"
@@ -4,7 +4,7 @@ SUMD is a semantic project descriptor format in Markdown that defines intent,
4
4
  structure, execution entry points, and mental model of a system for both humans and LLMs.
5
5
  """
6
6
 
7
- __version__ = "0.3.2"
7
+ __version__ = "0.3.3"
8
8
 
9
9
  from sumd.parser import (
10
10
  SUMDDocument,
@@ -94,6 +94,7 @@ PROFILES: dict[str, set[str]] = {
94
94
  "dependencies",
95
95
  "source_snippets",
96
96
  "refactor_analysis",
97
+ "test_contracts",
97
98
  },
98
99
  }
99
100
 
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