feat: add workspace repository registry

This commit is contained in:
2026-07-05 04:57:52 +09:00
parent 416d67ca06
commit 2f0d1cee19
10 changed files with 725 additions and 382 deletions
+11
View File
@@ -41,6 +41,17 @@ frontend_url = "http://127.0.0.1:5173"
[limits]
max_records = 200
# Repository registry. Browser/API repository projection reads only configured
# entries and never falls back to the backend process cwd. Relative URI values
# are resolved from this workspace config root. Git is the v0 supported provider.
#
# [[repositories]]
# id = "main"
# provider = "git"
# uri = "."
# display_name = "Main repository"
# default_selector = "HEAD"
# Remote Runtime sources. Token values must not be written here.
# Use token_ref only after secret-ref resolution is implemented for this config.
#