Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .coverage
Binary file not shown.
48 changes: 23 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,33 @@
# Skill state
.isolation-verified
fixtures/iso-test/

# Build output (when we publish to npm)
# Editors / OS
# Local env
# Python
# Skill state
# Test artefacts (the skill writes these into target projects, not into the skill repo,
# but contributors may have them lying around when they hand-test)
node_modules/
test-results/
playwright-report/
playwright/.auth/
reports/
**/*.spec.ts.snap

# Python
__pycache__/
*.env.local
*.pyc
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Editors / OS
.vscode/
.idea/
*.tsbuildinfo
.DS_Store
Thumbs.db

# Local env
.coverage
.env
.env.local
.env.test
*.env.local

# Build output (when we publish to npm)
.idea/
.isolation-verified
.mypy_cache/
.pytest_cache/
.ruff_cache/
.vscode/
Thumbs.db
__pycache__/
dist/
*.tsbuildinfo
fixtures/iso-test/
htmlcov/
node_modules/
playwright-report/
playwright/.auth/
reports/
test-results/
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,34 @@ If you're researching AI-driven web testing in 2026, these are the canonical ref

---

## Related — Claude Code ecosystem by the same author

If webtest-orch is interesting, these companion repos are likely too — same author, same voice, all built around Claude Code:

- [`claude-code-antiregression-setup`](https://github.com/CreatmanCEO/claude-code-antiregression-setup) — `CLAUDE.md` + subagents + hooks pattern. Featured on [Habr](https://habr.com/ru/articles/1013330/) (top-5 of the day, 20K reads).
- [`ai-context-hierarchy`](https://github.com/CreatmanCEO/ai-context-hierarchy) — three-level context system. Featured in the [Graphify v5.0 roadmap](https://github.com/safishamsi/graphify/issues/425).
- [`claude-statusline`](https://github.com/CreatmanCEO/claude-statusline) — statusline for Claude Code with VPS health monitoring. Featured on [Habr](https://habr.com/ru/articles/1013414/).
- [`notebooklm-claude-workflows`](https://github.com/CreatmanCEO/notebooklm-claude-workflows) — seven slash-commands for Google NotebookLM research pipelines.
- [`lingua-companion`](https://github.com/CreatmanCEO/lingua-companion) — voice-first English tutor for Russian-speaking IT professionals (one of webtest-orch's validation targets).
- [`security-scanner`](https://github.com/CreatmanCEO/security-scanner) — mobile threat detection through VPN traffic analysis.
- [`diabot`](https://github.com/CreatmanCEO/diabot) — non-commercial Telegram bot for type 1 diabetes (food photo → carb counting).
- [`ghost-showcase`](https://github.com/CreatmanCEO/ghost-showcase) — invisible AI assistant for Windows (commercial product showcase).

---

## License

MIT — see [LICENSE](LICENSE).

## Contributing

PRs welcome — see [CONTRIBUTING.md](CONTRIBUTING.md). For OS-specific bug reports use the dedicated [issue template](.github/ISSUE_TEMPLATE/os-compatibility-report.md).

## Author

**Nick Podolyak** — Python developer and digital architect at [CREATMAN](https://creatman.site)

- GitHub: [@CreatmanCEO](https://github.com/CreatmanCEO)
- Habr: [creatman](https://habr.com/ru/users/creatman/)
- dev.to: [@creatman](https://dev.to/creatman)
- Telegram: [@Creatman_it](https://t.me/Creatman_it)
24 changes: 24 additions & 0 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,34 @@ Lingua-dogfood выдал 6 feedback-айтемов, ставших `0.2.0` фи

---

## Связанные проекты — Claude Code-экосистема того же автора

Если webtest-orch тебе интересен — эти sister-репо тоже скорее всего: тот же автор, тот же голос, всё построено вокруг Claude Code:

- [`claude-code-antiregression-setup`](https://github.com/CreatmanCEO/claude-code-antiregression-setup) — `CLAUDE.md` + субагенты + хуки. [Habr](https://habr.com/ru/articles/1013330/) (топ-5 дня, 20K чтений).
- [`ai-context-hierarchy`](https://github.com/CreatmanCEO/ai-context-hierarchy) — трёхуровневая система контекста. Featured в [Graphify v5.0 roadmap](https://github.com/safishamsi/graphify/issues/425).
- [`claude-statusline`](https://github.com/CreatmanCEO/claude-statusline) — statusline для Claude Code с VPS-мониторингом. [Habr](https://habr.com/ru/articles/1013414/).
- [`notebooklm-claude-workflows`](https://github.com/CreatmanCEO/notebooklm-claude-workflows) — 7 slash-команд для Google NotebookLM research-пайплайнов.
- [`lingua-companion`](https://github.com/CreatmanCEO/lingua-companion) — voice-first English-tutor для русскоговорящих IT-специалистов (одна из validation-целей webtest-orch).
- [`security-scanner`](https://github.com/CreatmanCEO/security-scanner) — обнаружение мобильных угроз через анализ VPN-трафика.
- [`diabot`](https://github.com/CreatmanCEO/diabot) — non-commercial Telegram-бот для диабета 1 типа (фото еды → carb counting).
- [`ghost-showcase`](https://github.com/CreatmanCEO/ghost-showcase) — невидимый AI-ассистент для Windows (commercial product showcase).

---

## Лицензия

MIT — см. [LICENSE](LICENSE).

## Contributing

PR'ы приветствуются — см. [CONTRIBUTING.md](CONTRIBUTING.md). Для OS-specific bug reports используй [issue template](.github/ISSUE_TEMPLATE/os-compatibility-report.md).

## Автор

**Николай Подоляк (Nick Podolyak)** — Python-разработчик и цифровой архитектор в [CREATMAN](https://creatman.site)

- GitHub: [@CreatmanCEO](https://github.com/CreatmanCEO)
- Habr: [creatman](https://habr.com/ru/users/creatman/)
- dev.to: [@creatman](https://dev.to/creatman)
- Telegram: [@Creatman_it](https://t.me/Creatman_it)
Loading