II.
LibraryProcess overview
Reference · livelib-process:desktop-development--windows-features
specializations/desktop-development/windows-features overview
Windows-Specific Feature Implementation - Implement Windows-specific features including jump lists, thumbnail toolbars, taskbar progress, Windows Store integration, and registry operations.
Attributes
displayName
specializations/desktop-development/windows-features
description
Windows-Specific Feature Implementation - Implement Windows-specific features including jump lists,
thumbnail toolbars, taskbar progress, Windows Store integration, and registry operations.
libraryPath
library/specializations/desktop-development/windows-features.js
specialization
desktop-development
references
- - Electron Windows Integration: https://www.electronjs.org/docs/latest/tutorial/windows-taskbar
- - Windows App Features: https://docs.microsoft.com/en-us/windows/apps/
example
const result = await orchestrate('specializations/desktop-development/windows-features', {
projectName: 'MyDesktopApp',
framework: 'Electron',
windowsFeatures: ['jump-lists', 'thumbnail-toolbar', 'taskbar-progress', 'toast-notifications', 'store-integration']
});
usesAgents
- windows-platform-expert
- windows-jumplist-builder
- toolbar-developer
- progress-developer
- toast-developer
- overlay-developer
- msix-packaging
- windows-validator
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:desktop-development·Specialization
lib_implements_workflow2
- workflow:desktop-app-release·WorkflowDesktop App Release
- workflow:release-management·Workflow
lib_involves_role2
- role:desktop-developer·RoleDesktop Application Developer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area2
- skill-area:desktop-ui-frameworks·SkillAreaDesktop UI Frameworks
- skill-area:cross-platform-desktop·SkillAreaCross-Platform Desktop Development
uses_agent1
- lib-agent:desktop-development--windows-platform-expert·LibraryAgentwindows-platform-expert
Incoming edges
None.