-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathllms.txt
More file actions
26 lines (17 loc) · 1.2 KB
/
Copy pathllms.txt
File metadata and controls
26 lines (17 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!--
DO NOT EDIT: generated by `node scripts/generate-doc-artifacts.mjs`.
-->
# scheduling-kit
> Backend-agnostic scheduling library with Effect-powered orchestration, Svelte checkout components, scheduling adapters, and Bazel-backed package artifact checks.
This repository keeps pnpm as the local package-manager and script interface while Bazel defines and builds the publishable package artifact used by CI.
## Docs
- [Docs home](docs/index.md): Repo scope, ownership boundaries, and navigation.
- [Build and release](docs/build-and-release.md): Fresh-machine bootstrap, Bazel/Nix usage, and release hygiene.
- [Testing](docs/testing.md): Actual test layout, commands, and Effect-based helper patterns.
- [Tracing](docs/tracing.md): Cassette recording and replay details.
## Generated Reference
- [Package surface](docs/generated/package-surface.md): Export map, source inventory, and script entry points derived from repo files.
- [Release metadata](docs/generated/release-metadata.md): Version, workflow, and publish metadata derived from repo files.
## Optional
- [README](README.md): Package overview and usage examples.
- [AGENTS](AGENTS.md): Operator runbook and repo boundaries for AI agents and maintainers.