*: merge docs/note into docs/agents#67192
Conversation
|
Skipping CI for Draft Pull Request. |
📝 WalkthroughWalkthroughDocumentation reorganization moving agent-facing content from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can use Trivy to scan for security misconfigurations and secrets in Infrastructure as Code files.Add a .trivyignore file to your project to customize which findings Trivy reports. |
|
Hi @D3Hunter. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
|
Review Complete Findings: 0 issues ℹ️ Learn more details on Pantheon AI. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hawkingrei, wjhuang2016 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
What problem does this PR solve?
Issue Number: ref #63847
Problem Summary:
Agent-facing component notes were split across two top-level folders (
docs/noteanddocs/agents), making discovery and maintenance inconsistent. This PR consolidates component notes under a single top-level location.What changed and how does it work?
This PR migrates component notes from
docs/note/*intodocs/agents/<component>/*and updates all cross-references accordingly.Key changes:
docs/note/planner/*->docs/agents/planner/*docs/note/executor/*->docs/agents/executor/*docs/note/dxf/*->docs/agents/dxf/*docs/note/import-into/*->docs/agents/import-into/*docs/note/README.md(legacy top-level notes index).docs/agents/README.mdto define the new docs layout.docs/agents/notes-guide.mddocs/agents/architecture-index.mddocs/agents/dxf/README.mdAGENTS.mdfrom the current working tree, per requested all-change commit.Validation run:
rg -n "docs/note/" AGENTS.md docs/agents -g '*.md'AGENTS.md+docs/agents/**/*.md:AGENTS.md: 23/23 markdown filesCheck List
Tests
before

after

Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.