You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

opencode-bonfire

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opencode-bonfire

OpenCode forgets everything between sessions. Bonfire remembers.

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

opencode-bonfire

Bonfire

Pick up exactly where you left off. Bonfire maintains a living context document across AI coding sessions—read at start, updated at end.

Installation

Project install (recommended):

bunx opencode-bonfire install

Global install (available in all projects):

bunx opencode-bonfire install --global

What Gets Installed

ComponentDescription
9 Commands/bonfire-start, /bonfire-end, /bonfire-spec, /bonfire-strategic, /bonfire-document, /bonfire-review, /bonfire-review-pr, /bonfire-archive, /bonfire-configure
3 Agentscodebase-explorer, writer, work-reviewer
2 Skillsbonfire-context, archive-bonfire-awareness
1 PluginArchive suggestions + compaction context preservation
1 Toolbonfire for structured session data

Usage

/bonfire-start                      # Start session, scaffold if needed
/bonfire-end                        # Update context, commit changes
/bonfire-spec <topic>               # Create implementation spec
/bonfire-strategic <type> <topic>   # Create RFC, PRD, or POC
/bonfire-document <topic>           # Document a codebase topic
/bonfire-review                     # Find blindspots and gaps
/bonfire-review-pr <number>         # Review a GitHub PR
/bonfire-archive                    # Archive completed work
/bonfire-configure                  # Change project settings (git, linear)

How It Works

Bonfire creates a .bonfire/ directory in your project:

.bonfire/
├── index.md      # Living context document
├── config.json   # Project settings
├── archive/      # Completed work history
├── specs/        # Implementation specs
└── docs/         # Reference documentation

Start each session with /bonfire-start to read context. End with /bonfire-end to save progress.

Uninstall

bunx opencode-bonfire uninstall
# or
bunx opencode-bonfire uninstall --global

Note: Your .bonfire/ data is preserved during uninstall.

Compatibility

Bonfire uses the same .bonfire/ directory format as the Claude Code version. You can switch between platforms freely.

  • GitHub
  • Blog post

Bonfire animation by Jon Romero Ruiz.

Keywords

opencode

FAQs

Package last updated on 25 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts