Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,14 @@ Claude Code, Codex CLI, Gemini CLI, Qwen Code, Cline, Aider, Cursor exports, Her
- Parser guide: [docs/parser-guide.md](docs/parser-guide.md)
- Launch notes: [docs/launch-kit.md](docs/launch-kit.md)

Listed in [Awesome Gemini CLI](https://github.com/Piebald-AI/awesome-gemini-cli), [Charm in the Wild](https://github.com/charm-and-friends/charm-in-the-wild), and [Awesome Claude Code and Skills](https://github.com/GetBindu/awesome-claude-code-and-skills).
Listed in:

- [Awesome Gemini CLI](https://github.com/Piebald-AI/awesome-gemini-cli)
- [Charm in the Wild](https://github.com/charm-and-friends/charm-in-the-wild)
- [Awesome Claude Code and Skills](https://github.com/GetBindu/awesome-claude-code-and-skills)
- [awesome-x-ops](https://github.com/xlabs-club/awesome-x-ops)
- [Awesome DevOps AI](https://github.com/hammadhaqqani/awesome-devops-ai)
- [agentic-ai-knowledge-base](https://github.com/ankurkumarz/agentic-ai-knowledge-base)

## Contributing

Expand Down
9 changes: 8 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,14 @@ Claude Code、Codex CLI、Gemini CLI、Qwen Code、Cline、Aider、Cursor export
- Parser 指南:[docs/parser-guide.md](docs/parser-guide.md)
- 发布说明草案:[docs/launch-kit.md](docs/launch-kit.md)

agenttrace 已被收录在 [Awesome Gemini CLI](https://github.com/Piebald-AI/awesome-gemini-cli)、[Charm in the Wild](https://github.com/charm-and-friends/charm-in-the-wild) 和 [Awesome Claude Code and Skills](https://github.com/GetBindu/awesome-claude-code-and-skills)。
agenttrace 已被这些项目收录:

- [Awesome Gemini CLI](https://github.com/Piebald-AI/awesome-gemini-cli)
- [Charm in the Wild](https://github.com/charm-and-friends/charm-in-the-wild)
- [Awesome Claude Code and Skills](https://github.com/GetBindu/awesome-claude-code-and-skills)
- [awesome-x-ops](https://github.com/xlabs-club/awesome-x-ops)
- [Awesome DevOps AI](https://github.com/hammadhaqqani/awesome-devops-ai)
- [agentic-ai-knowledge-base](https://github.com/ankurkumarz/agentic-ai-knowledge-base)

## 贡献

Expand Down
15 changes: 15 additions & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,21 @@ <h2>Reads the logs developers already have.</h2>
<p>Claude Code, Codex CLI, Gemini CLI, Qwen Code, Cline, Aider, Cursor exports, Hermes Agent, OpenCode, OpenClaw, Pi, Oh My Pi, Kimi CLI, Copilot-style traces</p>
</section>

<section class="proof" aria-label="Community listings">
<div>
<p class="terminal-label">listed by the community</p>
<h2>Already showing up where agent operators look.</h2>
</div>
<div class="proof-links">
<a href="https://github.com/xlabs-club/awesome-x-ops">awesome-x-ops</a>
<a href="https://github.com/hammadhaqqani/awesome-devops-ai">Awesome DevOps AI</a>
<a href="https://github.com/ankurkumarz/agentic-ai-knowledge-base">agentic-ai-knowledge-base</a>
<a href="https://github.com/Piebald-AI/awesome-gemini-cli">Awesome Gemini CLI</a>
<a href="https://github.com/charm-and-friends/charm-in-the-wild">Charm in the Wild</a>
<a href="https://github.com/GetBindu/awesome-claude-code-and-skills">Awesome Claude Code and Skills</a>
</div>
</section>

<section class="community">
<div>
<p class="terminal-label">open source</p>
Expand Down
41 changes: 40 additions & 1 deletion site/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ figcaption span {
.workflow,
.commands,
.sources,
.proof,
.community {
width: min(calc(100% - 2rem), var(--max));
margin: 0 auto;
Expand Down Expand Up @@ -557,6 +558,41 @@ code {
font-size: clamp(1rem, 2vw, 1.35rem);
}

.proof {
display: grid;
grid-template-columns: minmax(18rem, 0.42fr) minmax(0, 0.58fr);
gap: clamp(1.5rem, 5vw, 4rem);
padding: clamp(4rem, 8vw, 7rem) 0;
border-top: 1px solid var(--line);
}

.proof h2 {
margin: 0;
font-size: clamp(2rem, 4vw, 4.3rem);
line-height: 0.94;
}

.proof-links {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.72rem;
}

.proof-links a {
min-height: 4.2rem;
padding: 1rem;
border: 1px solid var(--line-soft);
border-radius: 0.45rem;
background: rgba(5, 6, 7, 0.76);
color: var(--ink);
line-height: 1.35;
}

.proof-links a:hover {
border-color: rgba(0, 216, 255, 0.58);
color: var(--cyan);
}

.community {
display: grid;
grid-template-columns: minmax(18rem, 0.58fr) minmax(16rem, 0.42fr);
Expand Down Expand Up @@ -648,6 +684,7 @@ footer a {
.screen-stack,
.flow-rail,
.commands,
.proof,
.community {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
Expand All @@ -663,6 +700,7 @@ footer a {

.section-head,
.commands,
.proof,
.community {
grid-template-columns: 1fr;
}
Expand Down Expand Up @@ -715,7 +753,8 @@ footer a {
.live-ledger,
.operator-grid,
.screen-stack,
.flow-rail {
.flow-rail,
.proof-links {
grid-template-columns: 1fr;
}

Expand Down