feat: add isolated proposal changesets
This commit is contained in:
parent
9702ed1265
commit
8c75f4f44d
22 changed files with 2314 additions and 64 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue