amp-team-usage

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Amp 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 -l
Detailed 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 grep

2. Team Members via GitHub CLI

2. 通过GitHub CLI查看团队成员

If Amp workspace is linked to a GitHub org:
bash
undefined
如果Amp工作区已关联GitHub组织:
bash
undefined

List 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
undefined
gh api graphql -f query=' { organization(login: "YOUR_ORG") { membersWithRole(first: 50) { totalCount nodes { login name } } } }' | jq
undefined

3. Recent Thread Activity

3. 近期线程活动

Check thread activity across the account:
bash
undefined
查看账户内的线程活动:
bash
undefined

Use find_thread tool with date filters

使用find_thread工具并添加日期筛选

find_thread query="after:1d" limit=50
undefined
find_thread query="after:1d" limit=50
undefined

What Didn't Work

无效方法

  • amp --help
    has no team/account commands
  • amp workspace list
    ,
    amp team list
    ,
    amp account
    don't exist
  • Direct API calls to
    ampcode.com/api/team
    require browser auth
  • Playwright login requires interactive Google OAuth
  • amp --help
    中没有团队/账户相关命令
  • amp workspace list
    amp team list
    amp account
    命令不存在
  • 直接调用
    ampcode.com/api/team
    的API需要浏览器认证
  • Playwright登录需要交互式Google OAuth

Quick Reference

快速参考

MethodCommand
Local sessions
ps aux | grep 'amp.*main.js' | grep -v grep | wc -l
Org members
gh api orgs/ORG/members | jq '.[].login'
Member count
gh api graphql -f query='{organization(login:"ORG"){membersWithRole{totalCount}}}'
方法命令
本地会话
ps aux | grep 'amp.*main.js' | grep -v grep | wc -l
组织成员
gh api orgs/ORG/members | jq '.[].login'
成员数量
gh api graphql -f query='{organization(login:"ORG"){membersWithRole{totalCount}}}'

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

参考文献

  • general
    : 734 citations in bib.duckdb
  • general
    : bib.duckdb中有734篇引用

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] (+) = 0
Skill 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: #26D826

GF(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#设备结构中的组合一致性。