Uh oh!
There was an error while loading. Please reload this page.
fix(scripts): migrar kanban al proyecto #6 y audit sin releases - #41290
Closed
jaminsmoke wants to merge 5 commits into
Closed
fix(scripts): migrar kanban al proyecto #6 y audit sin releases#41290jaminsmoke wants to merge 5 commits into
jaminsmoke wants to merge 5 commits into
Conversation
This is a one-time migration commit that overlays the complete Jarvis working tree (branding, connectors, CI workflows, kanban scripts, tests, documentation, and all customizations) onto a real fork of sst/opencode. After this commit, Jarvis shares git history with upstream and can cherry-pick / merge from OpenCode normally.
Updated all ProjectV2 field IDs, option IDs, and label IDs for the new jaminsmoke/Jarvis fork. Status field replaced with Estado (custom field with Detectado/Debate/Roadmap/Ejecutando/Verificando/Changelog options) since GitHub built-in Status doesn't support custom options.
Deleted the custom Estado field and reverted kanban-sync.py to use the built-in GitHub Status field (PVTSSF_lAHOBM87Yc4Bfu74zhZ_v1g). Status options (Detectado/Debate/...) must be added via the GitHub UI.
- kanban-sync.py: corregir REPO_ID transpuesto (R_kgDOTx4wIw) y tratar repo sin releases como objetivo v0.1.0 en vez de fallar - generate-changelog-json.py: apuntar a Project #6 con field/option IDs del kanban nuevo (HighLighted PVTSSF_...wbs, Yes 573cc802) - docs/changelog: regenerar contra el kanban #6 (v0.1.0, issues 1-2)
Contributor
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
jaminsmoke
commented
Aug 8, 2026
Author
Creado por error: el PR pertenece a jaminsmoke/Jarvis, no al upstream. |
Contributor
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
kanban-sync.py: corregirREPO_IDtranspuesto (R_kgDOTx4wIw) y hacer que el audit trate un repo sin releases como objetivov0.1.0en vez de fallar con error de API.generate-changelog-json.py: apuntar al Project [readme] [bug] cant install #6 (PVT_kwHOBM87Yc4Bfu74) con el field/option ID de HighLighted del kanban nuevo.docs/changelog.{html,json}: regenerados contra el kanban [readme] [bug] cant install #6 (v0.1.0, issues feat: compact and other improvements #1-Roadmap & Existing Issues #2 como highlights).Contexto
Tras el refork a
sst/opencode, el kanban de Jarvis pasó al proyecto #6. Los scripts y el changelog apuntaban aún al proyecto viejo (#5) o fallaban porque el repo nuevo no tiene releases.Verificación
python scripts/kanban-sync.py audit->OK All items OK!(objetivo v0.1.0, repo sin releases)python -m unittest discover -s scripts/tests-> 34 tests OKpython scripts/kanban-sync.py changelog-> regenera HTML + JSON (2 highlights, v0.1.0)