feat(research): add durable research skill

This commit is contained in:
2026-07-31 09:55:11 -04:00
parent 8ad93c7617
commit cbc03650d1
2 changed files with 14 additions and 0 deletions

View File

@@ -28,3 +28,5 @@ The domain glossary lives at `$(xdg-user-dir DOCUMENTS)/ai-artifacts/projects/sk
Discover context and ADR artifacts through the AI artifacts vault convention rather than assuming fixed names or type directories.
- Do not turn opportunistic use of another skill into a declared dependency.
Invocation of an unrelated skill remains the agent's discretion unless the current skill directly requires its contract.
- Do not instruct a skill to execute synchronously.
In-process execution is the baseline, while isolation and parallelism belong to an external caller or runtime.