amp-team-usage
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAmp Team Usage
Amp团队使用说明
Check concurrent users and team members on an Amp account.
查看Amp账户的并发用户和团队成员。
Problem
问题
Amp CLI has no direct command for viewing team/workspace members or concurrent sessions. The web dashboard requires manual login.
Amp CLI没有直接查看团队/工作区成员或并发会话的命令。Web仪表板需要手动登录。
Solution
解决方案
1. Local Concurrent Sessions
1. 本地并发会话
Count running Amp processes on the local machine:
bash
ps aux | grep -E 'amp.*dist/main.js' | grep -v grep | wc -lDetailed view:
bash
ps aux | grep -E 'amp.*dist/main.js' | grep -v grep统计本地机器上运行的Amp进程:
bash
ps aux | grep -E 'amp.*dist/main.js' | grep -v grep | wc -l详细视图:
bash
ps aux | grep -E 'amp.*dist/main.js' | grep -v grep2. Team Members via GitHub CLI
2. 通过GitHub CLI查看团队成员
If Amp workspace is linked to a GitHub org:
bash
undefined如果Amp工作区已关联GitHub组织:
bash
undefinedList org members
列出组织成员
gh api orgs/YOUR_ORG/members | jq -r '.[].login'
gh api orgs/YOUR_ORG/members | jq -r '.[].login'
Full details with GraphQL
使用GraphQL查看完整详情
gh api graphql -f query='
{
organization(login: "YOUR_ORG") {
membersWithRole(first: 50) {
totalCount
nodes {
login
name
}
}
}
}' | jq
undefinedgh api graphql -f query='
{
organization(login: "YOUR_ORG") {
membersWithRole(first: 50) {
totalCount
nodes {
login
name
}
}
}
}' | jq
undefined3. Recent Thread Activity
3. 近期线程活动
Check thread activity across the account:
bash
undefined查看账户内的线程活动:
bash
undefinedUse find_thread tool with date filters
使用find_thread工具并添加日期筛选
find_thread query="after:1d" limit=50
undefinedfind_thread query="after:1d" limit=50
undefinedWhat Didn't Work
无效方法
- has no team/account commands
amp --help - ,
amp workspace list,amp team listdon't existamp account - Direct API calls to require browser auth
ampcode.com/api/team - Playwright login requires interactive Google OAuth
- 中没有团队/账户相关命令
amp --help - 、
amp workspace list、amp team list命令不存在amp account - 直接调用的API需要浏览器认证
ampcode.com/api/team - Playwright登录需要交互式Google OAuth
Quick Reference
快速参考
| Method | Command |
|---|---|
| Local sessions | |
| Org members | |
| Member count | |
| 方法 | 命令 |
|---|---|
| 本地会话 | |
| 组织成员 | |
| 成员数量 | |
Scientific Skill Interleaving
科学技能交叉
This skill connects to the K-Dense-AI/claude-scientific-skills ecosystem:
本技能与K-Dense-AI/claude-scientific-skills生态系统关联:
Graph Theory
图论
- networkx [○] via bicomodule
- Universal graph hub
- networkx [○] via bicomodule
- 通用图枢纽
Bibliography References
参考文献
- : 734 citations in bib.duckdb
general
- : bib.duckdb中有734篇引用
general
SDF Interleaving
SDF交叉
This skill connects to Software Design for Flexibility (Hanson & Sussman, 2021):
本技能与《Software Design for Flexibility》(Hanson & Sussman, 2021)关联:
Primary Chapter: 8. Degeneracy
核心章节:8. 退化性
Concepts: redundancy, fallback, multiple strategies, robustness
概念:冗余、回退、多种策略、鲁棒性
GF(3) Balanced Triad
GF(3)平衡三元组
amp-team-usage (○) + SDF.Ch8 (−) + [balancer] (+) = 0Skill Trit: 0 (ERGODIC - coordination)
amp-team-usage (○) + SDF.Ch8 (−) + [balancer] (+) = 0技能三元组:0(遍历性 - 协调)
Connection Pattern
关联模式
Degeneracy provides fallbacks. This skill offers redundant strategies.
退化性提供回退方案。本技能提供冗余策略。
Cat# Integration
Cat#集成
This skill maps to Cat# = Comod(P) as a bicomodule in the equipment structure:
Trit: 0 (ERGODIC)
Home: Prof
Poly Op: ⊗
Kan Role: Adj
Color: #26D826本技能作为设备结构中的bicomodule映射到Cat# = Comod(P):
Trit: 0 (ERGODIC)
Home: Prof
Poly Op: ⊗
Kan Role: Adj
Color: #26D826GF(3) Naturality
GF(3)自然性
The skill participates in triads satisfying:
(-1) + (0) + (+1) ≡ 0 (mod 3)This ensures compositional coherence in the Cat# equipment structure.
本技能参与满足以下条件的三元组:
(-1) + (0) + (+1) ≡ 0 (mod 3)这确保了Cat#设备结构中的组合一致性。