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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ artifacts/perf/
.superpowers/
.opencode/
sdk.session.snapshot
.kata.local.toml
4 changes: 4 additions & 0 deletions .kata.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version = 1

[project]
name = "freshell"
3 changes: 3 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Freshell is a self-hosted, browser-accessible terminal multiplexer and session o
- Use `npm run test:vitest -- ...` for a repo-owned direct Vitest path. Raw `npx vitest` is not a coordinated workflow.
- `test:unit` is the exact default-config `test/unit` workload, `test:integration` is the exact server-config `test/server` workload, and `test:server` stays watch-capable unless you pass an explicit broad `--run`.

## Kata
- `.kata.toml` is committed project configuration. Always commit it after modifying it.

## Branch Model And Self-Hosting (CRITICAL - Read This)

**This checkout is self-hosted from local `dev`, not local `main`.**
Expand Down
Loading