Skip to content

Commit f1bb012

Browse files
committed
Pin current discovery dependencies
1 parent 80406ab commit f1bb012

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Part of the CompleteTech LLC agentic services skill library. This skill turns ea
1313
## OpenClaw / ClawHub Metadata
1414

1515
- Skill key: `agentic-discovery-skill`
16-
- Version-ready metadata: `1.0.2`
16+
- Version-ready metadata: `1.0.3`
1717
- Homepage: https://github.com/CompleteTech-LLC/agentic-discovery-skill
1818
- README: https://github.com/CompleteTech-LLC/agentic-discovery-skill#readme
1919
- Runtime binaries: `python3`
20-
- Python packages: `reportlab==4.5.0` (optional PNG preview: `pypdfium2==4.30.1`, `pillow==12.2.0`)
20+
- Python packages: `reportlab==4.5.1`, `pyyaml==6.0.3` (optional PNG preview: `pypdfium2==5.8.0`, `pillow==12.2.0`)
2121
- Intended registry/discovery tags: `latest`, `complete-tech`, `codex-skill`, `agentic-development`, `agentic-workflows`, `discovery`, `scoping`, `requirements`, `pdf`, `pdf-generator`
2222
- License: repository code, templates, and documentation use MIT; published by CompleteTech on ClawHub.
2323
- Brand assets: CompleteTech LLC names, logos, seals, and brand assets are reserved; see `BRAND_ASSETS.md`.

SKILL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: agentic-discovery-skill
33
description: >-
44
Create CompleteTech LLC discovery and scoping artifacts for agentic development opportunities, including intake questionnaires, workflow discovery scripts, stakeholder interview guides, current/future-state workflow maps, systems/data readiness checklists, approval gate reviews, risk/excluded-use checks, success criteria, evaluation examples, pilot readiness scorecards, and proposal/SOW handoff briefs. Use before proposal, contract, invoice, or delivery work when Codex needs to gather verified facts for bounded agentic workflow services.
5-
version: 1.0.2
5+
version: 1.0.3
66
metadata:
77
openclaw:
88
skillKey: agentic-discovery-skill
@@ -12,13 +12,13 @@ metadata:
1212
- python3
1313
install:
1414
- kind: uv
15-
package: reportlab==4.5.0
15+
package: reportlab==4.5.1
1616
- kind: uv
17-
package: pypdfium2==4.30.1
17+
package: pypdfium2==5.8.0
1818
- kind: uv
1919
package: pillow==12.2.0
2020
- kind: uv
21-
package: pyyaml==6.0.1
21+
package: pyyaml==6.0.3
2222
---
2323

2424
# Agentic Discovery Skill

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Branded PDF artifact rendering (scripts/render_pdf.py)
2-
reportlab==4.5.0
2+
reportlab==4.5.1
3+
pyyaml==6.0.3
34
# Optional: only needed to also emit a PNG preview montage (scripts/render_pdf.py --png)
4-
pypdfium2==4.30.1
5+
pypdfium2==5.8.0
56
pillow==12.2.0

0 commit comments

Comments
 (0)