3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-25 11:34:01 +00:00

Fix workflow compilation errors and relocate documentation files (#8295)

* Initial plan

* Fix workflow compilation errors and recompile all workflows

- Fixed code-conventions-analyzer.md: changed missing-tool.create-pull-request to create-issue
- Moved documentation files (CI_MIGRATION.md, CI_TESTING.md, NUGET_BUILD_README.md) from .github/workflows/ to .github/
- Recompiled all workflows successfully
- All .lock.yml files regenerated

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
Copilot 2026-01-22 21:05:05 -08:00 committed by GitHub
parent 995e8c6555
commit 50157d400a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 8 additions and 10 deletions

View file

@ -322,7 +322,7 @@ If no agentics file exists, edit the markdown body of the workflow file.
## Prompt Editing Without Recompilation
**Key Feature**: If the workflow uses runtime imports (e.g., `@./agentics/<workflow-id>.md`), you can edit the imported prompt file WITHOUT recompiling the workflow.
**Key Feature**: If the workflow uses runtime imports (e.g., `{{#runtime-import agentics/<workflow-id>.md}}`), you can edit the imported prompt file WITHOUT recompiling the workflow.
**When to use this**:
- Improving agent instructions
@ -331,7 +331,7 @@ If no agentics file exists, edit the markdown body of the workflow file.
- Adding security notices
**How to do it**:
1. Check if the workflow has a runtime import: `@./agentics/<workflow-id>.md`
1. Check if the workflow has a runtime import: `{{#runtime-import agentics/<workflow-id>.md}}`
2. If yes, edit that file directly - no compilation needed!
3. Changes take effect on the next workflow run