You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guidelines/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Agent-specific guidelines for the PatternFly MCP project, optimized for machine
19
19
### Skills
20
20
21
21
-[Add docs links](./skills/add-docs-links/SKILL.md) - Add documentation links to `src/docs.json` in a structured way (format, duplicate check, URL confirmation, tests)
22
-
-[Review Zod integration](./skills/review-zod-integration/SKILL.md) - Review Zod dependency bumps, map release notes to PF MCP, run tests, write `reports/YYYYMMDD-zod-{semver}-update-report.md`
22
+
-[Review Zod integration](./skills/review-zod-integration/SKILL.md) - Review Zod dependency bumps, map release notes to PF MCP, run tests, write `reports/YYYYMMDD-HHMMSS-zod-{semver}-update-report.md` (UTC)
23
23
24
24
**Note:**`guidelines/skills/` is the canonical location for skills. Repo symlinks point here so agents can discover them: `.agents/skills` (Cursor), `.claude/skills` (Claude). The `.agent/` directory (no “s”) is reserved for each developer’s local work and is off limits—do not use it for shared skills or guidelines.
25
25
@@ -37,7 +37,7 @@ Agents should use these phrases as signals to consult specific documentation and
37
37
|**"review development guide"**| Review `docs/development.md` for CLI, API, and plugin authoring. |
38
38
|**"create an example tool plugin"**| Review `guidelines/agent_coding.md`, `docs/development.md`, `docs/examples/*`, and `src/*` for context, coding standards, and existing example formats. |
39
39
|**"add documentation links"** / **"add doc entries"** / **"register docs"** / **"update docs.json"** / **"contribute to docs.json"**| Follow `guidelines/skills/add-docs-links/SKILL.md`: docs.json format, duplicate check, raw URL confirmation, then run unit tests and update meta. |
Copy file name to clipboardExpand all lines: guidelines/skills/review-zod-integration/SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ description: Reviews Zod dependency upgrades for PatternFly MCP—maps release n
52
52
53
53
6.**Write the report**
54
54
-**Directory:**`reports/` at repository root (gitignored). Run `mkdir -p reports` if needed; do not delete prior reports.
55
-
-**Filename:**`YYYYMMDD-zod-{semver}-update-report.md` (`YYYYMMDD` = report date; `{semver}` = target version without `v`, e.g. `reports/20260521-zod-4.4.3-update-report.md`).
55
+
-**Filename:**`YYYYMMDD-HHMMSS-zod-{semver}-update-report.md` (`YYYYMMDD-HHMMSS` = report timestamp in **UTC**, 24-hour, no separators in the time part; `{semver}` = target version without `v`, e.g. `reports/20260522-143045-zod-4.4.3-update-report.md`).
56
56
- Use [reference.md — Report template](reference.md#report-template). Do not commit unless the user asks.
Copy file name to clipboardExpand all lines: guidelines/skills/review-zod-integration/reference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ If release notes only mention these, impact is usually **None**:
80
80
81
81
## Report template
82
82
83
-
Save as: **`reports/YYYYMMDD-zod-{semver}-update-report.md`** (e.g. `reports/20260521-zod-4.4.3-update-report.md`). The `reports/` directory is gitignored; ensure an allowance for an existing directory is made (e.g., `mkdir -p`) to preserve previous contents.
83
+
Save as: **`reports/YYYYMMDD-HHMMSS-zod-{semver}-update-report.md`** (`YYYYMMDD-HHMMSS` = UTC timestamp when the report is written; e.g. `reports/20260522-143045-zod-4.4.3-update-report.md`). The `reports/` directory is gitignored; ensure an allowance for an existing directory is made (e.g., `mkdir -p`) to preserve previous contents.
0 commit comments