klan1 / k1.lib-bootstrap
Bootstrap 5 components built on k1lib.html
1.1
2026-05-26 14:54 UTC
Requires
- php: ^8.2
- klan1/k1.lib-html: dev-master
This package is auto-updated.
Last update: 2026-05-28 22:31:10 UTC
README
Bootstrap 5 components built on k1lib.html
Requirements
- k1lib.html
- PHP 8.2+
Installation
composer require klan1/k1lib-bootstrap
Development with Opencode
This project uses opencode as the AI-assisted development tool.
Session Management
Opencode sessions capture the full development context (conversations, file changes, tool calls). For continuity across machines:
Export session:
opencode session list # List available sessions opencode export <session-id> > session-export.json # Export to JSON
Import and continue:
opencode import session-export.json # Import session opencode --continue # Resume the session
Typical Workflow
- Clone the repository
- Run
composer install - Start opencode:
opencodeoropencode . - Make changes and commit regularly
- Before switching machines, export the session
- On the new machine, import and continue with
--continue
License
Apache License Version 2.0