The `main.js` Operator
Unlike systems that use multiple single-purpose scripts, Fabricor's power is consolidated into a single, intelligent orchestrator: main.js
. This operator is capable of executing any defined workflow, from a single pattern to a comprehensive "super-workflow" with full, cumulative context-passing.
Example: Run the "Ultimate Discovery" Workflow
This single command executes a 20-step "super-workflow" that combines four different audit types into a single, massive run. It is the most exhaustive analysis in the system.
# The command structure is: node main.js <websiteUrl> <PackageName>
node main.js https://example-client.co.nz "Ultimate Discovery Package"
Targeted Workflows
You can also run smaller, more focused workflows like the "Jumpstart" or "Modernisation" sets for specific client needs.
# Run the complete 5-step Jumpstart creative workflow
node main.js https://new-startup.co.nz "Jumpstart Full Workflow"
# Run a single, ad-hoc pattern for a quick check
node main.js https://some-site.co.nz "nzgpts_internal/audit/02_brand_tone_analysis"