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: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export default tseslint.config(
'node_modules',
'src/assets',
'src/schema/llm-compacted',
'web-harness',
'.agentcore',
'**/.agentcore/**',
'.venv',
Expand Down
206 changes: 103 additions & 103 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions src/cli/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,6 @@ The TUI is defined using ink, a library that converts React definitions to termi

Ink supports a subset of React features and components should be directly imported from ink.

## Testing UI changes E2E

At the top level `web-harness/` directory a shim over Ink, as well as a mock of Node API and CLI business logic is
defined. By running the vite local host dev server, a web app based on the same visual source of truth as the terminal
is hosted. Always launch a web-harness web server and use the browser MCP tool to test changes E2E. Create mocks as
appropriate to test the relevant surface area.

If start up issues are encountered, read the console error to troubleshoot bugs and update the harness.

## Dev Server Architecture

The `dev` command uses a strategy pattern with a `DevServer` base class and two implementations:

- **CodeZipDevServer**: Runs uvicorn locally with Python venv hot-reload
Expand Down
44 changes: 0 additions & 44 deletions web-harness/AGENTS.md

This file was deleted.

225 changes: 0 additions & 225 deletions web-harness/README.md

This file was deleted.

Loading
Loading