Nubenetes Bot
827ad0a7db
fix(ci): stage src/memory/ in v2 pipelines to avoid rebase unstaged changes error
2026-08-15 10:15:21 +02:00
dependabot[bot] and GitHub
5326a797c5
chore(deps): bump the action-updates group with 4 updates
...
Bumps the action-updates group with 4 updates: [actions/checkout](https://github.com/actions/checkout ), [actions/setup-python](https://github.com/actions/setup-python ), [actions/cache](https://github.com/actions/cache ) and [actions/setup-node](https://github.com/actions/setup-node ).
Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v6...v7 )
Updates `actions/setup-python` from 6 to 7
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v6...v7 )
Updates `actions/cache` from 4 to 6
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4...v6 )
Updates `actions/setup-node` from 6 to 7
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: action-updates
- dependency-name: actions/setup-python
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: action-updates
- dependency-name: actions/cache
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: action-updates
- dependency-name: actions/setup-node
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: action-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-01 13:17:35 +00:00
Inaki Fernandez and Claude Opus 4.8
d98d4f537a
ci: add [skip ci] to 03.2/03.3 bot commits to stop the develop write-lock burst
...
The V2 pipeline is meant to advance only via its workflow_run chain
(03.1 -> 03.2 -> 03.3 -> 04.1), which [skip ci] does not affect. But 03.2 and
03.3 committed data/inventory.yaml WITHOUT [skip ci], so their bot pushes also
matched push: path triggers: 03.2 re-triggered itself (and 03.3 triggered it
backward) on data/inventory.yaml, and data/inventory.sql woke 05.1. That
redundant fan-out flooded the shared develop-git-write-lock group; with
cancel-in-progress: false GitHub keeps only one pending run per group, so
superseded runs were auto-cancelled (0 jobs, no logs) - e.g. run 29263339507.
Every other develop-pushing stage (03.1, 04.1, 05.1, 09) already carries
[skip ci]; this completes the pattern on the two stages that were missing it.
The workflow_run chain, schedule, and workflow_dispatch entry points are
unaffected.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-17 19:26:30 +02:00
dependabot[bot] and GitHub
8441623163
build(deps): bump the action-updates group with 3 updates
...
Bumps the action-updates group with 3 updates: [actions/checkout](https://github.com/actions/checkout ), [actions/cache](https://github.com/actions/cache ) and [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch ).
Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v6...v7 )
Updates `actions/cache` from 5 to 6
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v5...v6 )
Updates `peter-evans/repository-dispatch` from 3 to 4
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases )
- [Commits](https://github.com/peter-evans/repository-dispatch/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: action-updates
- dependency-name: actions/cache
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: action-updates
- dependency-name: peter-evans/repository-dispatch
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: action-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-01 13:18:37 +00:00
Nubenetes Bot and Claude Opus 4.8
b52f793ea5
ci: harden develop write-path against races & make PR Guardian advisory
...
Root cause of the recurring README-sync failure: 05.1 modified README.md in
earlier steps then ran `git pull`, which aborts on a dirty tree whenever a
concurrent bot commit advanced develop first. Rewrote its commit step as a
fetch → reset --hard → regenerate → commit → push retry loop (README is a pure
function of inventory, so a hard reset never loses data and eliminates the
merge-conflict / --ours/--theirs class entirely).
Also:
- 03.1/03.2/03.3: wrap the single-shot pull --rebase && push in a 5x retry loop.
- 07.1 PR Guardian: continue-on-error (advisory; keeps the comment, drops the
blocking red ❌ on AI false positives) + PR-scoped concurrency.
- 07.2 Markdown Linter: PR/branch-scoped concurrency with cancel-in-progress.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-19 19:06:10 +02:00
Nubenetes Bot
95c7078e6a
fix(ci): stage both inventory.yaml and inventory.sql in workflows to prevent unstaged rebase failures
2026-06-18 17:35:40 +02:00
Nubenetes Bot
8f31612b05
chore: unify CI/CD write concurrency to develop-git-write-lock and improve push resilience
2026-06-18 16:15:57 +02:00
Nubenetes Bot
44e607a83a
feat: implement offline mock debate simulator and clickable tag filters sync
2026-06-18 03:17:22 +02:00
Nubenetes Bot
8547f8ce56
docs: add multi-agent debate explanation and mermaid diagram to README
2026-06-18 02:00:47 +02:00
Nubenetes Bot
545289eb11
fix(automation): repair malformed workflow file in 03.3
2026-06-13 20:44:52 +02:00
Nubenetes Bot
44af419411
feat(automation): implement automatic V2 curation pipeline chaining
2026-06-13 20:35:47 +02:00
Nubenetes Bot
37a03b4f23
fix: update git add pathspec in videos workflow to stage v2-docs/videos/ directory
2026-05-28 16:01:03 +02:00
Nubenetes Bot
1a69f53a16
docs: modularize Video Hub, fix anchors/links, and automate cron schedule [skip ci]
2026-05-27 23:26:43 +02:00
Nubenetes Bot
71499413d0
chore: restore and upgrade all GitHub Actions to true latest stable versions
2026-05-26 15:51:36 +02:00
Nubenetes Bot
34f72b8668
chore: update all GitHub Actions to latest stable major versions
2026-05-26 14:24:24 +02:00
Nubenetes Bot
d46c0c9568
fix: downgrade invalid GitHub Action versions to stable releases
2026-05-26 14:09:08 +02:00
Nubenetes Bot
c52a13ceba
chore: harden automated workflows against race conditions and bump to 2.2.0
2026-05-25 23:50:41 +02:00
Nubenetes Bot
3c584b2530
chore: optimize automated workflows with direct push and bump to 2.1.5
2026-05-25 21:39:38 +02:00
Nubenetes Bot
a22fdcabb1
chore: standardize workflow prefixes, categorize matrix, and update links
2026-05-22 21:38:56 +02:00