From dbd6803623692b6c4943ab38ec363c0f8cadb104 Mon Sep 17 00:00:00 2001 From: sudacode Date: Fri, 6 Mar 2026 16:42:42 -0800 Subject: [PATCH] chore: update acknowledgments and fix config quote style --- AGENTS.md | 2 +- README.md | 2 +- backlog/config.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 1b3f6b5..b905b00 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,3 +1,4 @@ + @@ -16,7 +17,6 @@ This project uses Backlog.md MCP for all task and project management activities. - **When to read it**: BEFORE creating tasks, or when you're unsure whether to track work These guides cover: - - Decision framework for when to create tasks - Search-first workflow to avoid duplicates - Links to detailed guides for task creation, execution, and finalization diff --git a/README.md b/README.md index 6dfcf67..9402549 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ The Bun-managed discovery lanes intentionally exclude a small set of suites that ## Acknowledgments -Built on the shoulders of [GameSentenceMiner](https://github.com/bpwhelan/GameSentenceMiner), [texthooker-ui](https://github.com/Renji-XD/texthooker-ui), [mpvacious](https://github.com/Ajatt-Tools/mpvacious), [Anacreon-Script](https://github.com/friedrich-de/Anacreon-Script), and [autosubsync-mpv](https://github.com/joaquintorres/autosubsync-mpv). Subtitles powered by [Jimaku.cc](https://jimaku.cc). Dictionary lookups via [Yomitan](https://github.com/yomidevs/yomitan). +Built on the shoulders of [GameSentenceMiner](https://github.com/bpwhelan/GameSentenceMiner), [Renji's Texthooker Page](https://github.com/Renji-XD/texthooker-ui), [mpvacious](https://github.com/Ajatt-Tools/mpvacious), [Anacreon-Script](https://github.com/friedrich-de/Anacreon-Script), and [Bee's Character Dictionary](https://github.com/bee-san/Japanese_Character_Name_Dictionary). Subtitles powered by [Jimaku.cc](https://jimaku.cc). Dictionary lookups via [Yomitan](https://github.com/yomidevs/yomitan). ## License diff --git a/backlog/config.yml b/backlog/config.yml index f0233bb..cf450d5 100644 --- a/backlog/config.yml +++ b/backlog/config.yml @@ -1,11 +1,11 @@ -project_name: 'SubMiner' -default_status: 'To Do' -statuses: ['To Do', 'In Progress', 'Done'] +project_name: "SubMiner" +default_status: "To Do" +statuses: ["To Do", "In Progress", "Done"] labels: [] definition_of_done: [] date_format: yyyy-mm-dd max_column_width: 20 -default_editor: 'nvim' +default_editor: "nvim" auto_open_browser: false default_port: 6420 remote_operations: true @@ -13,4 +13,4 @@ auto_commit: false bypass_git_hooks: false check_active_branches: true active_branch_days: 30 -task_prefix: 'task' +task_prefix: "task"