Skip to content

Commit f6aeffa

Browse files
committed
docs: point agent skills at code.pythinker.com and the canonical repo
Name the published docs site and Pythoughts-labs/pythinker-code explicitly in gen-docs and sync-changelog instead of generic placeholders.
1 parent 41835f1 commit f6aeffa

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.agents/skills/gen-docs/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Update Pythinker Code CLI user documentation after meaningful code
77

88
## Overview
99

10-
This repository maintains English user documentation under `docs/`.
10+
This repository (`github.com/Pythoughts-labs/pythinker-code`) maintains English user documentation under `docs/`, published at **https://code.pythinker.com**.
1111

1212
Use this skill to update the corresponding documentation whenever the codebase has changes that affect product behavior or user experience.
1313

@@ -17,7 +17,7 @@ For a **full pre-release audit** of all pages (detecting hallucinations and cove
1717

1818
This skill depends on the following being in place. If any are missing, stop and report to the user before continuing:
1919

20-
- `docs/` directory with documentation pages and `docs/.vitepress/config.ts` set up (VitePress site).
20+
- `docs/` directory with documentation pages and `docs/.vitepress/config.ts` set up (VitePress site, deployed to code.pythinker.com).
2121
- `docs/AGENTS.md` style guide — defines terminology, typography, and writing style.
2222

2323
## Workflow

.agents/skills/sync-changelog/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apps/pythinker-code/CHANGELOG.md
1515

1616
This file is the **only upstream source** for the documentation-site changelog. Internal package changelogs such as `packages/*/CHANGELOG.md` do not go into the documentation site.
1717

18-
After the release flow finishes (Release PR merged → `Version Packages` completed → npm publish succeeded), maintainers manually run this skill to copy the new CLI changelog entries into the docs site.
18+
After the release flow finishes (Release PR merged → `Version Packages` completed → npm publish succeeded), maintainers manually run this skill to copy the new CLI changelog entries into the docs site (published at https://code.pythinker.com).
1919

2020
## When To Use
2121

@@ -38,7 +38,7 @@ Core rule: the English docs changelog is the source of truth for user-facing rel
3838

3939
Before editing, confirm:
4040

41-
- The released version exists on npm (`npm view @pythoughts/pythinker-code versions --json`) or has a matching GitHub Release tag.
41+
- The released version exists on npm (`npm view @pythoughts/pythinker-code versions --json`) or has a matching GitHub Release tag on `Pythoughts-labs/pythinker-code`.
4242
- The top of `apps/pythinker-code/CHANGELOG.md` is that new version.
4343
- The current branch is clean, or you are on a dedicated docs-sync branch.
4444

@@ -66,7 +66,7 @@ Use upstream order: newest version first.
6666
Upstream entries look like this:
6767

6868
```markdown
69-
- [#317](https://github.com/...) [`2f51db4`](https://github.com/...) - Clean up lint warnings ...
69+
- [#317](https://github.com/Pythoughts-labs/pythinker-code/pull/317) [`2f51db4`](https://github.com/Pythoughts-labs/pythinker-code/commit/2f51db4) - Clean up lint warnings ...
7070
```
7171

7272
Keep:

0 commit comments

Comments
 (0)