Compare commits

..

2 commits

Author SHA1 Message Date
Breadway
e98e37dbf1 Remove CLAUDE.md (renamed to AGENTS.md)
Some checks failed
check / check (push) Failing after 2s
dev release / build (push) Failing after 1s
2026-08-15 22:04:00 +08:00
Breadway
e66afd339a Pin bread-screenshots to the shared ecosystem rev; track AGENTS.md
Stop floating on branch=main. Same 69ce2d67 rev as sibling apps
(v0.7.1 predates the crate).
2026-08-15 22:03:30 +08:00
3 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# CLAUDE.md — Repo hygiene
# AGENTS.md — Repo hygiene
Scope: this file covers *repo hygiene* — branching, remotes, CI — plus a
short map of the binaries. It is not user-facing project documentation.

6
Cargo.lock generated
View file

@ -94,10 +94,10 @@ dependencies = [
[[package]]
name = "bread-screenshots"
version = "0.3.1"
source = "git+https://git.breadway.dev/Breadway/bread-ecosystem?branch=main#f86e299f4a0ea73ff485cd84923b986ddcc8242e"
source = "git+https://git.breadway.dev/Breadway/bread-ecosystem?rev=69ce2d67a8de8a09c064aa9d7ff99b46656f0b1d#69ce2d67a8de8a09c064aa9d7ff99b46656f0b1d"
dependencies = [
"anyhow",
"bread-utils 0.3.1 (git+https://git.breadway.dev/Breadway/bread-ecosystem?branch=main)",
"bread-utils 0.3.1 (git+https://git.breadway.dev/Breadway/bread-ecosystem?rev=69ce2d67a8de8a09c064aa9d7ff99b46656f0b1d)",
"tracing",
]
@ -139,7 +139,7 @@ dependencies = [
[[package]]
name = "bread-utils"
version = "0.3.1"
source = "git+https://git.breadway.dev/Breadway/bread-ecosystem?branch=main#f86e299f4a0ea73ff485cd84923b986ddcc8242e"
source = "git+https://git.breadway.dev/Breadway/bread-ecosystem?rev=69ce2d67a8de8a09c064aa9d7ff99b46656f0b1d#69ce2d67a8de8a09c064aa9d7ff99b46656f0b1d"
dependencies = [
"dirs",
"serde",

View file

@ -14,7 +14,8 @@ bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag =
# Capture primitives for `--screenshot` mode — see src/screenshot.rs.
# Not in bread-ecosystem v0.7.1 (crate landed after that tag); same remote
# as the tag-pinned deps, floating on main until the next ecosystem release.
bread-screenshots = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", branch = "main" }
# v0.7.1 predates this crate; rev-pin so this is not `branch = "main"`.
bread-screenshots = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", rev = "69ce2d67a8de8a09c064aa9d7ff99b46656f0b1d" }
gtk4 = { version = "0.11", features = ["v4_12"] }
gtk4-layer-shell = "0.8"
serde_json = "1"