Skip to content

fix: checksum error with lipgloss - #151

Closed
gjtiquia wants to merge 1 commit into
anomalyco:devfrom
gjtiquia:fix/checksum-error-with-lipgloss
Closed

fix: checksum error with lipgloss#151
gjtiquia wants to merge 1 commit into
anomalyco:devfrom
gjtiquia:fix/checksum-error-with-lipgloss

Conversation

@gjtiquia

Copy link
Copy Markdown

bun run src/index.ts gave me these errors

go: downloading github.com/charmbracelet/lipgloss/v2 v2.0.0-beta.1
go: downloading github.com/alecthomas/chroma/v2 v2.18.0
go: downloading golang.org/x/sys v0.32.0
go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
go: downloading github.com/BurntSushi/toml v1.5.0
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/atotto/clipboard v0.1.4
verifying github.com/charmbracelet/lipgloss/v2@v2.0.0-beta.1: checksum mismatch
downloaded: h1:D9AJJuYTN5pvz6mpIGO1ijLKpfTYSHOtKGgwoTQ4Gog=
go.sum: h1:kU4FK3BrF9yfW4P1tT1+Ag9KVckKhkUuLTwj//7SzaA=
SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

updated the go.sum

related to #131

@thdxr

Copy link
Copy Markdown
Member

appreciate it but i think i just fixed it? we'll see if CI finishes

@gjtiquia

Copy link
Copy Markdown
Author

sure!

@gjtiquia

Copy link
Copy Markdown
Author

https://github.com/sst/opencode/actions/runs/15691799228

yep the CI finishes👍 i'll close this PR then, cuz its literally the same fix haha

keep up the good work!

@miles-tillmiles-till mentioned this pull request Jun 17, 2025
randomm referenced this pull request in randomm/opencode Jan 9, 2026
* feat(#136): replace mypy with ty type checker in Python agent
* docs: update AGENTS.md to use unified ruff formatting
Remove redundant black references:
- black --check → ruff format --check
- ruff format && black → ruff format
- Unified Astral tooling (ruff for lint+format, ty for types)
* docs(#149-#154): add dual-config architecture context to epic and feature issues
Adds comprehensive dual-config architecture guidance to Epic #149 and issues #150-#154:
- Epic #149: Overview of dual-config requirement and graceful degradation principle
- Issue #150: Job queue config for both, Shortcut integration (work-only)
- Issue #151: Rules system (config-independent), testing on both configs
- Issue #152: Hook system with work-only Shortcut hooks, configuration patterns
- Issue #153: Memory compression identical on both, context preservation differences
- Issue #154: Device registry with config_source tracking, cross-config validation
Key principles documented:
- Core feature parity across both configs
- Graceful degradation for work-only integrations (Shortcut, Rollbar)
- Config-independent core logic with permission differences
- Mandatory testing on both opencode.work.json and opencode.personal.json
Specialists implementing these features must:
1. Test on BOTH machine-specific configs
2. Verify graceful fallback on personal config
3. Track config_source in device registry schema
4. Preserve GitHub issue references in compression
* fix(#156): enforce zero test failures across all language agents
Add ZERO TEST FAILURES section to all 7 language architect prompts:
- Python, Rust, Rails, Go, React Web, React Native, Shell
Each section enforces:
- ALL tests must pass (unit AND integration)
- Prohibited rationalizations (pre-existing, external, flaky, unrelated)
- Required protocol: STOP → REPORT to PM → WAIT
- Output format must show failure count
Prevents agents from rationalizing away test failures as "pre-existing"
or "unrelated" while claiming quality gates passed.
randomm referenced this pull request in randomm/opencode Jan 9, 2026
* feat(#151): add directory-scoped conditional rules system
* fix(#151): exclude README from rules glob pattern
randomm referenced this pull request in randomm/opencode Jan 9, 2026
bussard76 pushed a commit to bussard76/openwork that referenced this pull request May 12, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@gjtiquia@thdxr