sourcecode 2.0.1__py3-none-any.whl → 2.1.0__py3-none-any.whl

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.
sourcecode/__init__.py CHANGED
@@ -1,3 +1,7 @@
1
- """sourcecode — Deterministic codebase context maps for AI coding agents."""
1
+ """ASK Engine (CLI: ``ask``) — Deterministic codebase context maps for AI coding agents.
2
2
 
3
- __version__ = "2.0.1"
3
+ ASK Engine is the product. ``ask`` is the canonical CLI command; ``sourcecode`` is
4
+ the legacy compatibility alias and the Python/PyPI package name. See
5
+ docs/PRODUCT_IDENTITY.md (normative)."""
6
+
7
+ __version__ = "2.1.0"