Add Linear issue worktree workflow
This commit is contained in:
parent
bbd082947e
commit
bc5bf77963
9 changed files with 581 additions and 0 deletions
|
|
@ -103,6 +103,13 @@ in
|
|||
enable = true;
|
||||
skills = [
|
||||
(inputs.anthropic-skills + "/skills/skill-creator")
|
||||
../config/pi/skills/linear-issue-worker
|
||||
];
|
||||
extensions = [
|
||||
../config/pi/extensions/worktree-agent
|
||||
];
|
||||
promptTemplates = [
|
||||
../config/pi/prompts/issue.md
|
||||
];
|
||||
environment = {
|
||||
FIRECRAWL_API_KEY.file = config.sops.secrets.firecrawl_api_key.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue