grid_runtime 0.1.2 copy "grid_runtime: ^0.1.2" to clipboard
grid_runtime: ^0.1.2 copied to clipboard

Runtime providers for the_grid — spawns and supervises a coding agent per ready bead, isolating each bead's work in a git worktree.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add grid_runtime

With Flutter:

 $ flutter pub add grid_runtime

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  grid_runtime: ^0.1.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:grid_runtime/grid_runtime.dart';
0
likes
150
points
613
downloads

Documentation

API reference

Publisher

verified publishermemento.engineering

Weekly Downloads

Runtime providers for the_grid — spawns and supervises a coding agent per ready bead, isolating each bead's work in a git worktree.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

beads_dart, freezed_annotation, json_annotation, meta, path

More

Packages that depend on grid_runtime