Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentAvançado

Electron Chromium Upgrade: Phase One

porelectron·electron· v1.0.0 · atualizado em 2026-04-11
83
Score

Guide for performing Chromium version upgrades in the Electron project. Use when working on the roller/chromium/main branch to fix patch conflicts during `e sync --3`. Covers the patch application workflow, conflict resolution, analyzing upstream Chromium changes, and proper commit formatting for patch fixes.

electronchromiumupgradepatchingbuilddebuggingdependency-management
Linguagens
C++CPythonShell
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdelectron-chromium-upgrade/workflow
1. Delete `.git/rr-cache` in both electron and chromium repos.
2. Run `e sync --3`. If it fails, identify the failing patch and target repo.
3. Analyze the patch failure and fix the conflict in the target repo.
4. Run `git am --continue` in the affected repo, then `e patches {target}`.
5. Repeat steps 2-4 until `e sync --3` succeeds, then run `e patches all`.
6. Run `e build -k 999`. If it fails, identify the file with the compilation error.
7. Fix the build issue by adapting Electron's code or creating fixup commits for patch files.
8. Run `e build -t {target}.o` to verify the fix, then run `e start --version`.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar a ←Livewire Development
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Electron Chromium Upgrade: Phase One
electron-chromium-upgrade
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.EVALUATE
6.REFLECT
Triggers8
upgrade chromium version in electronfix patch conflicts during electron chromium upgraderesolve build errors after chromium upgradeupdate electron's chromium dependencyapply chromium patches to electrondebug electron build failures after chromium updateresolve patch failures during electron syncrun e sync --3 and fix patch conflicts

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download electron-chromium-upgrade
$ synaptic skills detail electron-chromium-upgrade
$ synaptic skills live electron-chromium-upgrade

Dependências

gitelectronchromium

Links

GitHub Repository