A safe, simple, extensible, and fast agent harness
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Rename ein-server to eind #1

open opened by mstallmo.com targeting main from codebase-reorg
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:vzio3dyompxwp7sguhzroqc4/sh.tangled.repo.pull/3mkzxeodaiv22
+2 -2
Interdiff #3 #4
.github/workflows/release.yml

This file has not been changed.

+1 -1
CLAUDE.md
··· 12 12 rustup target add wasm32-wasip2 13 13 cargo build # Build all crates 14 14 cargo build -p ein-tui # Build just the TUI client 15 - cargo build -p eind # Build just the server 15 + cargo build -p eind # Build just the server 16 16 ``` 17 17 18 18 Plugins (tool plugins and model client plugins) are WASM components compiled separately:
Cargo.lock

This file has not been changed.

Cargo.toml

This file has not been changed.

+1 -1
README.md
··· 270 270 ``` 271 271 crates/ 272 272 ein-proto/ Protocol Buffer definitions (gRPC service + message types) 273 - eind/ gRPC server — agent loop, WASM plugin host, session persistence 273 + eind/ gRPC server — agent loop, WASM plugin host, session persistence 274 274 ein-tui/ Terminal UI client 275 275 packages/ 276 276 ein_tool/ WASM tool plugin interface (ToolPlugin trait, ToolDef, syscalls)
crates/ein-tui/src/bootstrap.rs

This file has not been changed.

crates/ein-tui/src/input.rs

This file has not been changed.

crates/ein-tui/src/lib.rs

This file has not been changed.

crates/ein-tui/src/render.rs

This file has not been changed.

ein/src/bootstrap.rs

This file has not been changed.

eind/Cargo.toml

This file has not been changed.

eind/migrations/20260408224258_create_sessions.sql

This file has not been changed.

eind/src/grpc.rs

This file has not been changed.

eind/src/lib.rs

This file has not been changed.

eind/src/main.rs

This file has not been changed.

eind/src/model_client.rs

This file has not been changed.

eind/src/model_client/bindings.rs

This file has not been changed.

eind/src/model_client/syscalls.rs

This file has not been changed.

eind/src/persistence.rs

This file has not been changed.

eind/src/plugins.rs

This file has not been changed.

eind/src/tools.rs

This file has not been changed.

eind/src/tools/bindings.rs

This file has not been changed.

eind/src/tools/syscalls.rs

This file has not been changed.

specs/EIN-SERVER-CODE-REVIEW-v1.md

This file has not been changed.

specs/EIN-SERVER-CODE-REVIEW-v2.md

This file has not been changed.

History

6 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
Rename ein-server to eind
merge conflicts detected
expand
  • .github/workflows/release.yml:42
  • CLAUDE.md:12
  • Cargo.lock:1002
  • Cargo.toml:1
  • README.md:4
  • specs/EIN-SERVER-CODE-REVIEW-v1.md:1
  • specs/EIN-SERVER-CODE-REVIEW-v2.md:1
expand 0 comments
1 commit
expand
Rename ein-server to eind
expand 0 comments
1 commit
expand
Rename ein-server to eind
expand 0 comments
1 commit
expand
Rename ein-server to eind
expand 0 comments
1 commit
expand
Rename ein-server to eind
expand 0 comments
1 commit
expand
Rename ein-server to eind
expand 0 comments