chore(deps): bump anyhow from 1.0.101 to 1.0.102 in /robot-repo-automaton#6
Merged
hyperpolymath merged 1 commit intoMar 21, 2026
Conversation
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.101 to 1.0.102. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
hyperpolymath
approved these changes
Mar 21, 2026
hyperpolymath
added a commit
that referenced
this pull request
Jun 20, 2026
) ## What & why `bots/sustainabot/` had a full standalone copy of **OikosBot** vendored into it — an entire Rust workspace, Haskell analyzer, AffineScript bot, containers and policies (99 files), one crate of which even grew a hard `path` dependency back into `shared-context/`. A bot slot is meant to be a *thin adapter*, not a home for an entire external project. This PR resets the slot and guards against recurrence. The implementation itself moves to its own repo in the companion PR: **`hyperpolymath/oikosbot` branch `claude/determined-cerf-s4zaob`**. ## Changes - **Remove the 99 vendored files** from `bots/sustainabot/`; leave a placeholder `README.adoc` that reserves the slot and points to `hyperpolymath/oikosbot`. - **Add `bots/README.adoc`** — bot directories are THIN ADAPTERS; never vendor standalone products, never add repo-escaping `path` deps. - **`.claude/CLAUDE.md`** — new critical invariant #6 (thin adapters; `sustainabot` is **not** OikosBot and **not** the `oikos` DSL). - `README.adoc` / `ROADMAP.adoc` / `docs/ARCHITECTURE.md` — mark the sustainabot slot **Reserved** and disambiguate. ## The fleet KEEPS sustainabot as a member `BotId::Sustainabot`, the coordinator roster, and safety-triangle routing in `shared-context/` are **untouched** — `shared-context` still builds green. Only the vendored *directory* was emptied; the bot remains a first-class (now reserved) fleet member to be prototyped later. ### Follow-up (not in this PR) The coordinator/`shared-context` still treat sustainabot as a *ready* verifier; once a real thin adapter is built (or the slot is wired to consume OikosBot externally), the roster status can be updated to match. A couple of other bots' notes reference the old `hyperpolymath/sustainabot` name (e.g. `bots/rhodibot/README.adoc`) and could be repointed at `oikosbot` separately. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01RozeeLxpJsd3WWFngaZWz3 --- _Generated by [Claude Code](https://claude.ai/code/session_01RozeeLxpJsd3WWFngaZWz3)_ Co-authored-by: Claude <noreply@anthropic.com>
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 free
to 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.
Bumps anyhow from 1.0.101 to 1.0.102.
Release notes
Sourced from anyhow's releases.
Commits
5c657b3Release 1.0.102e737fb6Merge pull request #442 from dtolnay/backtrace7fe62b5Further simply backtrace conditional compilationc8cb5caMerge pull request #441 from dtolnay/backtracede27df7Delete CI use of --features=backtrace9b67e5dMerge pull request #440 from dtolnay/backtraceefdb11aSimplifystd_backtraceconditional codeb8a9a70Merge pull request #439 from dtolnay/backtracea42fc2cRemovefeature = "backtrace"conditional code2a2a3ceRe-word backtrace feature commentDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)