Skip to content

Commit cdf18f7

Browse files
committed
feat(tooling): add cross-platform installer and agent CLI
1 parent 3adf7ba commit cdf18f7

10 files changed

Lines changed: 1806 additions & 0 deletions

File tree

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Temporary working files (generated locally)
2+
tmp/
3+
.generated/
4+
5+
# AI Agents
6+
.claude/
7+
.playwright-cli/
8+
9+
# Test and debug artifacts
10+
coverage/
11+
test-results/
12+
artifacts/
13+
*.log
14+
15+
# OS/editor noise
16+
.DS_Store
17+

0 commit comments

Comments
 (0)