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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Before you contribute, please read these repository documents:
- Keep one report focused on one problem or one proposal
- Include enough detail for someone else to reproduce the issue
- Do not use public issues for security vulnerabilities; follow
[SECURITY.md](SECURITY.md) instead
[`SECURITY.md`](SECURITY.md) instead

Useful details to include:

Expand Down Expand Up @@ -96,7 +96,7 @@ controls, or protocol compatibility, include test coverage for that behavior.
- Preserve protocol compatibility for Git, Docker, AI, and package manager
traffic
- Avoid logging secrets, tokens, or private request data
- Document new platform prefixes and examples in [README.md](README.md) when
- Document new platform prefixes and examples in [`README.md`](README.md) when
support is added

## Commit messages
Expand Down Expand Up @@ -127,6 +127,6 @@ Examples:
## Community standards

By participating in this project, you agree to follow
[CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md). Please be respectful, assume good
[`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md). Please be respectful, assume good
intent, and help keep the project welcoming for users and contributors from a
wide range of backgrounds and experience levels.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3091,7 +3091,7 @@ Community and maintainer expectations are documented in:
Copyright © Xi Xu.

This repository is licensed under the AGPL-3.0 License - see the
[LICENSE](LICENSE) file for details.
[`LICENSE`](LICENSE) file for details.

---

Expand Down
2 changes: 1 addition & 1 deletion README.zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -2953,7 +2953,7 @@ npx wrangler dev --log-level debug

版权所有 © Xi Xu。

本存储库采用 AGPL-3.0 许可证 - 查看 [LICENSE](LICENSE) 文件了解详情。
本存储库采用 AGPL-3.0 许可证 - 查看 [`LICENSE`](LICENSE) 文件了解详情。

---

Expand Down
2 changes: 1 addition & 1 deletion README.zh-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -2953,7 +2953,7 @@ npx wrangler dev --log-level debug

版權所有 © Xi Xu。

本儲存庫採用 AGPL-3.0 許可證 - 檢視 [LICENSE](LICENSE) 檔案了解詳情。
本儲存庫採用 AGPL-3.0 許可證 - 檢視 [`LICENSE`](LICENSE) 檔案了解詳情。

---

Expand Down
4 changes: 2 additions & 2 deletions skills/xget/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Resolve the base URL first:
4. use `https://xget.example.com` only as a clearly labeled placeholder for docs
or templates that do not have a real deployment yet

Prefer [scripts/xget.mjs](scripts/xget.mjs) over manual guessing for live
Prefer [`scripts/xget.mjs`](scripts/xget.mjs) over manual guessing for live
platform data, URL conversion, and README `Use Cases` lookup.

Only stop to ask when a missing fact blocks safe execution, such as an unknown
Expand Down Expand Up @@ -85,5 +85,5 @@ only needs docs or templates, use the placeholder path rules below.
- OCI registries: `/cr/{registry}/...`
9. If the live platform fetch fails or an upstream URL does not match any known
platform, say so explicitly and fall back to the stable guidance in
[references/REFERENCE.md](references/REFERENCE.md) instead of inventing a
[`references/REFERENCE.md`](references/REFERENCE.md) instead of inventing a
prefix.
2 changes: 1 addition & 1 deletion skills/xget/references/REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Use this file only when the user needs shell setup, deployment, or
troubleshooting details. Reuse the base URL already resolved from
[SKILL.md](../SKILL.md), and keep `https://xget.example.com` as a placeholder
[`SKILL.md`](../SKILL.md), and keep `https://xget.example.com` as a placeholder
only for docs or templates.

## Configuring `XGET_BASE_URL`
Expand Down