@prorigo/protrak-forge 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/bin/protrak-forge.js +642 -220
- package/data/CLAUDE.md.template +116 -21
- package/data/patterns/notification-template-reference.md +191 -0
- package/package.json +1 -1
- package/data/patterns/aggregate-related-instances.md +0 -140
package/README.md
CHANGED
|
@@ -10,6 +10,7 @@ Protrak Forge is an MCP server for Protrak customization workspaces. It gives AI
|
|
|
10
10
|
- Create or inspect query definitions used by your customization
|
|
11
11
|
- Design new layouts with awareness of existing forms, widgets, and templates
|
|
12
12
|
- Scaffold new entity types — Types, Lifecycles, Attributes, and RelationTypes — in one shot
|
|
13
|
+
- Create notification templates using the correct Razor syntax and `@Model` variables
|
|
13
14
|
|
|
14
15
|
## Requirements
|
|
15
16
|
|
|
@@ -267,6 +268,7 @@ Once the server is connected, you can ask your assistant things like:
|
|
|
267
268
|
- "Create a query definition for active projects assigned to the current user."
|
|
268
269
|
- "Design a dashboard layout for Diary using the existing workspace patterns."
|
|
269
270
|
- "Scaffold a Diary entity with an Active/Inactive lifecycle and a FarmerGatToDiary relation."
|
|
271
|
+
- "Create a notification template for the Invoice type that emails the manager when an invoice is promoted to Sent."
|
|
270
272
|
|
|
271
273
|
## Workspace Detection
|
|
272
274
|
|