Skip to content

Commit 3303648

Browse files
committed
Update Team Sharing Rules and References
1 parent 4f51602 commit 3303648

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Production-tested best practices loaded into every session. Core rules cover wor
332332
<details>
333333
<summary><b>Collaboration</b></summary>
334334

335-
- `team-vault.md` — Teams asset sharing via sx
335+
- `team-sharing.md` — Teams asset sharing via sx
336336

337337
</details>
338338

@@ -433,10 +433,10 @@ The `pilot` binary (`~/.pilot/bin/pilot`) manages sessions, worktrees, licensing
433433

434434
Pilot Shell is source-available under a commercial license. See the [LICENSE](LICENSE) file for full terms.
435435

436-
| Tier | Seats | Includes |
437-
| :------- | :---- | :---------------------------------------------------------------------------------- |
438-
| **Solo** | 1 | All features, continuous updates, community support via [GitHub Issues][gh-issues] |
439-
| **Team** | Multi | Solo + team asset sharing, seat management, priority support |
436+
| Tier | Seats | Includes |
437+
| :------- | :---- | :--------------------------------------------------------------------------------- |
438+
| **Solo** | 1 | All features, continuous updates, community support via [GitHub Issues][gh-issues] |
439+
| **Team** | Multi | Solo + team asset sharing, seat management, priority support |
440440

441441
All plans work across multiple personal machines and Dev Containers — one subscription, all your devices.
442442

docs/site/src/pages/docs/RulesSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const ruleCategories = [
6060
icon: GitBranch,
6161
category: "Collaboration",
6262
count: 1,
63-
rules: [{ file: "team-vault.md", desc: "Teams asset sharing via sx" }],
63+
rules: [{ file: "team-sharing.md", desc: "Teams asset sharing via sx" }],
6464
},
6565
];
6666

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Teams (sx)
1+
## Team Sharing
22

33
Share AI assets (rules, skills, commands, agents, hooks, MCP configs) across your team using `sx` and a private Git repository.
44

@@ -8,12 +8,12 @@ Share AI assets (rules, skills, commands, agents, hooks, MCP configs) across you
88

99
### When to Use
1010

11-
| Situation | Action |
12-
|-----------|--------|
13-
| User says "share", "push", "team" | Direct to Teams page in Console |
14-
| After `/sync` creates new rules/skills | Suggest pushing via Teams page |
15-
| User wants team consistency | Set up repository via Teams page configuration section |
16-
| New team member onboarding | `sx install --repair --target .` |
11+
| Situation | Action |
12+
| -------------------------------------- | ------------------------------------------------------ |
13+
| User says "share", "push", "team" | Direct to Teams page in Console |
14+
| After `/sync` creates new rules/skills | Suggest pushing via Teams page |
15+
| User wants team consistency | Set up repository via Teams page configuration section |
16+
| New team member onboarding | `sx install --repair --target .` |
1717

1818
### sx CLI Quick Reference
1919

@@ -38,19 +38,19 @@ sx remove <asset-name> --yes # Remove from lock file
3838

3939
### Asset Types
4040

41-
| Type | Flag | Source Path |
42-
|------|------|-------------|
43-
| `skill` | `--type skill` | `.claude/skills/<name>/` |
44-
| `rule` | `--type rule` | `.claude/rules/<name>.md` |
41+
| Type | Flag | Source Path |
42+
| --------- | ---------------- | ---------------------------- |
43+
| `skill` | `--type skill` | `.claude/skills/<name>/` |
44+
| `rule` | `--type rule` | `.claude/rules/<name>.md` |
4545
| `command` | `--type command` | `.claude/commands/<name>.md` |
46-
| `agent` | `--type agent` | `.claude/agents/<name>.md` |
46+
| `agent` | `--type agent` | `.claude/agents/<name>.md` |
4747

4848
### Scoping
4949

50-
| Scope | Installs to | Use When |
51-
|-------|-------------|----------|
52-
| Project (`--scope-repo`) | `project/.claude/` | **Recommended.** Assets stay with the project. |
53-
| Global (`--scope-global`) | `~/.claude/` | Personal tools needed in all repos. |
50+
| Scope | Installs to | Use When |
51+
| ------------------------- | ------------------ | ---------------------------------------------- |
52+
| Project (`--scope-repo`) | `project/.claude/` | **Recommended.** Assets stay with the project. |
53+
| Global (`--scope-global`) | `~/.claude/` | Personal tools needed in all repos. |
5454

5555
### Setup (First Time)
5656

0 commit comments

Comments
 (0)