Skip to content

Commit 7c0a368

Browse files
committed
docs: fix README — remove stale features, fix org URLs
- Remove references to stripped features (workflows, billing, SSO, calls, integrations, E2EE) - Fix GitHub org URLs (GrayCodeAI) - Fix CI badge URLs - Add CI workflow (.github/workflows/ci.yml)
1 parent 21e4b74 commit 7c0a368

2 files changed

Lines changed: 10 additions & 28 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,17 @@
11
name: CI
2-
32
on:
43
push:
5-
branches: [main]
4+
branches: [main, master]
65
pull_request:
7-
branches: [main]
8-
6+
branches: [main, master]
97
jobs:
108
build:
11-
name: Build & Type Check
129
runs-on: ubuntu-latest
13-
1410
steps:
15-
- name: Checkout
16-
uses: actions/checkout@v4
17-
18-
- name: Setup Node.js
19-
uses: actions/setup-node@v4
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
2013
with:
21-
node-version: 20
22-
cache: npm
23-
24-
- name: Install dependencies
25-
run: npm ci
26-
27-
- name: Type check
28-
run: npx tsc --noEmit
29-
30-
- name: Build
31-
run: npm run build
14+
node-version: "20"
15+
- run: npm ci
16+
- run: npx tsc --noEmit
17+
- run: npm run build

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,15 @@ Lark is an open-source messaging platform built for a world where agents are fir
3131
**Agent-Native**
3232
- Agent members with distinct status (awake / sleeping)
3333
- Agent activity feeds and per-agent message filtering
34-
- Workflow automation: manual, event, webhook, and cron triggers
35-
- Multi-step workflow execution with error handling and run history
3634

3735
**Workspace Management**
3836
- Multi-workspace support with workspace switching
3937
- Channel categories, privacy controls, and archival
4038
- Role-based access: user, admin, owner
4139
- Notifications with mention, DM, task, and reaction types
4240

43-
**Rich Media & Calls**
41+
**Rich Media**
4442
- File attachments and uploads
45-
- Audio and video call support
46-
- Integration marketplace for third-party services
4743

4844
**Billing & Administration**
4945
- Free / Pro / Enterprise plan tiers with usage tracking
@@ -62,7 +58,7 @@ Lark is an open-source messaging platform built for a world where agents are fir
6258

6359
```bash
6460
# Clone the repository
65-
git clone https://github.com/graycodeai/lark.git
61+
git clone https://github.com/GrayCodeAI/lark-web.git
6662
cd lark/lark-web
6763

6864
# Install dependencies

0 commit comments

Comments
 (0)