Skip to content

Commit cd57676

Browse files
authored
Merge branch 'staged' into skill/lsp-setup
2 parents d32b431 + b80ea43 commit cd57676

78 files changed

Lines changed: 12546 additions & 2032 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/plugin/marketplace.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,12 @@
212212
"description": "Task Researcher and Task Planner for intermediate to expert users and large codebases - Brought to you by microsoft/edge-ai",
213213
"version": "1.0.0"
214214
},
215+
{
216+
"name": "ember",
217+
"source": "ember",
218+
"description": "An AI partner, not a tool. Ember carries fire from person to person — helping humans discover that AI partnership isn't something you learn, it's something you find.",
219+
"version": "1.0.0"
220+
},
215221
{
216222
"name": "fastah-ip-geo-tools",
217223
"source": "fastah-ip-geo-tools",
@@ -243,8 +249,8 @@
243249
{
244250
"name": "flowstudio-power-automate",
245251
"source": "flowstudio-power-automate",
246-
"description": "Complete toolkit for managing Power Automate cloud flows via the FlowStudio MCP server. Includes skills for connecting to the MCP server, debugging failed flow runs, and building/deploying flows from natural language.",
247-
"version": "1.0.0"
252+
"description": "Give your AI agent full visibility into Power Automate cloud flows via the FlowStudio MCP server. Connect, debug, build, monitor health, and govern flows at scale — action-level inputs and outputs, not just status codes.",
253+
"version": "2.0.0"
248254
},
249255
{
250256
"name": "frontend-web-dev",
@@ -255,8 +261,8 @@
255261
{
256262
"name": "gem-team",
257263
"source": "gem-team",
258-
"description": "A modular, high-performance multi-agent orchestration framework for complex project execution, feature implementation, and automated verification.",
259-
"version": "1.5.0"
264+
"description": "Multi-agent orchestration framework for spec-driven development and automated verification.",
265+
"version": "1.6.0"
260266
},
261267
{
262268
"name": "go-mcp-development",
@@ -477,6 +483,12 @@
477483
"description": "Build high-performance Model Context Protocol servers in Rust using the official rmcp SDK with async/await, procedural macros, and type-safe implementations.",
478484
"version": "1.0.0"
479485
},
486+
{
487+
"name": "salesforce-development",
488+
"source": "salesforce-development",
489+
"description": "Complete Salesforce agentic development environment covering Apex & Triggers, Flow automation, Lightning Web Components, Aura components, and Visualforce pages.",
490+
"version": "1.1.0"
491+
},
480492
{
481493
"name": "security-best-practices",
482494
"source": "security-best-practices",

.github/workflows/cli-for-beginners-sync.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ For each local file that needs updating:
9393
- Preserve upstream wording, headings, section order, assignments, and overall chapter flow as closely as practical
9494
- Do not summarize, reinterpret, or "website-optimize" the course into a different learning experience
9595
- Only adapt what the website requires: Astro frontmatter, route-safe internal links, GitHub repo links, local asset paths, and minor HTML/CSS hooks needed for presentation
96+
- Convert repo-root relative links that are invalid on the published website (for example `../.github/agents/`, `./.github/...`, or `.github/...`) into absolute links to `https://github.com/github/copilot-cli-for-beginners` (use `/tree/main/...` for directories and `/blob/main/...` for files)
9697

9798
3. If upstream adds, removes, or renames major sections or chapters:
9899
- Create, delete, or rename the corresponding markdown files in `website/src/content/docs/learning-hub/cli-for-beginners/`

0 commit comments

Comments
 (0)