{"id":50117810,"url":"https://github.com/kurone-kito/bmemb","last_synced_at":"2026-05-23T16:04:23.704Z","repository":{"id":358362290,"uuid":"1236727093","full_name":"kurone-kito/bmemb","owner":"kurone-kito","description":"🎹 we want to create a BMS lib; since 2026.5","archived":false,"fork":false,"pushed_at":"2026-05-17T02:33:29.000Z","size":242,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-17T02:50:04.821Z","etag":null,"topics":["empty","yet"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kurone-kito.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.ja.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.ja.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","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":{"github":"kurone-kito"}},"created_at":"2026-05-12T14:12:32.000Z","updated_at":"2026-05-17T02:33:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kurone-kito/bmemb","commit_stats":null,"previous_names":["kurone-kito/bmemb"],"tags_count":null,"template":false,"template_full_name":"kurone-kito/template","purl":"pkg:github/kurone-kito/bmemb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurone-kito%2Fbmemb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurone-kito%2Fbmemb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurone-kito%2Fbmemb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurone-kito%2Fbmemb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kurone-kito","download_url":"https://codeload.github.com/kurone-kito/bmemb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurone-kito%2Fbmemb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33402174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: 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":["empty","yet"],"created_at":"2026-05-23T16:04:12.912Z","updated_at":"2026-05-23T16:04:23.692Z","avatar_url":"https://github.com/kurone-kito.png","language":null,"funding_links":["https://github.com/sponsors/kurone-kito"],"categories":[],"sub_categories":[],"readme":"# 📄 Generic repository template\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)\n[![Linting](https://github.com/kurone-kito/template/actions/workflows/lint.yml/badge.svg)](https://github.com/kurone-kito/template/actions/workflows/lint.yml)\n[![CodeRabbit](https://img.shields.io/badge/review-CodeRabbit-green?logo=coderabbit)](https://www.coderabbit.ai/)\n\nA language-agnostic project template designed as the root of a hierarchy\nof derived templates.\n\n## Features\n\n- AI agent guidance with a Copilot-first compatibility layout\n  ([GitHub Copilot canonical guide](.github/copilot-instructions.md),\n  [OpenAI Codex adapter](AGENTS.md),\n  [Claude Code adapter](CLAUDE.md),\n  [Gemini CLI adapter](GEMINI.md),\n  [strategy notes](docs/ai-strategy.md))\n- CI/CD\n  - [CodeRabbit](https://www.coderabbit.ai/)\n  - [ImgBot](https://imgbot.net/)\n  - Linting on GitHub Actions\n  - Stale issues and pull requests management on GitHub Actions\n- [Conventional Commits](https://www.conventionalcommits.org/)\n- Documents for GitHub\n- Git attributes\n- Linters\n  - [CSpell](https://cspell.org/)\n  - [EditorConfig](https://editorconfig.org/)\n  - [MarkdownLint](https://github.com/DavidAnson/markdownlint)\n\n### Recommended NeoVim / Vim plugins\n\n- [editorconfig-vim](https://github.com/editorconfig/editorconfig-vim) —\n  EditorConfig support\n- [cspell.nvim](https://github.com/davidmh/cspell.nvim) — CSpell\n  integration for NeoVim (via null-ls / none-ls)\n\n## Using this template\n\n1. Click \"Use this template\" on GitHub to create your repository.\n2. Replace the LICENSE file if you prefer a different license.\n3. Review workflows under `.github/workflows` and adjust them to your needs.\n4. Customize the configuration files:\n   - `.editorconfig` sets editor rules.\n   - `.gitattributes` manages line ending normalization and export rules.\n   - `.imgbotconfig` controls image optimization.\n   - `.markdownlint.yml` and `.markdownlint-cli2.yaml` define Markdown\n     lint rules.\n   - `.cspell.config.yml` configures spell checking.\n   - `.coderabbit.yaml` contains CodeRabbit settings.\n   - `.vscode/` provides recommended settings for VS Code.\n5. Update documents in `.github/` such as CONTRIBUTING.md to match your\n   policies.\n6. Review `docs/ai-strategy.md`, then update `AGENTS.md`,\n   `CLAUDE.md`, `GEMINI.md`, and `.github/copilot-instructions.md` to\n   reflect your project specifics and preferred tooling order.\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurone-kito%2Fbmemb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkurone-kito%2Fbmemb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurone-kito%2Fbmemb/lists"}