@tacuchi/agent-workflow-cli 10.4.0 → 11.0.0
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/LICENSE +661 -0
- package/README.md +5 -1
- package/package.json +2 -2
- package/skills/agent-workflow/LICENSE +661 -21
- package/skills/agent-workflow/README.md +2 -2
- package/skills/agent-workflow/commands/export-scripts.md +35 -62
- package/skills/agent-workflow/exports/export-scripts/SKILL.md +114 -248
- package/skills/agent-workflow/exports/export-scripts/references/lexico-tecnico.md +17 -64
- package/skills/agent-workflow/exports/export-scripts/references/readme-template.md +24 -264
- package/skills/agent-workflow/exports/export-scripts/references/validations.md +29 -250
- package/skills/agent-workflow/standards/sql-rollback-generator/SKILL.md +72 -126
- package/skills/agent-workflow/standards/sql-script-organizer/SKILL.md +12 -13
- package/dist/cli/tui/components/command-palette.d.ts +0 -18
- package/dist/cli/tui/components/command-palette.d.ts.map +0 -1
- package/dist/cli/tui/components/command-palette.js +0 -23
- package/dist/cli/tui/components/command-palette.js.map +0 -1
- package/dist/cli/tui/components/sidebar.d.ts +0 -27
- package/dist/cli/tui/components/sidebar.d.ts.map +0 -1
- package/dist/cli/tui/components/sidebar.js +0 -37
- package/dist/cli/tui/components/sidebar.js.map +0 -1
- package/dist/cli/tui/components/toast-stack.d.ts +0 -41
- package/dist/cli/tui/components/toast-stack.d.ts.map +0 -1
- package/dist/cli/tui/components/toast-stack.js +0 -61
- package/dist/cli/tui/components/toast-stack.js.map +0 -1
- package/dist/cli/tui/components/toast.d.ts +0 -7
- package/dist/cli/tui/components/toast.d.ts.map +0 -1
- package/dist/cli/tui/components/toast.js +0 -17
- package/dist/cli/tui/components/toast.js.map +0 -1
- package/skills/agent-workflow/doctrine/doctor/SKILL.md.tmp +0 -0
- package/skills/agent-workflow/doctrine/hub-init/SKILL.md.tmp +0 -0
- package/skills/agent-workflow/doctrine/migrate/SKILL.md.tmp +0 -0
- package/skills/agent-workflow/doctrine/project-init/SKILL.md.tmp +0 -0
- package/skills/agent-workflow/doctrine/rules/SKILL.md.tmp +0 -0
- package/skills/agent-workflow/exports/export-arq/SKILL.md.tmp +0 -0
- package/skills/agent-workflow/exports/export-report/SKILL.md.tmp +0 -0
- package/skills/agent-workflow/specialties/analyze-investigate/SKILL.md.tmp +0 -0
- package/skills/agent-workflow/standards/coding-standards/SKILL.md.tmp +0 -0
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { Box, Text } from "ink";
|
|
3
|
-
import { colors, icons } from "../theme.js";
|
|
4
|
-
const TONE_TO_COLOR = {
|
|
5
|
-
success: colors.success,
|
|
6
|
-
error: colors.error,
|
|
7
|
-
info: colors.info,
|
|
8
|
-
};
|
|
9
|
-
const TONE_TO_ICON = {
|
|
10
|
-
success: icons.check,
|
|
11
|
-
error: icons.cross,
|
|
12
|
-
info: icons.bullet,
|
|
13
|
-
};
|
|
14
|
-
export function Toast({ tone, message }) {
|
|
15
|
-
return (_jsxs(Box, { marginTop: 1, children: [_jsxs(Text, { color: TONE_TO_COLOR[tone], bold: true, children: [TONE_TO_ICON[tone], " "] }), _jsx(Text, { color: colors.fg, children: message })] }));
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=toast.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"toast.js","sourceRoot":"","sources":["../../../../src/cli/tui/components/toast.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAChC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAS5C,MAAM,aAAa,GAA8B;IAC/C,OAAO,EAAE,MAAM,CAAC,OAAO;IACvB,KAAK,EAAE,MAAM,CAAC,KAAK;IACnB,IAAI,EAAE,MAAM,CAAC,IAAI;CAClB,CAAC;AAEF,MAAM,YAAY,GAA8B;IAC9C,OAAO,EAAE,KAAK,CAAC,KAAK;IACpB,KAAK,EAAE,KAAK,CAAC,KAAK;IAClB,IAAI,EAAE,KAAK,CAAC,MAAM;CACnB,CAAC;AAEF,MAAM,UAAU,KAAK,CAAC,EAAE,IAAI,EAAE,OAAO,EAAc;IACjD,OAAO,CACL,MAAC,GAAG,IAAC,SAAS,EAAE,CAAC,aACf,MAAC,IAAI,IAAC,KAAK,EAAE,aAAa,CAAC,IAAI,CAAC,EAAE,IAAI,mBACnC,YAAY,CAAC,IAAI,CAAC,EAAE,GAAG,IACnB,EACP,KAAC,IAAI,IAAC,KAAK,EAAE,MAAM,CAAC,EAAE,YAAG,OAAO,GAAQ,IACpC,CACP,CAAC;AACJ,CAAC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|