Skip to content

Commit 58087fd

Browse files
fix(agents): add tests/ directory to codebase maps (from PR #279)
Signed-off-by: StreamKit Devin <devin@streamkit.dev> Co-Authored-By: Claudio Costa <cstcld91@gmail.com>
1 parent e3de830 commit 58087fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ the full architecture.
3333
| `ui/` | React 19 web UI (Vite + Bun) |
3434
| `plugins/native/` | Official ML plugins (Whisper, Kokoro, NLLB, etc.) |
3535
| `samples/` | Example pipelines (`dynamic/` and `oneshot/`), audio files, images, fonts, Slint files |
36+
| `tests/` | Pipeline validation tests (oneshot pipeline smoke tests) |
3637
| `e2e/` | Playwright end-to-end tests |
3738
| `docs/` | Astro + Starlight docs site (sidebar in `docs/astro.config.mjs`) |
3839

agent_docs/architecture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ sdks/plugin-sdk/ Plugin SDK for Rust, Go, and C (native + WASM targets)
3434
ui/ React web UI — node graph editor, compositor canvas, views
3535
plugins/native/ Official ML plugins (Whisper, Kokoro, NLLB, SenseVoice, etc.)
3636
samples/ Example pipelines (dynamic/ and oneshot/), audio, images, fonts, Slint files
37+
tests/ Pipeline validation tests (oneshot pipeline smoke tests)
3738
e2e/ Playwright end-to-end tests
3839
docs/ Astro + Starlight documentation site (sidebar in docs/astro.config.mjs)
3940
scripts/ Build, analysis, and marketplace tooling

0 commit comments

Comments
 (0)