# Dev Test

> Run the complete dev server test workflow for the Aura project Use when this capability is needed.

- Skill: `tomevault-io/dev-test` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/dev-test`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/dev-test/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/dev-test

---


Execute the dev server test workflow from DEV_SERVER_TEST_PROMPT.md:

1. Clean the .trebuchet directory in the Aura project: `cd /Users/bri/dev/Aura && rm -rf .trebuchet`
2. Run the dev server with verbose output:
   ```bash
   /Users/bri/dev/Trebuchet/.build/release/trebuchet dev --local /Users/bri/dev/Trebuchet --verbose
   ```
3. Monitor the output for:
   - Actor discovery
   - Build success/failure
   - Server startup on localhost:8080

If build fails:
- Analyze the error output
- Identify the error pattern (actor isolation, module not found, streaming handler error)
- Refer to DEV_SERVER_TEST_PROMPT.md for fix patterns
- Apply the fix if possible
- Rebuild trebuchet if changes were made to Trebuchet sources
- Retry (max 3 attempts)

If successful:
- Confirm server is running on ws://localhost:8080
- Provide next steps for client verification
- Keep the server running for testing

Expected success output includes:
- "✓ Build succeeded"
- "✓ Runner generated"
- "Server running on ws://localhost:8080"

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/briannadoubt) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

