@prorigo/protrak-forge 0.3.4 → 0.4.0
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 +5 -0
- package/bin/protrak-forge.js +9495 -13424
- package/data/CLAUDE.md.template +102 -1
- package/data/patterns/index.md +0 -11
- package/package.json +1 -1
- package/data/patterns/attribute-copy.md +0 -89
- package/data/patterns/batch-update.md +0 -72
- package/data/patterns/reference-navigation.md +0 -76
- package/data/patterns/report.md +0 -73
- package/data/patterns/scheduler.md +0 -77
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,10 @@ 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."
|
|
272
|
+
- "Create a rule named OverdueAllocation that fires when AllocationEndDate is on or before today, and attach it as background-color conditional formatting on the AllocationEndDate column of ProjectActiveAllocationsRelationWidget."
|
|
273
|
+
- "Set the OwnerOnly rule as the Access Policy on the Project type."
|
|
274
|
+
- "Make the In Use option on ResourceStatus depend on the EquipmentStatusEqualsToolUp rule."
|
|
270
275
|
|
|
271
276
|
## Workspace Detection
|
|
272
277
|
|