opencode-swarm-plugin 0.22.0 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +9 -0
- package/CHANGELOG.md +12 -0
- package/README.md +109 -429
- package/dist/agent-mail.d.ts +480 -0
- package/dist/agent-mail.d.ts.map +1 -0
- package/dist/anti-patterns.d.ts +257 -0
- package/dist/anti-patterns.d.ts.map +1 -0
- package/dist/beads.d.ts +377 -0
- package/dist/beads.d.ts.map +1 -0
- package/dist/eval-capture.d.ts +206 -0
- package/dist/eval-capture.d.ts.map +1 -0
- package/dist/index.d.ts +1299 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +498 -4246
- package/dist/learning.d.ts +670 -0
- package/dist/learning.d.ts.map +1 -0
- package/dist/mandate-promotion.d.ts +93 -0
- package/dist/mandate-promotion.d.ts.map +1 -0
- package/dist/mandate-storage.d.ts +209 -0
- package/dist/mandate-storage.d.ts.map +1 -0
- package/dist/mandates.d.ts +230 -0
- package/dist/mandates.d.ts.map +1 -0
- package/dist/output-guardrails.d.ts +125 -0
- package/dist/output-guardrails.d.ts.map +1 -0
- package/dist/pattern-maturity.d.ts +246 -0
- package/dist/pattern-maturity.d.ts.map +1 -0
- package/dist/plugin.d.ts +22 -0
- package/dist/plugin.d.ts.map +1 -0
- package/dist/plugin.js +493 -4241
- package/dist/rate-limiter.d.ts +218 -0
- package/dist/rate-limiter.d.ts.map +1 -0
- package/dist/repo-crawl.d.ts +146 -0
- package/dist/repo-crawl.d.ts.map +1 -0
- package/dist/schemas/bead.d.ts +255 -0
- package/dist/schemas/bead.d.ts.map +1 -0
- package/dist/schemas/evaluation.d.ts +161 -0
- package/dist/schemas/evaluation.d.ts.map +1 -0
- package/dist/schemas/index.d.ts +34 -0
- package/dist/schemas/index.d.ts.map +1 -0
- package/dist/schemas/mandate.d.ts +336 -0
- package/dist/schemas/mandate.d.ts.map +1 -0
- package/dist/schemas/swarm-context.d.ts +131 -0
- package/dist/schemas/swarm-context.d.ts.map +1 -0
- package/dist/schemas/task.d.ts +188 -0
- package/dist/schemas/task.d.ts.map +1 -0
- package/dist/skills.d.ts +471 -0
- package/dist/skills.d.ts.map +1 -0
- package/dist/storage.d.ts +260 -0
- package/dist/storage.d.ts.map +1 -0
- package/dist/structured.d.ts +196 -0
- package/dist/structured.d.ts.map +1 -0
- package/dist/swarm-decompose.d.ts +201 -0
- package/dist/swarm-decompose.d.ts.map +1 -0
- package/dist/swarm-mail.d.ts +240 -0
- package/dist/swarm-mail.d.ts.map +1 -0
- package/dist/swarm-orchestrate.d.ts +708 -0
- package/dist/swarm-orchestrate.d.ts.map +1 -0
- package/dist/swarm-prompts.d.ts +292 -0
- package/dist/swarm-prompts.d.ts.map +1 -0
- package/dist/swarm-strategies.d.ts +100 -0
- package/dist/swarm-strategies.d.ts.map +1 -0
- package/dist/swarm.d.ts +455 -0
- package/dist/swarm.d.ts.map +1 -0
- package/dist/tool-availability.d.ts +91 -0
- package/dist/tool-availability.d.ts.map +1 -0
- package/docs/planning/ADR-001-monorepo-structure.md +171 -0
- package/docs/planning/ADR-002-package-extraction.md +393 -0
- package/docs/planning/ADR-003-performance-improvements.md +451 -0
- package/docs/planning/ADR-004-message-queue-features.md +187 -0
- package/docs/planning/ADR-005-devtools-observability.md +202 -0
- package/docs/planning/ROADMAP.md +368 -0
- package/package.json +13 -24
- package/src/agent-mail.ts +1 -1
- package/src/beads.ts +1 -2
- package/src/index.ts +2 -2
- package/src/learning.integration.test.ts +66 -11
- package/src/mandate-storage.test.ts +3 -3
- package/src/storage.ts +78 -10
- package/src/swarm-mail.ts +3 -3
- package/src/swarm-orchestrate.ts +7 -7
- package/src/tool-availability.ts +1 -1
- package/tsconfig.json +1 -1
- package/.beads/.local_version +0 -1
- package/.beads/README.md +0 -81
- package/.beads/analysis/skill-architecture-meta-skills.md +0 -1562
- package/.beads/config.yaml +0 -62
- package/.beads/issues.jsonl +0 -2197
- package/.beads/metadata.json +0 -4
- package/.gitattributes +0 -3
- package/.github/workflows/ci.yml +0 -30
- package/.github/workflows/opencode.yml +0 -31
- package/.opencode/skills/tdd/SKILL.md +0 -182
- package/INTEGRATION_EXAMPLE.md +0 -66
- package/VERIFICATION_QUALITY_PATTERNS.md +0 -565
- package/bun.lock +0 -286
- package/dist/pglite.data +0 -0
- package/dist/pglite.wasm +0 -0
- package/src/streams/agent-mail.test.ts +0 -777
- package/src/streams/agent-mail.ts +0 -535
- package/src/streams/debug.test.ts +0 -500
- package/src/streams/debug.ts +0 -727
- package/src/streams/effect/ask.integration.test.ts +0 -314
- package/src/streams/effect/ask.ts +0 -202
- package/src/streams/effect/cursor.integration.test.ts +0 -418
- package/src/streams/effect/cursor.ts +0 -288
- package/src/streams/effect/deferred.test.ts +0 -357
- package/src/streams/effect/deferred.ts +0 -445
- package/src/streams/effect/index.ts +0 -17
- package/src/streams/effect/layers.ts +0 -73
- package/src/streams/effect/lock.test.ts +0 -385
- package/src/streams/effect/lock.ts +0 -399
- package/src/streams/effect/mailbox.test.ts +0 -260
- package/src/streams/effect/mailbox.ts +0 -318
- package/src/streams/events.test.ts +0 -924
- package/src/streams/events.ts +0 -329
- package/src/streams/index.test.ts +0 -229
- package/src/streams/index.ts +0 -578
- package/src/streams/migrations.test.ts +0 -359
- package/src/streams/migrations.ts +0 -362
- package/src/streams/projections.test.ts +0 -611
- package/src/streams/projections.ts +0 -504
- package/src/streams/store.integration.test.ts +0 -658
- package/src/streams/store.ts +0 -1075
- package/src/streams/swarm-mail.ts +0 -552
- package/test-bug-fixes.ts +0 -86
- package/vitest.integration.config.ts +0 -19
- package/vitest.integration.setup.ts +0 -48
- package/workflow-integration-analysis.md +0 -876
package/.beads/config.yaml
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
# Beads Configuration File
|
|
2
|
-
# This file configures default behavior for all bd commands in this repository
|
|
3
|
-
# All settings can also be set via environment variables (BD_* prefix)
|
|
4
|
-
# or overridden with command-line flags
|
|
5
|
-
|
|
6
|
-
# Issue prefix for this repository (used by bd init)
|
|
7
|
-
# If not set, bd init will auto-detect from directory name
|
|
8
|
-
# Example: issue-prefix: "myproject" creates issues like "myproject-1", "myproject-2", etc.
|
|
9
|
-
# issue-prefix: ""
|
|
10
|
-
|
|
11
|
-
# Use no-db mode: load from JSONL, no SQLite, write back after each command
|
|
12
|
-
# When true, bd will use .beads/issues.jsonl as the source of truth
|
|
13
|
-
# instead of SQLite database
|
|
14
|
-
# no-db: false
|
|
15
|
-
|
|
16
|
-
# Disable daemon for RPC communication (forces direct database access)
|
|
17
|
-
# no-daemon: false
|
|
18
|
-
|
|
19
|
-
# Disable auto-flush of database to JSONL after mutations
|
|
20
|
-
# no-auto-flush: false
|
|
21
|
-
|
|
22
|
-
# Disable auto-import from JSONL when it's newer than database
|
|
23
|
-
# no-auto-import: false
|
|
24
|
-
|
|
25
|
-
# Enable JSON output by default
|
|
26
|
-
# json: false
|
|
27
|
-
|
|
28
|
-
# Default actor for audit trails (overridden by BD_ACTOR or --actor)
|
|
29
|
-
# actor: ""
|
|
30
|
-
|
|
31
|
-
# Path to database (overridden by BEADS_DB or --db)
|
|
32
|
-
# db: ""
|
|
33
|
-
|
|
34
|
-
# Auto-start daemon if not running (can also use BEADS_AUTO_START_DAEMON)
|
|
35
|
-
# auto-start-daemon: true
|
|
36
|
-
|
|
37
|
-
# Debounce interval for auto-flush (can also use BEADS_FLUSH_DEBOUNCE)
|
|
38
|
-
# flush-debounce: "5s"
|
|
39
|
-
|
|
40
|
-
# Git branch for beads commits (bd sync will commit to this branch)
|
|
41
|
-
# IMPORTANT: Set this for team projects so all clones use the same sync branch.
|
|
42
|
-
# This setting persists across clones (unlike database config which is gitignored).
|
|
43
|
-
# Can also use BEADS_SYNC_BRANCH env var for local override.
|
|
44
|
-
# If not set, bd sync will require you to run 'bd config set sync.branch <branch>'.
|
|
45
|
-
# sync-branch: "beads-sync"
|
|
46
|
-
|
|
47
|
-
# Multi-repo configuration (experimental - bd-307)
|
|
48
|
-
# Allows hydrating from multiple repositories and routing writes to the correct JSONL
|
|
49
|
-
# repos:
|
|
50
|
-
# primary: "." # Primary repo (where this database lives)
|
|
51
|
-
# additional: # Additional repos to hydrate from (read-only)
|
|
52
|
-
# - ~/beads-planning # Personal planning repo
|
|
53
|
-
# - ~/work-planning # Work planning repo
|
|
54
|
-
|
|
55
|
-
# Integration settings (access with 'bd config get/set')
|
|
56
|
-
# These are stored in the database, not in this file:
|
|
57
|
-
# - jira.url
|
|
58
|
-
# - jira.project
|
|
59
|
-
# - linear.url
|
|
60
|
-
# - linear.api-key
|
|
61
|
-
# - github.org
|
|
62
|
-
# - github.repo
|