feat: refresh workflows and workflow editor UI

This commit is contained in:
willchen96 2026-07-20 03:04:47 +08:00
parent 0ed5050b21
commit fa21ac8fd7
11 changed files with 745 additions and 585 deletions

View file

@ -22,9 +22,12 @@ Thanks for helping improve Mike. Please keep contributions small, focused, and e
## System Workflows
System workflows live in `mike-workflows/system/`. Put structured metadata in
the YAML frontmatter at the top of `SKILL.md`, put workflow instructions in the
body of `SKILL.md`, and use `table-config.yaml` for tabular review columns.
System workflows live in the sibling
[`Open-Legal-Products/mike-workflows`](https://github.com/Open-Legal-Products/mike-workflows)
repository under `assistant-workflows/` and `tabular-review-workflows/`. Put
structured metadata in the YAML frontmatter at the top of `SKILL.md`, set
`metadata.mike-availability` to `system`, put workflow instructions in the body
of `SKILL.md`, and use `table-columns.yaml` for tabular review columns.
After changing system workflows, regenerate the app files:
@ -34,7 +37,7 @@ node scripts/build-workflows.js
## Security
Do not open a public issue for security vulnerabilities. Use [GitHub's private vulnerability reporting](https://github.com/willchen96/mike/security/advisories/new) instead.
Do not open a public issue for security vulnerabilities. Use [GitHub's private vulnerability reporting](https://github.com/Open-Legal-Products/mike/security/advisories/new) instead.
We will aim to respond promptly and coordinate a disclosure timeline with you.