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
5 changes: 5 additions & 0 deletions .changeset/otter-monorepo-relocation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@stackwright/otters": patch
---

Relocate otters to packages/otters/src/ directory for proper monorepo structure
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Both set up:
- ✅ The otter raft (AI agents) ready to build your site
- ✅ MCP server auto-configuration for Code Puppy

See the [Otter Raft documentation](./otters/README.md) for how to use the AI agents to build complete sites through conversation.
See the [Otter Raft documentation](./packages/otters/README.md) for how to use the AI agents to build complete sites through conversation.

- **Framework Architecture**: To understand the big picture, read:
- `packages/core/src/index.ts`: Core framework initialization
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Stackwright includes **The Otter Raft** — a group of specialized AI agents tha

When you use `launch-stackwright`, the raft is automatically configured and ready to use with Code Puppy.

See [otters/README.md](./otters/README.md) for full documentation.
See [packages/otters/README.md](./packages/otters/README.md) for full documentation.

## MCP Server

Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The type system that defines what YAML can express — the Stackwright grammar
- MCP tools: `stackwright_render_page`, `stackwright_render_diff`, `stackwright_render_yaml`, `stackwright_check_dev_server`
- CLI: `stackwright preview` command
- E2E tests: full render pipeline verified against the example app
- **Brand Otter** — part of the Otter Raft, discovers brand through conversation and produces BRAND_BRIEF.md (see `./otters/README.md`)
- **Brand Otter** — part of the Otter Raft, discovers brand through conversation and produces BRAND_BRIEF.md (see `./packages/otters/README.md`)

**Next step: branding expert iteration loop.** With Brand Otter shipped, the next evolution is enabling AI agents to visually iterate on themes — generate variations, render each, evaluate against brand criteria, and converge on the right feel. This builds on the visual rendering infrastructure now in place.

Expand Down
33 changes: 0 additions & 33 deletions otters/.code-puppy.json

This file was deleted.

149 changes: 0 additions & 149 deletions otters/README.md

This file was deleted.

Loading
Loading