Skip to content

chore(deps): bump anyhow from 1.0.101 to 1.0.102 in /robot-repo-automaton#6

Merged
hyperpolymath merged 1 commit into
mainfrom
dependabot/cargo/robot-repo-automaton/anyhow-1.0.102
Mar 21, 2026
Merged

chore(deps): bump anyhow from 1.0.101 to 1.0.102 in /robot-repo-automaton#6
hyperpolymath merged 1 commit into
mainfrom
dependabot/cargo/robot-repo-automaton/anyhow-1.0.102

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 21, 2026

Copy link
Copy Markdown
Contributor

Bumps anyhow from 1.0.101 to 1.0.102.

Release notes

Sourced from anyhow's releases.

1.0.102

Commits
  • 5c657b3 Release 1.0.102
  • e737fb6 Merge pull request #442 from dtolnay/backtrace
  • 7fe62b5 Further simply backtrace conditional compilation
  • c8cb5ca Merge pull request #441 from dtolnay/backtrace
  • de27df7 Delete CI use of --features=backtrace
  • 9b67e5d Merge pull request #440 from dtolnay/backtrace
  • efdb11a Simplify std_backtrace conditional code
  • b8a9a70 Merge pull request #439 from dtolnay/backtrace
  • a42fc2c Remove feature = "backtrace" conditional code
  • 2a2a3ce Re-word backtrace feature comment
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 21, 2026
@dependabot dependabot Bot requested a review from hyperpolymath as a code owner March 21, 2026 12:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 21, 2026
@hyperpolymath hyperpolymath merged commit bfd39b4 into main Mar 21, 2026
14 of 16 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/cargo/robot-repo-automaton/anyhow-1.0.102 branch March 21, 2026 12:55
Repository owner deleted a comment from chatgpt-codex-connector Bot May 13, 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant