Skip to content

Commit db5b881

Browse files
Kasper JungeKasper Junge
authored andcommitted
.
1 parent b9b7943 commit db5b881

4 files changed

Lines changed: 196 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ node_modules/
1212
.playwright-cli/
1313
mess/
1414
.ralphify/
15-
.DS_Store
15+
.DS_Store
16+
.coverage

agr.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This file is auto-generated by agr. Do not edit.
2+
3+
version = 1
4+
5+
[[skill]]
6+
handle = "computerlovetech/docs-audit"
7+
source = "github"
8+
commit = "5674fdd2eb72497761061cc0acd6623b76185832"
9+
content-hash = "sha256:be6c01702e2207ae443b402de3754056ffcab5caa7db5f199e610d1afcb81b44"
10+
installed-name = "docs-audit"
11+
12+
[[skill]]
13+
handle = "computerlovetech/setup-agent-workspace"
14+
source = "github"
15+
commit = "5674fdd2eb72497761061cc0acd6623b76185832"
16+
content-hash = "sha256:4bcd7df99e67fd99f49098bf3732a44a053562ee2516de098c2c70204a191b61"
17+
installed-name = "setup-agent-workspace"

agr.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ dependencies = [
33
{path = "skills/brand-guidelines", type = "skill"},
44
{handle = "microsoft/playwright-cli/playwright-cli", type = "skill"},
55
{path = "skills/release", type = "skill"},
6+
{handle = "computerlovetech/docs-audit", type = "skill"},
7+
{handle = "computerlovetech/setup-agent-workspace", type = "skill"},
68
]
79

810
[[source]]

0 commit comments

Comments
 (0)