Skip to content

Commit 0404fea

Browse files
CreatmanCEOclaude
andauthored
chore: small polish — untrack .coverage, sister cross-links, author signature (#1)
- Remove .coverage (86 KB binary Python coverage data) from tracking; add .coverage and htmlcov/ to .gitignore. The file should never have been committed. - Add "Related — Claude Code ecosystem by the same author" section to both README.md and README.ru.md, cross-linking to all 8 sister repos (anti-regression-setup, ai-context-hierarchy, claude-statusline, notebooklm-claude-workflows, lingua-companion, security-scanner, diabot, ghost-showcase). Consistent with footer pattern across all sister-repo READMEs. - Add Author signature to footer (Nick Podolyak with GitHub / Habr / dev.to / Telegram links). Was missing — every sister repo has it. This is small additive polish on a repo that was already at a high standard (CI matrix Linux/macOS/Windows, npm package, 20 topics, 113 tests, bilingual EN/RU, mermaid arch, 7 hero badges, public-beta status). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 68c4af0 commit 0404fea

4 files changed

Lines changed: 71 additions & 25 deletions

File tree

.coverage

-84 KB
Binary file not shown.

.gitignore

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,33 @@
1-
# Skill state
2-
.isolation-verified
3-
fixtures/iso-test/
41

2+
# Build output (when we publish to npm)
3+
# Editors / OS
4+
# Local env
5+
# Python
6+
# Skill state
57
# Test artefacts (the skill writes these into target projects, not into the skill repo,
68
# but contributors may have them lying around when they hand-test)
7-
node_modules/
8-
test-results/
9-
playwright-report/
10-
playwright/.auth/
11-
reports/
129
**/*.spec.ts.snap
13-
14-
# Python
15-
__pycache__/
10+
*.env.local
1611
*.pyc
17-
.pytest_cache/
18-
.ruff_cache/
19-
.mypy_cache/
20-
21-
# Editors / OS
22-
.vscode/
23-
.idea/
12+
*.tsbuildinfo
2413
.DS_Store
25-
Thumbs.db
26-
27-
# Local env
14+
.coverage
2815
.env
2916
.env.local
3017
.env.test
31-
*.env.local
32-
33-
# Build output (when we publish to npm)
18+
.idea/
19+
.isolation-verified
20+
.mypy_cache/
21+
.pytest_cache/
22+
.ruff_cache/
23+
.vscode/
24+
Thumbs.db
25+
__pycache__/
3426
dist/
35-
*.tsbuildinfo
27+
fixtures/iso-test/
28+
htmlcov/
29+
node_modules/
30+
playwright-report/
31+
playwright/.auth/
32+
reports/
33+
test-results/

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,34 @@ If you're researching AI-driven web testing in 2026, these are the canonical ref
296296

297297
---
298298

299+
## Related — Claude Code ecosystem by the same author
300+
301+
If webtest-orch is interesting, these companion repos are likely too — same author, same voice, all built around Claude Code:
302+
303+
- [`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).
304+
- [`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).
305+
- [`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/).
306+
- [`notebooklm-claude-workflows`](https://github.com/CreatmanCEO/notebooklm-claude-workflows) — seven slash-commands for Google NotebookLM research pipelines.
307+
- [`lingua-companion`](https://github.com/CreatmanCEO/lingua-companion) — voice-first English tutor for Russian-speaking IT professionals (one of webtest-orch's validation targets).
308+
- [`security-scanner`](https://github.com/CreatmanCEO/security-scanner) — mobile threat detection through VPN traffic analysis.
309+
- [`diabot`](https://github.com/CreatmanCEO/diabot) — non-commercial Telegram bot for type 1 diabetes (food photo → carb counting).
310+
- [`ghost-showcase`](https://github.com/CreatmanCEO/ghost-showcase) — invisible AI assistant for Windows (commercial product showcase).
311+
312+
---
313+
299314
## License
300315

301316
MIT — see [LICENSE](LICENSE).
302317

303318
## Contributing
304319

305320
PRs welcome — see [CONTRIBUTING.md](CONTRIBUTING.md). For OS-specific bug reports use the dedicated [issue template](.github/ISSUE_TEMPLATE/os-compatibility-report.md).
321+
322+
## Author
323+
324+
**Nick Podolyak** — Python developer and digital architect at [CREATMAN](https://creatman.site)
325+
326+
- GitHub: [@CreatmanCEO](https://github.com/CreatmanCEO)
327+
- Habr: [creatman](https://habr.com/ru/users/creatman/)
328+
- dev.to: [@creatman](https://dev.to/creatman)
329+
- Telegram: [@Creatman_it](https://t.me/Creatman_it)

README.ru.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,34 @@ Lingua-dogfood выдал 6 feedback-айтемов, ставших `0.2.0` фи
283283

284284
---
285285

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

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

290305
## Contributing
291306

292307
PR'ы приветствуются — см. [CONTRIBUTING.md](CONTRIBUTING.md). Для OS-specific bug reports используй [issue template](.github/ISSUE_TEMPLATE/os-compatibility-report.md).
308+
309+
## Автор
310+
311+
**Николай Подоляк (Nick Podolyak)** — Python-разработчик и цифровой архитектор в [CREATMAN](https://creatman.site)
312+
313+
- GitHub: [@CreatmanCEO](https://github.com/CreatmanCEO)
314+
- Habr: [creatman](https://habr.com/ru/users/creatman/)
315+
- dev.to: [@creatman](https://dev.to/creatman)
316+
- Telegram: [@Creatman_it](https://t.me/Creatman_it)

0 commit comments

Comments
 (0)