Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .beads/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ bd.db
# They would override fork protection in .git/info/exclude.
# Config files (metadata.json, config.yaml) are tracked by git by default
# since no pattern above ignores them.

# Added by bd (missing required patterns)
last_pull
15 changes: 11 additions & 4 deletions .beads/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# Issue prefix for this repository (used by bd init)
# If not set, bd init will auto-detect from directory name
# Example: issue-prefix: "myproject" creates issues like "myproject-1", "myproject-2", etc.
# issue-prefix: ""

# Use no-db mode: JSONL-only, no Dolt database
# When true, .beads/issues.jsonl is the only local store
# no-db: false
Expand Down Expand Up @@ -64,5 +62,14 @@
# Secret keys (stored in this file but prefer env vars to avoid git exposure):
# - linear.api_key → use LINEAR_API_KEY env var instead
# - github.token → use GITHUB_TOKEN env var instead

sync.remote: "git+https://github.com/aelefebv/lucida.git"
sync.remote: "git+https://github.com/aelefebv/lucida.git"
issue_prefix: luc
dolt.auto-start: false
dolt:
disable-event-flush: true
export.auto: false
backup.enabled: false
gc.endpoint_origin: inherited_city
gc.endpoint_status: verified
issue-prefix: luc
types.custom: molecule,convoy,message,event,gate,merge-request,agent,role,rig,session,spec,convergence,step
5 changes: 5 additions & 0 deletions .beads/identity.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# .beads/identity.toml — canonical, git-tracked.
# Edited only at scope creation or by deliberate human/`gc` migration.

[project]
id = "b14c78b1-d011-4407-902a-4bb979bc5895"
2 changes: 1 addition & 1 deletion .beads/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"database": "dolt",
"backend": "dolt",
"dolt_mode": "embedded",
"dolt_mode": "server",
"dolt_database": "lucida",
"project_id": "b14c78b1-d011-4407-902a-4bb979bc5895"
}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,7 @@ id_ed25519.*
*.db
.beads-credential-key
.beads/proxieddb/

# Gas City
.beads/*
!.beads/identity.toml
Loading