Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

Commit 6e6dce8

Browse files
pterrorclaude
andcommitted
docs: add READMEs for notes-server and filebrowser-server seed dirs
These directories contain TypeScript entity definitions loaded by the Rust servers at startup. READMEs clarify their purpose and point to the actual server implementations in crates/apps/. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b770dd8 commit 6e6dce8

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

apps/filebrowser-server/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# File Browser Server Seeds
2+
3+
TypeScript entity definitions for the File Browser server.
4+
5+
## Contents
6+
7+
- **src/definitions/**: Entity class definitions (EntityBase, System, FileBrowser)
8+
9+
These definitions are loaded by the Rust filebrowser-server at startup to seed the world.
10+
11+
## Server
12+
13+
The actual server is implemented in Rust at `crates/apps/filebrowser-server/`.

apps/notes-server/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Notes Server Seeds
2+
3+
TypeScript entity definitions for the Notes server.
4+
5+
## Contents
6+
7+
- **src/definitions/**: Entity class definitions (EntityBase, System, Notes)
8+
9+
These definitions are loaded by the Rust notes-server at startup to seed the world.
10+
11+
## Server
12+
13+
The actual server is implemented in Rust at `crates/apps/notes-server/`.

0 commit comments

Comments
 (0)