1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages

feat: add isolated proposal changesets

This commit is contained in:
Andraxion 2026-07-22 02:58:51 -04:00
parent 9702ed1265
commit 8c75f4f44d
22 changed files with 2314 additions and 64 deletions

View file

@ -1,7 +1,7 @@
"""Project-scoped documentation retrieval with explicit authority boundaries."""
"""Project-scoped documentation retrieval and isolated proposals."""
from .errors import DocForgeError
from .project import Project
__all__ = ["DocForgeError", "Project"]
__version__ = "0.1.0"
__version__ = "0.2.0"