-
Notifications
You must be signed in to change notification settings - Fork 0
feat(package): add Pi gallery preview #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "name": "@structupath/pi-steel", | ||
| "version": "0.2.2", | ||
| "description": "Structural steel estimating skills for the Pi coding agent — AISC takeoffs, bills of material, tonnage calcs, plate nesting with burn-table DXF output, and vendor RFQ generation.", | ||
| "description": "Structural steel estimating for Pi — validated takeoffs, plate nesting, guarded DXF output, and review-ready RFQ packages.", | ||
| "type": "module", | ||
| "keywords": [ | ||
| "pi-package", | ||
|
|
@@ -10,7 +10,6 @@ | |
| "structural-steel", | ||
| "estimating", | ||
| "takeoff", | ||
| "aisc", | ||
| "bom", | ||
| "rfq", | ||
| "construction", | ||
|
|
@@ -48,7 +47,8 @@ | |
| "pi": { | ||
| "skills": [ | ||
| "./skills" | ||
| ] | ||
| ], | ||
| "image": "https://raw.githubusercontent.com/StructuPath/pi-steel/main/docs/assets/pi-steel-gallery.webp" | ||
|
Comment on lines
+50
to
+51
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win Use an immutable image URL for released metadata. The scanner pins the checked-in bytes, but this URL points at mutable 🤖 Prompt for AI Agents |
||
| }, | ||
| "files": [ | ||
| "skills", | ||
|
|
@@ -66,6 +66,7 @@ | |
| "DATA_PROVENANCE.md", | ||
| "DATA_PROVENANCE.json", | ||
| "docs/assets/pi-steel-demo.gif", | ||
| "docs/assets/pi-steel-gallery.webp", | ||
| "README.md", | ||
| "PUBLIC_DATA_POLICY.md", | ||
| "LICENSE" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔒 Security & Privacy | 🟠 Major | ⚡ Quick win
Require provenance and redistribution rights for gallery media.
A SHA-256 pin authenticates the bytes but does not prove that the repository owns or may redistribute them. Limit this exception to original/owned or properly licensed media, with provenance and redistribution rights documented before allowlisting.
🤖 Prompt for AI Agents