chore: generate
This commit is contained in:
parent
40d5ea1cf1
commit
dc7d665e94
4 changed files with 114 additions and 24 deletions
|
|
@ -908,9 +908,6 @@ export type ReferenceConfigEntry =
|
|||
* Git repository URL, host/path reference, or GitHub owner/repo shorthand
|
||||
*/
|
||||
repository: string
|
||||
/**
|
||||
* Branch or ref Scout should clone and inspect
|
||||
*/
|
||||
branch?: string
|
||||
}
|
||||
| {
|
||||
|
|
@ -920,9 +917,6 @@ export type ReferenceConfigEntry =
|
|||
path: string
|
||||
}
|
||||
|
||||
/**
|
||||
* Named git or local directory references that can be @ mentioned as Scout-backed subagents
|
||||
*/
|
||||
export type ReferenceConfig = {
|
||||
[key: string]: ReferenceConfigEntry
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue