promptpilot 0.1.6 → 0.1.7

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/dist/cli.js CHANGED
@@ -1610,14 +1610,6 @@ ${contextBlock}`);
1610
1610
  if (constraints.length > 0) {
1611
1611
  sections.push(`Constraints:
1612
1612
  - ${constraints.join("\n- ")}`);
1613
- }
1614
- if (isCodeFirstRequest(input.input)) {
1615
- sections.push(`Execution loop:
1616
- - Inspect the relevant files and current behavior.
1617
- - Plan the smallest safe next step.
1618
- - Act with minimal, reversible changes.
1619
- - Test or validate the result.
1620
- - Reflect on gaps or risks, then repeat.`);
1621
1613
  }
1622
1614
  const desiredOutput = [
1623
1615
  input.routingDecision.selectedTarget ? `Selected target: ${formatTargetLabel(input.routingDecision.selectedTarget)}` : input.input.targetModel ? `Target model: ${input.input.targetModel}` : "Target model: claude",