diff --git a/.coverage b/.coverage deleted file mode 100644 index 6b666e8..0000000 Binary files a/.coverage and /dev/null differ diff --git a/.gitignore b/.gitignore index 66353fa..f4ce243 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/README.md b/README.md index d447651..acd6222 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,21 @@ 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). @@ -303,3 +318,12 @@ 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) diff --git a/README.ru.md b/README.ru.md index f545306..2069d07 100644 --- a/README.ru.md +++ b/README.ru.md @@ -283,6 +283,21 @@ 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). @@ -290,3 +305,12 @@ 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)