Skip to content
Open
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
2 changes: 2 additions & 0 deletions docs-memory/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ This is the compact navigation map for agent-assisted documentation work. Keep i
- [go-zero v1.10.2 release](sources/go-zero-v1.10.2.md) - release source packet and documentation impact report.
- [go-zero issue #5672](sources/go-zero-issue-5672.md) - report covering broken images, legacy URLs, stale links, sidebar order, and release freshness.

- [Latest upstream drift report](reports/v1.10.3...master.md) - mapped go-zero source changes to documentation areas.

## Known Maintenance Themes

- Keep README and AI writing instructions aligned with the actual three-locale site: English, Simplified Chinese, and Korean.
Expand Down
6 changes: 6 additions & 0 deletions docs-memory/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Append entries in reverse chronological order.

## [2026-08-18] lint | go-zero upstream drift v1.10.3...master

- Generated `docs-memory/reports/v1.10.3...master.md`.
- Matched 2 documentation ownership area(s).
- Review the report before editing public docs.

## [2026-08-09] remediation | sidebar overview ordering

- Revisited the sidebar-order finding from go-zero issue #5672 and conflicted autodoc PR #25.
Expand Down
79 changes: 79 additions & 0 deletions docs-memory/reports/v1.10.3...master.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# go-zero Upstream Drift Report

- Captured: 2026-08-18
- Upstream: `zeromicro/go-zero`
- Base: `v1.10.3`
- Head: `master`
- Compare: https://github.com/zeromicro/go-zero/compare/v1.10.3...master
- Commits ahead: 16
- Changed files reviewed: 10

## Summary

- **Observability**: 1 changed file(s), review 2 doc area(s).
- **goctl and code generation**: 3 changed file(s), review 5 doc area(s).

## Observability

### Changed Upstream Files

| Status | File |
| --- | --- |
| modified | `core/trace/tracer_test.go` |

### Documentation To Review

- `src/content/docs/components/observability/`
- `src/content/docs/zh-cn/components/observability/`
- `src/content/docs/ko/components/observability/`
- `src/content/docs/guides/microservice/distributed-tracing.md`
- `src/content/docs/zh-cn/guides/microservice/distributed-tracing.md`
- `src/content/docs/ko/guides/microservice/distributed-tracing.md`

## goctl and code generation

### Changed Upstream Files

| Status | File |
| --- | --- |
| modified | `tools/goctl/go.mod` |
| modified | `tools/goctl/go.sum` |
| modified | `tools/goctl/internal/version/version.go` |

### Documentation To Review

- `src/content/docs/reference/cli-guide/`
- `src/content/docs/zh-cn/reference/cli-guide/`
- `src/content/docs/ko/reference/cli-guide/`
- `src/content/docs/reference/api-dsl/`
- `src/content/docs/zh-cn/reference/api-dsl/`
- `src/content/docs/ko/reference/api-dsl/`
- `src/content/docs/reference/proto-dsl/`
- `src/content/docs/zh-cn/reference/proto-dsl/`
- `src/content/docs/ko/reference/proto-dsl/`
- `src/content/docs/getting-started/`
- `src/content/docs/zh-cn/getting-started/`
- `src/content/docs/ko/getting-started/`
- `src/content/docs/guides/quickstart/`
- `src/content/docs/zh-cn/guides/quickstart/`
- `src/content/docs/ko/guides/quickstart/`

## Unmatched Changes

These files did not match a documentation ownership rule. Review whether a new rule or docs update is needed.

| Status | File |
| --- | --- |
| modified | `.github/workflows/codeql-analysis.yml` |
| modified | `.github/workflows/issues.yml` |
| modified | `.github/workflows/release.yaml` |
| modified | `.github/workflows/version-check.yml` |
| modified | `go.mod` |
| modified | `go.sum` |

## Suggested Review Workflow

1. Read the changed upstream files for each matched area.
2. Check the listed English docs first, then mirror necessary updates into `zh-cn` and `ko`.
3. Update `docs-memory/index.md` if this reveals a new durable maintenance theme.
4. Run `npm run validate` and `npm run build`.