Commit Graph

180 Commits

Author SHA1 Message Date
k-j-kim
2589c037b7
chore: suppress dependabot PRs for sample directories (#230)
chore: suppress all dependabot PRs from /samples directories
2026-04-23 10:28:02 -07:00
k-j-kim
d10f607da7
fix: make sync-react-samples manual-only (#228)
fix: make sync-react-samples workflow manual-only

Remove the nightly cron schedule so the workflow only runs when
manually triggered via workflow_dispatch.
2026-04-23 10:24:03 -07:00
k-j-kim
1b1cd519c4
chore: ignore sample template packages in dependabot (#225) 2026-04-23 10:17:20 -07:00
k-j-kim
66c67eb558
chore: add dependabot config for root npm dependencies only (#222)
Excludes /samples directories from dependency updates by only
configuring the root directory for monitoring.
2026-04-23 10:13:37 -07:00
k-j-kim
c80fbb5115
fix: use static branch for sync-react-samples PR (#221)
fix: use static branch name for sync-react-samples PR

Prevents the workflow from creating a new PR per version update by
using a fixed branch name so peter-evans/create-pull-request reuses
the same PR.
2026-04-23 10:13:16 -07:00
svc-idee-bot
cb55e46b01 chore(release): 1.7.3 [skip ci] 2026-04-23 07:26:08 +00:00
suhanigupta-collab
6f39dd4047
fix: @W-21829588 : Custom Lightning Type Skills Fixes (#191)
* add changes for clt

* add some changes
2026-04-23 12:55:45 +05:30
svc-idee-bot
e312e5b1a8 chore(release): 1.7.2 [skip ci] 2026-04-22 10:41:55 +00:00
sowmya-sriram
c8181350b4
fix: @W-22134404@ delete fragment skill (#212)
deleted fragment skill

Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-04-22 16:11:31 +05:30
thrylokya
f56b68d72c
@fix @W-21829074 - Updated skill instructions to wait for the user input (#177)
Some checks failed
Sync React samples from npm / sync (push) Has been cancelled
* Update SKILL description

* Update SKILL.md

* Update SKILL.md

* Update SKILL.md

* Update SKILL.md

---------

Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-04-21 14:17:29 +05:30
svc-idee-bot
415c721a6e chore(release): 1.7.1 [skip ci] 2026-04-21 06:27:28 +00:00
sf-pragya-kumari
e089a8688a
fix: @W-21915952@ Update SKILL.md to allow user to make changes in the generated flow (#189)
Update SKILL.md to allow user to make changes in created flow to fix issues
2026-04-21 11:57:05 +05:30
kevinv11n-sf
6537cf1a1e
Update README (#197)
* Update README

* Incorporate feedback
2026-04-14 21:33:13 +05:30
svc-idee-bot
7b5c4b1a76 chore(release): 1.7.0 [skip ci] 2026-04-09 11:35:15 +00:00
Steve Hetzel
fb4bac9cf0
feat: replace agentforce-development skill with three specialized skills @W-21937872@ (#184)
feat: replace agentforce-development skill with three specialized skills

Replace the monolithic agentforce-development skill with three focused skills:
- developing-agentforce: For creating and authoring Agentforce agents
- observing-agentforce: For monitoring and debugging agents
- testing-agentforce: For validating agent behavior

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-09 17:04:48 +05:30
svc-idee-bot
baad7033bc chore(release): 1.6.9 [skip ci] 2026-04-08 18:55:53 +00:00
Joe
b0d71df452
fix: @W-21889983@ Disallow Modifying React Site Metadata Except for Templated Properties (#185)
fix: remove extra property changes

Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-04-09 00:25:10 +05:30
k-j-kim
574d8dcca2
chore: sync React B2E & B2X (1.120.6) with uiBundle lockfiles and gitignore @W-21940169@ (#179)
chore: sync React B2E (1.120.6) & B2X (1.120.6) samples with lockfiles and gitignore

Add package-lock.json generation for uiBundle directories and .gitignore
writing to the sync scripts so they persist across syncs.

Co-authored-by: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com>
2026-04-08 12:00:47 -05:00
Mohan Raj Rajamanickam
eaf5acdb7f
ci: fail PR if title does not match Conventional Commits format @W-21613569@ [post-tdx] (#146)
add pr title check

Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-04-08 17:08:20 +05:30
svc-idee-bot
c9f4df6069 chore(release): 1.6.8 [skip ci] 2026-04-07 04:05:03 +00:00
k-j-kim
1806c89b28
fix: trigger ui-bundle skill for React app prompts @W-21916680@ (#175)
* fix: trigger ui-bundle skill for React application prompts

Add React-specific trigger language to building-ui-bundle-app description
so prompts like "I want to build a react application" activate the
ui-bundle orchestrator even without existing project files.

* fix: correct stale related-skill reference

Rename generating-experience-react-site to generating-ui-bundle-site
in building-ui-bundle-app related-skills to match the actual skill name.
2026-04-07 09:34:42 +05:30
Scott Mo
ae5008de56
refactor: do not expose lwr skill to main (#174) 2026-04-06 22:02:25 +05:30
svc-idee-bot
31d4fa8b43
chore: sync React B2E (1.120.3) & B2X (1.120.3) samples from npm (#172) 2026-04-06 10:55:44 -05:00
svc-idee-bot
dbd471aa45 chore(release): 1.6.7 [skip ci] 2026-04-03 03:52:50 +00:00
k-j-kim
77108bae20
fix: tighten ui-bundle skill descriptions to reduce false triggers @W-21800526@ (#162)
* fix: tighten skill descriptions to reduce false triggers

- generating-ui-bundle-metadata: remove generic triggers (metadata, new app,
  meta XML, configuration), update command to sf template generate ui-bundle,
  add --template reactbasic flag
- building-ui-bundle-app: reframe as orchestrator for multi-skill ui-bundle
  work, distinguish from generating-lightning-app

* fix: improve ui-bundle skill descriptions to reduce false triggers and improve activation

- Add MUST activate + file-pattern triggers to all 9 ui-bundle skills
- Remove overly specific examples that waste context tokens
- Scope features skill to authentication and search only
- Add boundary language between orchestrator and frontend skills
- Update metadata skill to use sf template generate ui-bundle --template reactbasic

* fix: standardize uiBundles/*/src/ directory trigger across all ui-bundle skills

* fix: remove React references from skill descriptions for framework agnosticism

* fix: standardize uiBundles/*/src/ trigger in agentforce and data skills

* fix: add 'Use this skill when' trigger context to all ui-bundle skill descriptions

* fix: require mobile-responsive UI in building-ui-bundle-frontend skill
2026-04-03 09:22:32 +05:30
svc-idee-bot
4987f86c05 chore(release): 1.6.6 [skip ci] 2026-04-02 17:12:14 +00:00
Jose David Rodriguez Velasco
4ad796346e
fix: condense using-ui-bundle-salesforce-data reference into skill.md @W-21685788 (#161)
* fix(using-ui-bundle-salesforce-data): condense reference into skill

also adds, operation types, script section type and mix instructions as comments in the examples. it also adds a section to avoid the llm being eager to show progress on ui-scaffold

* fix: workaround llm being eager to scaffold ui

* fix: delete testing with sf cli

* fix: add summary table for workflow steps

---------

Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-04-02 22:41:51 +05:30
Justin Horst
7d10760653
chore: Update native mobile app readme with detailed deployment steps (#169) W-21861732:
@W-21861732 fix: convert native mobile rental tenant app README from RTF to Markdown

The README was accidentally saved in RTF format, causing rendering
issues. Stripped RTF formatting and restored plain Markdown.

Co-authored-by: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com>
2026-04-02 10:32:58 -05:00
thrylokya
0a32bc1a53
@fix: @W-21869136 - updated skill description (#168)
* Update SKILL description

* Update SKILL.md

* Update SKILL.md
2026-04-02 19:53:14 +05:30
anuj-sanghavi
d25b24ab86
@W-21866267 fix: ACC skills file updated (#159)
* fix: ACC skills file updated

* hard constraint added for not creating custom agent

* skill description updated
2026-04-02 16:20:54 +05:30
lei-dai-sfdc
7d9fc28b4e
@W-21817314@ Improved lwr and ui bundle site's skill to identify what properties should be updated for when user request for site URL update (#157)
* @W-21817314@ Improved lwr and ui bundle site's skill to identify what properties should be updated for when user request for site URL update

Signed-off-by: Daily Dai <lei.dai@salesforce.com>

* fix skill name

Signed-off-by: Daily Dai <lei.dai@salesforce.com>

* fix skill name

Signed-off-by: Daily Dai <lei.dai@salesforce.com>

* move url update into its own doc md file

Signed-off-by: Daily Dai <lei.dai@salesforce.com>

* clarify search_files is an agent tool instead of command line

Signed-off-by: Daily Dai <lei.dai@salesforce.com>

---------

Signed-off-by: Daily Dai <lei.dai@salesforce.com>
2026-04-02 08:58:57 +05:30
jluftglidden-tilt
8dc6e7d04d
@W-21818163 T/experience sites platform/w 21818163/leave app space blank if web app does not exist (#167)
* Update content.json generation to leave appSpace empty if webapp doesn't exist

* Replace WebApplication with UIBundle
2026-04-02 08:30:01 +05:30
svc-idee-bot
813fe2343a
chore: sync React B2E (1.120.2) & B2X (1.120.2) samples from npm (#165) 2026-04-01 16:51:52 -05:00
svc-idee-bot
483127c4ef
chore: sync React B2E (1.119.5) & B2X (1.119.5) samples from npm (#158)
Co-authored-by: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com>
2026-04-01 00:53:42 -05:00
svc-idee-bot
74ac983776 chore(release): 1.6.5 [skip ci] 2026-04-01 03:34:56 +00:00
jluftglidden-tilt
ea110c0e4a
@W-21712998 T/experience sites platform/w 21712998/rename sites react skill (#142)
* Moving SKILL.md to generating-ui-bundle-site

* Rename configure-metadata-custom-site.md to configure-metadata-custom-site.md

* Rename configure-metadata-digital-experience-bundle.md to configure-metadata-digital-experience-bundle.md

* Moving configure-metadata-digital-experience-config.md to generating-ui-bundle-site

* Moving configure-metadata-digital-experience.md to generating-ui-bundle-site

* Moving configure-metadata-network.md to generating-ui-bundle-site
2026-04-01 09:04:39 +05:30
k-j-kim
0d69b918da
fix: updating ui bundles to the latest @W-21814993@ (#156)
* fix: updating ui bundles to the latest

* fix: updating image url
2026-04-01 08:58:14 +05:30
svc-idee-bot
de191fe8b7 chore(release): 1.6.4 [skip ci] 2026-03-31 22:59:16 +00:00
k-j-kim
2d9a093f9c
fix: replace deprecated sf ui-bundle generate CLI command @W-21338965@ (#155)
fix: replace deprecated sf ui-bundle generate with sf template generate ui-bundle
2026-03-31 17:58:54 -05:00
svc-idee-bot
82ab956dcd chore(release): 1.6.3 [skip ci] 2026-03-31 18:48:38 +00:00
k-j-kim
30245915c2
fix: derive router basename from base href at runtime @W-21338965@ (#154)
fix: derive router basename from <base href> at runtime

Add guidance to building-ui-bundle-frontend skill to always derive
the client-side router basename from the document's <base href> tag
instead of hardcoding it.
2026-03-31 13:48:10 -05:00
svc-idee-bot
edbd8bfd70 chore(release): 1.6.2 [skip ci] 2026-03-31 16:59:50 +00:00
Sheng-Lun Chen
878ee497c4
fix: ensure skill load for guest sharing rule (#127)
fix(generating-experience-lwr-site): ensure skill load for guest sharing rule

Made-with: Cursor

Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-03-31 22:29:31 +05:30
svc-idee-bot
09a26be9d0 chore(release): 1.6.1 [skip ci] 2026-03-31 16:57:39 +00:00
fcwong
902c8d4539
@W-21749060 fix: update first time site creation instructions (#117)
* @W-21749060 fix: update first time site creation instructions

* address comments

---------

Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-03-31 22:24:35 +05:30
irisli0
a07f23abbd
W-21660521 feat: Agentforce Vibes - Unable to assign agent access in permission set (#145)
generating-permission-set agent access
2026-03-31 22:21:02 +05:30
svc-idee-bot
f93a0d1137 chore(release): 1.6.0 [skip ci] 2026-03-31 16:48:23 +00:00
Jeff Carey
30052ef628
feat: update theme layout creation instructions (#122)
* feat: update theme layout creation instructions

* fix: revert UI component section

* feat: specify order of operations for theme layout creation

---------

Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-03-31 22:18:03 +05:30
svc-idee-bot
4a1cf7a6e6 chore(release): 1.5.3 [skip ci] 2026-03-31 16:43:44 +00:00
gbockus-sf
dcc18049aa
fix: update details for PR title (#153)
fix: update details for PR title
2026-03-31 11:38:41 -05:00