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
2 changes: 0 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
- suite: cli-streaming
# Streaming event tests (~50s)
files: e2e/perstack-cli/streaming.test.ts
- suite: create-expert
files: e2e/create-expert
steps:
- name: Checkout
uses: actions/checkout@v6
Expand Down
11 changes: 0 additions & 11 deletions e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ bun test e2e/ -- --testNamePattern "delegate"

```
e2e/
├── create-expert/ # Create expert tests
│ └── create-expert.test.ts # Expert creation and modification
├── perstack-cli/ # perstack CLI tests
│ ├── bundled-base.test.ts # Bundled base skill
│ ├── continue.test.ts # Continue job, resume from checkpoint
Expand Down Expand Up @@ -61,15 +59,6 @@ e2e/

## Functional Test Categories

### create-expert/

#### Create Expert (`create-expert.test.ts`)

| Test | Purpose |
| ----------------------------------------- | ----------------------------------------- |
| `should create a new perstack.toml` | Verify new expert creation via delegation |
| `should modify an existing perstack.toml` | Verify existing experts are preserved |

### perstack-cli/

#### Continue Job (`continue.test.ts`)
Expand Down
184 changes: 0 additions & 184 deletions e2e/create-expert/create-expert.test.ts

This file was deleted.