{"id":44578439,"url":"https://github.com/sphildreth/decentdb","last_synced_at":"2026-05-18T23:04:37.606Z","repository":{"id":346779116,"uuid":"1188711197","full_name":"sphildreth/decentdb","owner":"sphildreth","description":"ACID first. Everything else… eventually.","archived":false,"fork":false,"pushed_at":"2026-03-26T12:11:38.000Z","size":12334,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-26T13:59:43.436Z","etag":null,"topics":["dapper-donet-core","database","database-engine","decentdb","embedded-database","nodejs","rust","rust-language","sql","sqlalchemy","sqlalchemy-orm"],"latest_commit_sha":null,"homepage":"https://decentdb.org","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sphildreth.png","metadata":{"files":{"readme":".github/README-AGENTS.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"ko_fi":"sphildreth"}},"created_at":"2026-03-22T13:34:08.000Z","updated_at":"2026-03-26T12:11:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sphildreth/decentdb","commit_stats":null,"previous_names":["sphildreth/decentdb"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sphildreth/decentdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphildreth%2Fdecentdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphildreth%2Fdecentdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphildreth%2Fdecentdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphildreth%2Fdecentdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphildreth","download_url":"https://codeload.github.com/sphildreth/decentdb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphildreth%2Fdecentdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31315999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dapper-donet-core","database","database-engine","decentdb","embedded-database","nodejs","rust","rust-language","sql","sqlalchemy","sqlalchemy-orm"],"created_at":"2026-02-14T05:38:23.328Z","updated_at":"2026-04-02T20:36:54.220Z","avatar_url":"https://github.com/sphildreth.png","language":"Rust","funding_links":["https://ko-fi.com/sphildreth"],"categories":[],"sub_categories":[],"readme":"# DecentDB Agent Customizations\n\nThis directory contains workspace-level customizations for coding agents working in DecentDB.\n\nUse these files for different scopes of guidance.\n\n## Quick Decision Guide\n\nUse the always-on Rust instructions when:\n\n- you are editing Rust files and want repository rules to apply automatically\n- you need baseline constraints around safety, ABI stability, ownership, testing, and dependency discipline\n\nUse the Rust skill when:\n\n- the task is specifically about generating, refactoring, reviewing, or debugging Rust code\n- you want a deeper workflow with references for errors, async, FFI, performance, and testing\n\nUse a Rust prompt when:\n\n- you want a focused entry point for one kind of task such as implementation, review, or debugging\n- you want to steer the agent into a specific workflow immediately from chat\n\n## What Lives Where\n\n### Always-On Instructions\n\n- [instructions/rust.instructions.md](./instructions/rust.instructions.md)\n\nThis file applies to `**/*.rs` and gives repository-specific defaults for Rust work.\n\nIt is the right place for rules that should always be active during Rust edits.\n\n### Rust Skill\n\n- [skills/rust-code-generation/SKILL.md](./skills/rust-code-generation/SKILL.md)\n\nThis is the on-demand Rust workflow.\n\nIt is the right place for:\n\n- implementation and refactoring guidance\n- review guidance\n- validation expectations\n- references that should load only when relevant\n\nSkill references:\n\n- [skills/rust-code-generation/references/errors.md](./skills/rust-code-generation/references/errors.md)\n- [skills/rust-code-generation/references/async.md](./skills/rust-code-generation/references/async.md)\n- [skills/rust-code-generation/references/ffi.md](./skills/rust-code-generation/references/ffi.md)\n- [skills/rust-code-generation/references/performance.md](./skills/rust-code-generation/references/performance.md)\n- [skills/rust-code-generation/references/testing.md](./skills/rust-code-generation/references/testing.md)\n\n### Rust Prompts\n\n- [prompts/implement-rust-feature.prompt.md](./prompts/implement-rust-feature.prompt.md)\n- [prompts/review-rust-change.prompt.md](./prompts/review-rust-change.prompt.md)\n- [prompts/debug-rust-failure.prompt.md](./prompts/debug-rust-failure.prompt.md)\n\nUse these when you want a task-specific slash-command style entry point.\n\nPrompt selection:\n\n- `Implement Rust Feature`: make or refactor a Rust change\n- `Review Rust Change`: review Rust code for bugs, regressions, and validation gaps\n- `Debug Rust Failure`: fix compiler errors, borrow checker problems, clippy failures, or failing tests\n\n## How They Work Together\n\nFor normal Rust editing:\n\n1. The Rust instructions file auto-applies because the target file matches `**/*.rs`.\n2. If the task clearly matches Rust code generation or review work, the Rust skill can also load.\n3. If you start from a prompt, the prompt gives the agent a focused workflow and points it at the Rust skill and references.\n\nThat means:\n\n- instructions provide baseline guardrails\n- the skill provides the deeper Rust workflow\n- prompts provide task-shaped entry points\n\n## Related Repository Rules\n\nThese files still remain authoritative for broader repository behavior:\n\n- [copilot-instructions.md](./copilot-instructions.md)\n- [../AGENTS.md](../AGENTS.md)\n\nUse those for repository-wide engineering standards. Use the Rust customizations here for Rust-specific agent behavior.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsphildreth%2Fdecentdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsphildreth%2Fdecentdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsphildreth%2Fdecentdb/lists"}