Skip to content

feat(metadata): move Apex trigger creation to metadata extension W-21671104#7028

Open
mshanemc wants to merge 65 commits intodevelopfrom
sm/trigger-templates
Open

feat(metadata): move Apex trigger creation to metadata extension W-21671104#7028
mshanemc wants to merge 65 commits intodevelopfrom
sm/trigger-templates

Conversation

@mshanemc
Copy link
Copy Markdown
Contributor

What does this PR do?

  • Apex trigger command and templates live in salesforcedx-vscode-metadata (runs on web).
  • Blocker: merge PR #7023 first; this branch builds on that work.

What issues does this PR fix or reference?

@W-21671104@

Made with Cursor

mshanemc and others added 30 commits March 19, 2026 12:56
Base automatically changed from sm/unify-create-apex-class to develop March 25, 2026 14:39
@mshanemc mshanemc marked this pull request as ready for review March 26, 2026 13:06
@mshanemc mshanemc requested a review from a team as a code owner March 26, 2026 13:06
@mshanemc mshanemc requested a review from gbockus-sf March 26, 2026 13:06
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the goal of the stuff in this hooks folder is to not run the verifier stuff when there's no file edits;
this makes is possible to to plan/ask/etc while in a broken state and to cancel AI things when it goes down the wrong road without it trying to fix things.

open_log: 'Open Log',
create_script_output_dir_prompt: 'Select the target directory',
create_script_output_dir_default_description: '(default)',
create_script_custom_output_directory: 'Choose a Custom Directory'
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a bunch of this is now in a shared fn in services

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants