-
-
Notifications
You must be signed in to change notification settings - Fork 4
chore: Create zizmor.yml #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
dcec15d
bd: backup 2026-03-04 22:34
ocean 583225b
chore: update beads gitignore patterns for v0.59.0
ocean aafc076
chore: update beads gitignore patterns for v0.59.0
ocean 199a298
Merge branch 'main' into dev
ocean 8de2fb0
chore: Create zizmor.yml
ocean 5f2f172
security: apply zizmor GitHub Actions security improvements
claude 744e03b
chore(security): Add default days for package update cooldown per Ziz…
ocean 25611c0
chore(security): Add environment for running Turos remote tests to sc…
ocean 933ca89
chore(security): Add correct tags for actions/cache version
ocean 166dc9d
Merge pull request #88 from ocean/claude/zizmor-security-improvements…
ocean 33356fa
Merge branch 'main' into dev
ocean 3dd1088
chore: Add mise.toml for Erlang/Elixir version management
ocean 5a514cb
chore(ci): Replace erlef/setup-beam with mise and fix Turso env issue
ocean 50f2ace
chore: Exempt RUSTSEC-2026-0049 in cargo-deny (upstream libsql depend…
ocean File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,52 +1,51 @@ | ||
| # SQLite databases | ||
| *.db | ||
| *.db?* | ||
| *.db-journal | ||
| *.db-wal | ||
| *.db-shm | ||
| *.sqlite3 | ||
| # Dolt database (managed by Dolt, not git) | ||
| dolt/ | ||
| dolt-access.lock | ||
|
|
||
| # Daemon runtime files | ||
| daemon.lock | ||
| daemon.log | ||
| daemon-*.log.gz | ||
| daemon.pid | ||
| # Runtime files | ||
| bd.sock | ||
| bd.sock.startlock | ||
| sync-state.json | ||
| last-touched | ||
|
|
||
| # Local version tracking (prevents upgrade notification spam after git ops) | ||
| .local_version | ||
|
|
||
| # Legacy database files | ||
| db.sqlite | ||
| bd.db | ||
|
|
||
| # Worktree redirect file (contains relative path to main repo's .beads/) | ||
| # Must not be committed as paths would be wrong in other clones | ||
| redirect | ||
|
|
||
| # Merge artifacts (temporary files from 3-way merge) | ||
| beads.base.jsonl | ||
| beads.base.meta.json | ||
| beads.left.jsonl | ||
| beads.left.meta.json | ||
| beads.right.jsonl | ||
| beads.right.meta.json | ||
|
|
||
| # Sync state (local-only, per-machine) | ||
| # These files are machine-specific and should not be shared across clones | ||
| .sync.lock | ||
| .jsonl.lock | ||
| sync_base.jsonl | ||
| export-state/ | ||
|
|
||
| # Dolt database (managed by Dolt remotes, not git) | ||
| dolt/ | ||
| dolt-access.lock | ||
| # Ephemeral store (SQLite - wisps/molecules, intentionally not versioned) | ||
| ephemeral.sqlite3 | ||
| ephemeral.sqlite3-journal | ||
| ephemeral.sqlite3-wal | ||
| ephemeral.sqlite3-shm | ||
|
|
||
| # Dolt server management (auto-started by bd) | ||
| dolt-server.pid | ||
| dolt-server.log | ||
| dolt-server.lock | ||
| dolt-server.port | ||
| dolt-server.activity | ||
| dolt-monitor.pid | ||
|
|
||
| # NOTE: Do NOT add negation patterns (e.g., !issues.jsonl) here. | ||
| # They would override fork protection in .git/info/exclude, allowing | ||
| # contributors to accidentally commit upstream issue databases. | ||
| # The JSONL files (issues.jsonl, interactions.jsonl) and config files | ||
| # are tracked by git by default since no pattern above ignores them. | ||
| # Backup data (auto-exported JSONL, local-only) | ||
| backup/ | ||
|
|
||
| # Legacy files (from pre-Dolt versions) | ||
| *.db | ||
| *.db?* | ||
| *.db-journal | ||
| *.db-wal | ||
| *.db-shm | ||
| db.sqlite | ||
| bd.db | ||
| # NOTE: Do NOT add negation patterns here. | ||
| # 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. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "last_dolt_commit": "fit9rrh4oo30fkpqacfa5i999p582hrc", | ||
| "last_event_id": 0, | ||
| "timestamp": "2026-03-06T07:05:13.345572Z", | ||
| "counts": { | ||
| "issues": 111, | ||
| "events": 0, | ||
| "comments": 0, | ||
| "dependencies": 14, | ||
| "labels": 4, | ||
| "config": 13 | ||
| } | ||
| } |
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| {"key":"auto_compact_enabled","value":"false"} | ||
| {"key":"compact_batch_size","value":"50"} | ||
| {"key":"compact_model","value":"claude-haiku-4-5-20251001"} | ||
| {"key":"compact_parallel_workers","value":"5"} | ||
| {"key":"compact_tier1_days","value":"30"} | ||
| {"key":"compact_tier1_dep_levels","value":"2"} | ||
| {"key":"compact_tier2_commits","value":"100"} | ||
| {"key":"compact_tier2_days","value":"90"} | ||
| {"key":"compact_tier2_dep_levels","value":"5"} | ||
| {"key":"compaction_enabled","value":"false"} | ||
| {"key":"issue_prefix","value":"el"} | ||
| {"key":"schema_version","value":"6"} | ||
| {"key":"types.custom","value":"molecule,gate,convoy,merge-request,slot,agent,role,rig,message"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| {"created_at":"2026-02-16T15:38:03Z","created_by":"import","depends_on_id":"el-713","issue_id":"el-713.1","type":"parent-child"} | ||
| {"created_at":"2026-02-16T15:38:03Z","created_by":"import","depends_on_id":"el-713","issue_id":"el-713.2","type":"parent-child"} | ||
| {"created_at":"2026-02-16T15:38:03Z","created_by":"import","depends_on_id":"el-713","issue_id":"el-713.3","type":"parent-child"} | ||
| {"created_at":"2026-02-16T15:38:03Z","created_by":"import","depends_on_id":"el-713","issue_id":"el-713.4","type":"parent-child"} | ||
| {"created_at":"2026-02-16T15:38:03Z","created_by":"import","depends_on_id":"el-713","issue_id":"el-713.5","type":"parent-child"} | ||
| {"created_at":"2026-02-16T15:38:03Z","created_by":"import","depends_on_id":"el-713","issue_id":"el-713.6","type":"parent-child"} | ||
| {"created_at":"2026-02-16T15:38:03Z","created_by":"import","depends_on_id":"el-6yg","issue_id":"el-8wn","type":"blocks"} | ||
| {"created_at":"2026-02-16T15:38:03Z","created_by":"import","depends_on_id":"el-oxv","issue_id":"el-8wn","type":"blocks"} | ||
| {"created_at":"2026-02-16T15:38:03Z","created_by":"import","depends_on_id":"el-6yg","issue_id":"el-dcb","type":"blocks"} | ||
| {"created_at":"2026-02-16T15:38:03Z","created_by":"import","depends_on_id":"el-oxv","issue_id":"el-dcb","type":"blocks"} | ||
| {"created_at":"2026-02-16T15:38:03Z","created_by":"import","depends_on_id":"el-5mr","issue_id":"el-e9r","type":"blocks"} | ||
| {"created_at":"2026-02-16T15:38:03Z","created_by":"import","depends_on_id":"el-ffc","issue_id":"el-ffc.1","type":"parent-child"} | ||
| {"created_at":"2026-02-16T15:38:03Z","created_by":"import","depends_on_id":"el-5mr","issue_id":"el-gwo","type":"blocks"} | ||
| {"created_at":"2026-02-16T15:38:03Z","created_by":"import","depends_on_id":"el-5mr","issue_id":"el-pre","type":"blocks"} |
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| {"issue_id":"el-ffc","label":"status:in-progress"} | ||
| {"issue_id":"el-yr6","label":"security"} | ||
| {"issue_id":"el-yr6","label":"testing"} | ||
| {"issue_id":"el-yr6","label":"tests"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
backup/being ignored conflicts with the tracked files added in this PR.Git ignore rules do not apply to files already in the index, so the new
.beads/backup/*.jsonlandbackup_state.jsonfiles will still churn on every local export. Either untrack this directory or move any canonical seed data to a non-backup path before merging.🤖 Prompt for AI Agents