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
1 change: 1 addition & 0 deletions docs/ENGINEERING_REQUIREMENTS_TRACEABILITY_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@

## Связанные документы в этом репозитории

Copilot AI Mar 29, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bullet points to a document in a different repository, but it’s under the header “Связанные документы в этом репозитории”. Consider adjusting the header wording (e.g., drop “в этом репозитории” or split into “в этом репозитории” vs “в других репозиториях”) so the section structure matches the links it contains.

Suggested change
## Связанные документы в этом репозитории
## Связанные документы

Copilot uses AI. Check for mistakes.

- Runbook прод-операций реестра (хостинг, эксплуатация): [`REFERENCE_REGISTRY_OPERATIONS_RU.md`](https://github.com/getskillpack/registry/blob/main/docs/REFERENCE_REGISTRY_OPERATIONS_RU.md) в [getskillpack/registry](https://github.com/getskillpack/registry).
- [AGENT_GITHUB_REPO_WORKFLOW_RU.md](AGENT_GITHUB_REPO_WORKFLOW_RU.md) — как пушить и оформлять PR в org **getskillpack**.
- Архитектурное мемо: [XDE-43](/XDE/issues/XDE-43).
1 change: 1 addition & 0 deletions docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Default registry: `https://registry.skpkg.org/api/v1`. Narrative and positioning
Registry HTTP contracts and stability notes live in the **`getskillpack/registry`** repository:

- [API.md](https://github.com/getskillpack/registry/blob/main/API.md)
- [REFERENCE_REGISTRY_OPERATIONS_RU.md](https://github.com/getskillpack/registry/blob/main/docs/REFERENCE_REGISTRY_OPERATIONS_RU.md) — прод-хостинг и операции реестра (runbook для операторов и мейнтейнеров)

Copilot AI Mar 29, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an English quickstart (see title/header), but this newly added bullet’s description is entirely in Russian. Consider switching the description to English (and optionally adding “(RU)” to clarify the linked runbook language) so the section stays consistently readable for the target audience.

Suggested change
- [REFERENCE_REGISTRY_OPERATIONS_RU.md](https://github.com/getskillpack/registry/blob/main/docs/REFERENCE_REGISTRY_OPERATIONS_RU.md)прод-хостинг и операции реестра (runbook для операторов и мейнтейнеров)
- [REFERENCE_REGISTRY_OPERATIONS_RU.md](https://github.com/getskillpack/registry/blob/main/docs/REFERENCE_REGISTRY_OPERATIONS_RU.md)production hosting and registry operations runbook for operators and maintainers (RU)

Copilot uses AI. Check for mistakes.

The Go CLI delegates protocol details to [`getskillpack/skillget-manager`](https://github.com/getskillpack/skillget-manager). Env vars, routes, and expected HTTP status codes for the compiled client are documented in **[REGISTRY_CLIENT_CONTRACT.md](https://github.com/getskillpack/skillget-manager/blob/main/docs/REGISTRY_CLIENT_CONTRACT.md)**; the CLI does not fork that behavior. Keep CLI releases aligned with registry and manager semver / changelog when behavior changes.

Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The files below describe org automation, tokens, cadence, and workflows. They ar
| [AGENT_GITHUB_REPO_WORKFLOW_RU.md](AGENT_GITHUB_REPO_WORKFLOW_RU.md) | Agent/repo workflow (Russian) |
| [ENGINEERING_REQUIREMENTS_TRACEABILITY_RU.md](ENGINEERING_REQUIREMENTS_TRACEABILITY_RU.md) | План ENGINEERING_REQUIREMENTS ↔ тикеты ↔ репо (Russian) |
| [BOARD_PAT_QUICK_RU.md](BOARD_PAT_QUICK_RU.md) | PAT setup shorthand (Russian) |
| [Registry: operations runbook (RU)](https://github.com/getskillpack/registry/blob/main/docs/REFERENCE_REGISTRY_OPERATIONS_RU.md) | Prod registry hosting and maintainer operations (`getskillpack/registry`) |
| [PAPERCLIP_SKILL_INSTALL_RU.md](PAPERCLIP_SKILL_INSTALL_RU.md) | Skill install runbook (Russian) |
| [PRIVATE_REPO_PUBLIC_RELEASE_CHECKLIST.md](PRIVATE_REPO_PUBLIC_RELEASE_CHECKLIST.md) | Pre-public checklist |
| [MARKETING_LANDING_AND_GROWTH.md](MARKETING_LANDING_AND_GROWTH.md) | Positioning and KPIs |
Expand Down
Loading