- add timeoutSeconds field to scenario and step entities - add timeoutSeconds to create/update DTOs for scenario and step - enforce timeout via scheduler: abort run if step exceeds limit - expose timeoutSeconds in MCP create/update scenario and step tools - add client-side type, API, i18n, and form support for timeoutSeconds - add integration tests for timeout persistence via REST and MCP
23 lines
219 B
Plaintext
23 lines
219 B
Plaintext
# runtime
|
|
/data
|
|
.env
|
|
*.log
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# build outputs
|
|
/dist
|
|
server/dist
|
|
client/dist
|
|
*storybook.log
|
|
storybook-static
|
|
tsconfig.tsbuildinfo
|
|
|
|
# organization
|
|
TODO.md
|
|
|
|
# IDE/editor
|
|
.vscode/
|
|
.idea/
|
|
.github/ |