This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 5d3c7b3a3d Polish docs/README.md and update CLAUDE.md PR guidelines
(#13672)
5d3c7b3a3d is described below
commit 5d3c7b3a3da3349fb8be6d8066a18132bc196f1f
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Sun Jan 18 11:02:37 2026 +0800
Polish docs/README.md and update CLAUDE.md PR guidelines (#13672)
---
CLAUDE.md | 1 +
docs/README.md | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CLAUDE.md b/CLAUDE.md
index 599e4c49f3..7f48ff5219 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -309,6 +309,7 @@ Follow the PR template in `.github/PULL_REQUEST_TEMPLATE`.
Key requirements:
**Always:**
- Reference related issue: `Closes #<issue number>`
- Update [`CHANGES`
log](https://github.com/apache/skywalking/blob/master/docs/en/changes/changes.md)
+- Do NOT add AI assistant as co-author. Code responsibility is on the
committer's hands.
## Tips for AI Assistants
diff --git a/docs/README.md b/docs/README.md
index f0fa70fe2f..8e63d627a0 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -14,7 +14,7 @@ Installation and configuration guides for different
deployment scenarios.
- **Quick Start** - Get SkyWalking running with
[Docker](en/setup/backend/backend-docker.md) or
[Kubernetes](en/setup/backend/backend-k8s.md)
- **Marketplace** - Explore all [out-of-box monitoring
features](en/setup/backend/marketplace.md) for services, service mesh,
Kubernetes, databases, message queues, and more
-- **Agent Compatibility** - Check [supported libraries and
frameworks](en/setup/service-agent/agent-compatibility.md) for SkyWalking
language agents
+- **Agent Compatibility** - Check [agent
compatibility](en/setup/service-agent/agent-compatibility.md) for SkyWalking
language agents
- **Advanced Setup** - Storage options, cluster management, security, and
dynamic configuration
### APIs
@@ -27,7 +27,7 @@ Extend SkyWalking with custom analysis pipelines using
[Observability Analysis L
[Suggestions](en/security/README.md) for keeping your SkyWalking deployment
secure. For reporting security vulnerabilities, please follow the [ASF Security
Policy](https://www.apache.org/security/).
### Academy
-In-depth [articles and papers](en/academy/scaling-with-apache-skywalking.md)
about SkyWalking architecture and best practices.
+In-depth articles and papers about SkyWalking architecture and best practices.
### FAQs
[Solutions](en/FAQ/README.md) to common issues with setup and development.