@xn-intenton-z2a/agentic-lib 7.4.18 → 7.4.19
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.
|
@@ -652,32 +652,32 @@ jobs:
|
|
|
652
652
|
echo "featuresWritablePaths=${FEATURES}" >> $GITHUB_OUTPUT
|
|
653
653
|
echo "libraryWritablePaths=${LIBRARY};${SOURCES}" >> $GITHUB_OUTPUT
|
|
654
654
|
|
|
655
|
-
- name: Maintain
|
|
656
|
-
id: maintain-
|
|
655
|
+
- name: Maintain library
|
|
656
|
+
id: maintain-library
|
|
657
657
|
if: steps.mission-check.outputs.mission-complete != 'true'
|
|
658
658
|
uses: ./.github/agentic-lib/actions/agentic-step
|
|
659
659
|
env:
|
|
660
660
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
661
661
|
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
|
|
662
662
|
with:
|
|
663
|
-
task: "maintain-
|
|
663
|
+
task: "maintain-library"
|
|
664
664
|
config: ${{ needs.params.outputs.config-path }}
|
|
665
|
-
instructions: ".github/agents/agent-maintain-
|
|
666
|
-
writable-paths: ${{ steps.config.outputs.
|
|
665
|
+
instructions: ".github/agents/agent-maintain-library.md"
|
|
666
|
+
writable-paths: ${{ steps.config.outputs.libraryWritablePaths }}
|
|
667
667
|
model: ${{ needs.params.outputs.model }}
|
|
668
668
|
|
|
669
|
-
- name: Maintain
|
|
670
|
-
id: maintain-
|
|
669
|
+
- name: Maintain features
|
|
670
|
+
id: maintain-features
|
|
671
671
|
if: steps.mission-check.outputs.mission-complete != 'true'
|
|
672
672
|
uses: ./.github/agentic-lib/actions/agentic-step
|
|
673
673
|
env:
|
|
674
674
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
675
675
|
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
|
|
676
676
|
with:
|
|
677
|
-
task: "maintain-
|
|
677
|
+
task: "maintain-features"
|
|
678
678
|
config: ${{ needs.params.outputs.config-path }}
|
|
679
|
-
instructions: ".github/agents/agent-maintain-
|
|
680
|
-
writable-paths: ${{ steps.config.outputs.
|
|
679
|
+
instructions: ".github/agents/agent-maintain-features.md"
|
|
680
|
+
writable-paths: ${{ steps.config.outputs.featuresWritablePaths }}
|
|
681
681
|
model: ${{ needs.params.outputs.model }}
|
|
682
682
|
|
|
683
683
|
- name: Log narrative thread
|
package/package.json
CHANGED