]> Piment Noir Git Repositories - poolifier.git/commit
chore: add opencode configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 1 Nov 2025 21:56:35 +0000 (22:56 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 1 Nov 2025 21:56:35 +0000 (22:56 +0100)
commita4d2e4e515c671a1666ee19f57c2e06e4e62726c
treee6323d0a3b3e476624e57b37c0f3d28252a5b0b9
parent07eafcea81101421342b63a8eb0a57d2ac533747
chore: add opencode configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
32 files changed:
.opencode/agent/review.md [new file with mode: 0644]
.opencode/command/format.md [new file with mode: 0644]
.opencode/command/test.md [new file with mode: 0644]
AGENTS.md [new file with mode: 0644]
benchmarks/worker-selection/least.mjs
benchmarks/worker-selection/round-robin.mjs
eslint.config.js
examples/javascript/multiFunctionWorker.mjs
examples/javascript/yourWorker.mjs
opencode.jsonc [new file with mode: 0644]
src/circular-buffer.ts
src/pools/abstract-pool.ts
src/pools/pool.ts
src/pools/selection-strategies/worker-choice-strategies-context.ts
src/pools/worker.ts
src/queues/abstract-fixed-queue.ts
src/queues/fixed-priority-queue.ts
src/queues/priority-queue.ts
src/queues/queue-types.ts
src/worker/abstract-worker.ts
tests/worker-files/cluster/asyncErrorWorker.cjs
tests/worker-files/cluster/asyncWorker.cjs
tests/worker-files/cluster/echoWorker.cjs
tests/worker-files/cluster/longRunningWorkerHardBehavior.cjs
tests/worker-files/cluster/longRunningWorkerSoftBehavior.cjs
tests/worker-files/cluster/testWorker.cjs
tests/worker-files/thread/asyncErrorWorker.mjs
tests/worker-files/thread/asyncWorker.mjs
tests/worker-files/thread/echoWorker.mjs
tests/worker-files/thread/longRunningWorkerHardBehavior.mjs
tests/worker-files/thread/longRunningWorkerSoftBehavior.mjs
tests/worker-files/thread/testWorker.mjs