Skip to content

Commit 3fe0de4

Browse files
docs: address review feedback
1 parent 2619b9f commit 3fe0de4

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@
22
# Last match wins; see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
33
#
44
# Review owners (development + code review): @clean6378-max-it (Chen), @timon0305 (Zilin)
5+
# Both are write collaborators on this repo.
56
#
67
# Final approval, merge sequencing, and no-self-merge rules are enforced by branch
78
# protection / automation, not by listing additional owners here.
89

9-
# Default owners for the repository.
1010
* @clean6378-max-it @timon0305
11-
12-
# Docs and contributor process
13-
/docs/ @clean6378-max-it @timon0305
14-
/CONTRIBUTING.md @clean6378-max-it @timon0305
15-
/README.md @clean6378-max-it @timon0305
16-
17-
# CI and workflow changes
18-
/.github/ @clean6378-max-it @timon0305

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ claude-code-chat-browser/
145145

146146
See **[`CONTRIBUTING.md`](CONTRIBUTING.md)** for full setup, conventions, and where to change each layer. New contributors should follow **[`docs/onboarding.md`](docs/onboarding.md)** for a first-PR walkthrough and reading order.
147147

148-
**Maintainer coverage:** commit activity is currently concentrated on a small set of identities (bus-factor risk). Mitigations: [`.github/CODEOWNERS`](.github/CODEOWNERS) routes code review to @clean6378-max-it and @timon0305; final merge approval (@wpak-ai) is enforced via branch protection, plus [`docs/onboarding.md`](docs/onboarding.md) for contributor ramp-up.
149-
150148
Quick start:
151149

152150
```bash

docs/onboarding.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@ For API or export changes, also skim [`api/error_codes.py`](../api/error_codes.p
2525

2626
### 1. Fork and clone
2727

28-
```powershell
28+
```bash
2929
# GitHub UI: fork cppalliance/claude-code-chat-browser to your account, then:
3030
git clone https://github.com/<your-user>/claude-code-chat-browser.git
3131
cd claude-code-chat-browser
3232
git remote add upstream https://github.com/cppalliance/claude-code-chat-browser.git
3333
```
3434

35-
On macOS/Linux, use the same `git clone` / `git remote add` commands in your shell.
36-
3735
### 2. Create a branch
3836

3937
Branch names follow `feat/<topic>`, `fix/<topic>`, `docs/<topic>`, etc. (see [CONTRIBUTING.md](../CONTRIBUTING.md#branching-and-pull-requests)).

0 commit comments

Comments
 (0)