Implement REUSE-WP-0013 registry establish, update, and stats
Add stats, establish (scaffold, publish-check, discover), and update CLI commands with optional llm-connect bridge, validate --root for sibling repos, pytest coverage, and documentation for sibling registry onboarding.
This commit is contained in:
parent
fb712b4b98
commit
70a5003f6e
19 changed files with 1740 additions and 30 deletions
|
|
@ -20,6 +20,9 @@ dev = [
|
|||
"httpx>=0.27",
|
||||
"pytest>=8.0",
|
||||
]
|
||||
llm = [
|
||||
"llm-connect",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
reuse-surface = "reuse_surface.cli:main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue