- Add a `--force` flag to the `push` command in both agent and MCP modules, allowing users to overwrite existing versions by deleting them before pushing. - Update the `PushOptions` struct to include the `Force` field, ensuring the functionality is integrated into the push logic. - Enhance E2E tests to validate the behavior of the force push feature, ensuring that existing versions are deleted as expected when the flag is used. - Introduce tests for packing directories to respect `.yaoignore` rules, improving file exclusion handling during the packaging process. |
||
|---|---|---|
| .. | ||
| add.go | ||
| fork.go | ||
| mcp.go | ||
| mcp_test.go | ||
| push.go | ||
| script.go | ||
| update.go | ||