Go Straightforward Web Application Development.

I'm Ryota Murakami who lives in Tokyo. Currently working as a freelance React/Node/TypeScript developer. Here is my independent OSS organization.

Personal photo showcasing development work
Creative coding project snapshot
Technology workspace environment
Software engineering collaboration
Programming achievement highlight

Github Feed

  1. @ryota-murakami ryota-murakami opened laststance/react-next-eslint-plugin#9 · November 8, 2025 15:30
    feat: dogfood plugin rules in ESLint configuration #9

    Summary

    Enables all plugin rules in the ESLint configuration to demonstrate proper usage and validate the plugin works when applied to itself ("dog…

    +18 -0
  2. @ryota-murakami ryota-murakami opened laststance/react-next-eslint-plugin#8 · November 8, 2025 15:23
    fix: add eslint.config.js for ESLint 9.0+ flat config #8

    Summary

    Fixes #1 by adding the missing ESLint configuration file required for ESLint 9.0+ flat config.

    Changes

    Added eslint.config.js

    • ESLint 9.0…
    +55 -6
  3. @ryota-murakami ryota-murakami commented on laststance/complete#2 · November 8, 2025 12:47
    ## 🔬 DIAGNOSTIC BUILD - Root Cause Investigation ### Analysis After 3 fixes, positioning is still incorrect. This suggests a fundamental **coordina…
  4. @ryota-murakami ryota-murakami opened an issue in laststance/react-next-eslint-plugin · November 8, 2025 11:40
    ⚪ [P3] Add TypeScript type definitions for the plugin #6
    ## Problem The plugin currently has no TypeScript type definitions (`.d.ts` files), which means: - TypeScript users don't get autocomplete/IntelliS…
  5. @ryota-murakami ryota-murakami opened an issue in laststance/react-next-eslint-plugin · November 8, 2025 11:39
    🟢 [P2] Expand test coverage with additional edge cases #5
    ## Problem While the plugin has 100% rule coverage (every rule has tests) and a 100% test pass rate (62/62 passing), there are opportunities to exp…
  6. @ryota-murakami ryota-murakami opened an issue in laststance/react-next-eslint-plugin · November 8, 2025 11:39
    🟢 [P2] Refactor complex rules and extract shared utilities #4
    ## Problem Several rules have grown complex and contain duplicated code that could be extracted into shared utilities. This affects maintainability…
  7. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/react-next-eslint-plugin · November 8, 2025 11:38
    🟡 [P1] Add JSDoc comments to complex rule implementations #3
    ## Problem Several rule implementations lack inline documentation and JSDoc comments, making it difficult for contributors to understand complex lo…
  8. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/react-next-eslint-plugin · November 8, 2025 11:38
    🟡 [P1] Add JSDoc comments to complex rule implementations #3
    ## Problem Several rule implementations lack inline documentation and JSDoc comments, making it difficult for contributors to understand complex lo…
  9. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/react-next-eslint-plugin · November 8, 2025 11:38
    🟡 [P1] Add JSDoc comments to complex rule implementations #3
    ## Problem Several rule implementations lack inline documentation and JSDoc comments, making it difficult for contributors to understand complex lo…
  10. @ryota-murakami ryota-murakami opened an issue in laststance/react-next-eslint-plugin · November 8, 2025 11:38
    🟡 [P1] Add JSDoc comments to complex rule implementations #3
    ## Problem Several rule implementations lack inline documentation and JSDoc comments, making it difficult for contributors to understand complex lo…
  11. @ryota-murakami ryota-murakami opened an issue in laststance/react-next-eslint-plugin · November 8, 2025 11:37
    🟡 [P1] Create docs/ directory structure for rule documentation #2
    ## Problem The `package.json` file references a `docs/` directory in the files array, but this directory does not exist: ```json "files": [ "index.…
  12. @ryota-murakami ryota-murakami opened an issue in laststance/react-next-eslint-plugin · November 8, 2025 11:37
    🔴 [P0] Missing eslint.config.js - lint script fails #1
    ## Problem The `pnpm lint` script currently fails because there is no ESLint configuration file: ```bash $ pnpm lint ESLint couldn't find an eslint…
  13. @ryota-murakami ryota-murakami commented on laststance/complete#2 · November 8, 2025 08:01
    ## ✅ FINAL FIX - Actual Cursor Position Detection ### Issue Analysis from Screenshots Image #1 (TextEdit): Popup appeared correctly Image #2 (Brows…
  14. @ryota-murakami ryota-murakami commented on laststance/complete#2 · November 8, 2025 07:54
    ## ✅ Second Fix - Cursor Alignment ### Additional Issue Found The popup was still positioned incorrectly because: 1. **Horizontal offset**: Added 1…
  15. @ryota-murakami ryota-murakami starred francoismassart/eslint-plugin-tailwindcss · November 8, 2025 07:24

    ESLint plugin for Tailwind CSS usage

    JavaScript 2k 1 issue needs help Updated Sep 15

  16. @ryota-murakami ryota-murakami closed an issue in laststance/complete · November 8, 2025 07:09
    Popup position is wrong #2
    # Current Fix to like this
    5 comments
  17. @ryota-murakami ryota-murakami commented on laststance/complete#2 · November 8, 2025 07:09
    Fixed in commit 25f13f9. The popup window now displays as a narrow vertical list with dynamic sizing based on completion count.
  18. @ryota-murakami ryota-murakami commented on laststance/complete#2 · November 8, 2025 07:09
    ## ✅ Fixed - Popup Position and Layout Issue ### Root Cause Analysis The popup was displaying as a wide horizontal window (300x400) instead of a na…
  19. @ryota-murakami ryota-murakami closed an issue in laststance/complete · November 8, 2025 07:03
    Crash app show complete popup soon #1
    error log ``` ~/l/complete (main|✔) $ swift run warning: 'complete': found 1 file(s) which are unhandled; explicitly declare them as resources or e…
    1 comment
  20. @ryota-murakami ryota-murakami pushed to laststance/complete · November 8, 2025 15:03
    1 commit to main
    • @ryota-murakami 25f13f9
      fix: prevent crash from negative suffix/prefix in text insertion (#1)
  21. @ryota-murakami ryota-murakami opened an issue in laststance/complete · November 8, 2025 07:02
    Popup position is wrong #2
    # Current Fix to like this
    5 comments
  22. @ryota-murakami ryota-murakami commented on laststance/complete#1 · November 8, 2025 06:26
    ## ✅ Issue Fixed **Root Cause**: Missing bounds validation in `AccessibilityManager.swift` caused negative values to be passed to `suffix()` method…
  23. @ryota-murakami ryota-murakami opened an issue in laststance/complete · November 8, 2025 06:21
    Crash app show complete popup soon #1
    error log ``` ~/l/complete (main|✔) $ swift run warning: 'complete': found 1 file(s) which are unhandled; explicitly declare them as resources or e…
    1 comment
  24. @ryota-murakami ryota-murakami created a branch in laststance/complete · November 8, 2025 14:17
  25. @ryota-murakami ryota-murakami starred swiftlang/swift · November 8, 2025 03:45

    The Swift Programming Language

    C++ 69.3k Updated Nov 8

  26. Bug Fixes

    • Fix ENOENT error: Converted file operations to promise-based approach to resolve ENOENT errors during installation
      • Updated bin/cli.js to use promise-based file operations
      • Fixed .husky/p…
    Read more
  27. @ryota-murakami ryota-murakami starred DVDTSB/hexhog · November 8, 2025 01:33

    hex viewer/editor

    Rust 152 Updated Nov 6

  28. @ryota-murakami ryota-murakami starred CrociDB/bulletty · November 8, 2025 01:03

    bulletty is a pretty feed reader for the terminal that stores the articles as Markdown

    Rust 185 1 issue needs help Updated Nov 8

  29. @ryota-murakami ryota-murakami deleted branch refs/heads/fix/app-crash in laststance/diff-view · November 8, 2025 01:59

    Updated Nov 8

  30. @ryota-murakami ryota-murakami pushed to laststance/diff-view · November 8, 2025 01:59
    1 commit to main
    • @ryota-murakami ab0a666
      fix: E2Eテストで詳細なエラーメッセージを取得できるように修正 (#4)
  31. @ryota-murakami ryota-murakami starred marticliment/UniGetUI · November 7, 2025 17:51

    UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers

    C# 19.1k Updated Nov 9

  32. @ryota-murakami ryota-murakami pushed to laststance/diff-view · November 8, 2025 01:50
    1 commit to fix/app-crash
    • @ryota-murakami 584daff
      fix: Optimize large content test to avoid timeout
  33. @ryota-murakami ryota-murakami pushed to ryota-murakami/react-experimental-workspace · November 8, 2025 01:42
    1 commit to main
    • @ryota-murakami 8206886
      chore: update dependencies in package.json
  34. @ryota-murakami ryota-murakami pushed to ryota-murakami/react-experimental-workspace · November 8, 2025 01:40
    1 commit to main
    • @ryota-murakami d58f26b
      Implement Mixi API routes and integrate Mixi page into the application
  35. @ryota-murakami ryota-murakami pushed to laststance/diff-view · November 8, 2025 01:39
    1 commit to fix/app-crash
    • @ryota-murakami 5cd8c23
      fix: Explicitly set split view mode at start of view toggle tests
  36. @ryota-murakami ryota-murakami pushed to laststance/diff-view · November 8, 2025 01:27
    1 commit to fix/app-crash
    • @ryota-murakami b26a390
      fix: Increase view mode toggle wait time to 300ms and fix strict mode…
  37. @ryota-murakami ryota-murakami pushed to laststance/diff-view · November 8, 2025 01:12
    1 commit to fix/app-crash
    • @ryota-murakami b61ba76
      fix: Replace waitForTimeout with proper wait assertions in E2E tests
  38. @ryota-murakami ryota-murakami pushed to laststance/diff-view · November 8, 2025 00:45
    1 commit to fix/app-crash
    • @ryota-murakami 395adf3
      fix: Replace keyboard type() with fill() for reliable Ctrl+A content …
  39. @ryota-murakami ryota-murakami pushed to laststance/diff-view · November 7, 2025 20:48
    1 commit to fix/app-crash
    • @ryota-murakami 62e4293
      fix: Replace fixed timeouts with robust wait assertions in view mode …
  40. @ryota-murakami ryota-murakami starred leptos-rs/leptos · November 7, 2025 12:33

    Build fast web applications with Rust.

    Rust 19.4k Updated Nov 8

  41. @ryota-murakami ryota-murakami pushed to laststance/diff-view · November 7, 2025 20:14
    1 commit to fix/app-crash
    • @ryota-murakami a88c7ae
      fix: Add timing waits for view mode toggle tests and skip CI-unreliab…
  42. @ryota-murakami ryota-murakami pushed to laststance/diff-view · November 7, 2025 19:22
    1 commit to fix/app-crash
    • @ryota-murakami 1e810ff
      fix: Fix navigation counter initialization and CI-unreliable tests
  43. @ryota-murakami ryota-murakami starred 21st-dev/magic-mcp · November 7, 2025 10:54

    It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic

    TypeScript 3.9k Updated Jun 9

  44. @ryota-murakami ryota-murakami pushed to laststance/diff-view · November 7, 2025 18:43
    1 commit to fix/app-crash
    • @ryota-murakami fb3ffb2
      fix(e2e): Skip flaky large content tests in CI and fix ESM __dirname …
  45. @ryota-murakami ryota-murakami deleted branch refs/heads/patch-1 in ryota-murakami/electron · November 7, 2025 17:48

    Updated Nov 7

  46. @ryota-murakami ryota-murakami pushed to laststance/diff-view · November 7, 2025 17:45
    1 commit to fix/app-crash
    • @ryota-murakami 44ac805
      refactor: Migrate ESLint configuration from .eslintrc.json to eslint.…
  47. @ryota-murakami ryota-murakami opened laststance/diff-view#4 · November 7, 2025 09:44
    fix: E2Eテストで詳細なエラーメッセージを取得できるように修正 #4

    概要

    E2Eテストでminifyされていない詳細なエラーメッセージとスタックトレースを取得できるように修正しました。

    変更内容

    1. E2Eテスト時にdevelopmentモードでビルド

    • vite.renderer.config.ts: E2Eテスト実行時(ELECTRON_TEST_MOD…
    +1,384 -604
  48. @ryota-murakami ryota-murakami created a branch in laststance/diff-view · November 7, 2025 17:44
  49. @ryota-murakami ryota-murakami pushed to laststance/share-timer · November 7, 2025 13:14
    2 commits to main
    • @ryota-murakami fcf031d
      chore: update dependencies in package.json
    • @ryota-murakami 1e5dabf
      chore: update lucide-react to version 0.553.0 and add sharp and unrs-…
  50. @ryota-murakami ryota-murakami pushed to laststance/diff-view · November 7, 2025 09:34
    2 commits to main
    • @ryota-murakami 1ee749f
      chore: Update testing configurations and dependencies
    • @ryota-murakami 3e26e25
      fix: change Playwright reporter from html to list in configuration file
  51. @ryota-murakami ryota-murakami opened laststance/laststance.io#1507 · November 6, 2025 22:13
    feat: xml2jsからfast-xml-parserへのマイグレーション #1507

    概要

    xml2jsライブラリからfast-xml-parserへのマイグレーションを実施しました。パフォーマンス向上とメンテナンス性の改善を目的としています。

    変更内容

    依存関係の更新

    • fast-xml-parser 4.5.3を依存関係に追加
    • xml2js@types/xml2jsを…
    +83 -96
    2 comments
  52. @ryota-murakami ryota-murakami starred Leonidas-from-XIV/node-xml2js · November 6, 2025 21:40

    XML to JavaScript object converter.

    CoffeeScript 5k Updated Jul 30, 2023

  53. @ryota-murakami ryota-murakami pushed to laststance/laststance.io · November 7, 2025 05:35
    1 commit to main
    • @ryota-murakami 0b99956
      refactor: Update Feed type to ValidatedFeed across FeedItem and relat…
  54. @ryota-murakami ryota-murakami pushed to laststance/laststance.io · November 7, 2025 04:41
    1 commit to main
    • @ryota-murakami 453727d
      fix: add content validation in processFeedEntry to prevent undefined …
  55. @ryota-murakami ryota-murakami pushed to laststance/laststance.io · November 7, 2025 04:31
    1 commit to main
    • @ryota-murakami bea87c6
      chore: update package versions in package.json
  56. @ryota-murakami ryota-murakami closed an issue in laststance/eslint-config-ts-prefixer · November 6, 2025 16:57
    README: download count number never show on badge #440
    As shown in the image, the npm download count is not displayed on the badge, so I’ll implement a badge that correctly counts npm downloads.
  57. @ryota-murakami ryota-murakami pushed to laststance/eslint-config-ts-prefixer · November 7, 2025 00:57
    2 commits to main
    • @claude 0c53f15
      Fix npm download count badge not displaying (#440)
    • @ryota-murakami bbf4fb6
      Merge pull request #441 from laststance/claude/fix-issue-440-011CUsXi…
  58. @ryota-murakami ryota-murakami opened an issue in laststance/laststance.io · November 6, 2025 16:55
    Add 「 🎉 eslint-config-ts-prefixer v4.1.0 Released!」article to "What's New?" section #1506
    - post url https://laststance.io/articles/-eslint-config-ts-prefixer-v410-Released
  59. @ryota-murakami ryota-murakami opened laststance/eslint-config-ts-prefixer#441 · November 6, 2025 16:13
    Fix ESLint config TypeScript prefixer issue #441
    • Replace shields.io badge with badgen.net for better reliability
    • Change from monthly downloads (dm) to total downloads (dt)
    • Make badge clickable li…
    +1 -1
  60. @ryota-murakami ryota-murakami opened an issue in laststance/eslint-config-ts-prefixer · November 6, 2025 15:47
    README: download count number never show on badge #440
    As shown in the image, the npm download count is not displayed on the badge, so I’ll implement a badge that correctly counts npm downloads.
  61. @ryota-murakami ryota-murakami commented on electron/electron#48813 · November 6, 2025 22:46
    @erickzhao Thank you, I've take your suggestion!
  62. @ryota-murakami ryota-murakami pushed to ryota-murakami/electron · November 6, 2025 22:44
    1 commit to patch-1
    • @ryota-murakami 4d7e963
      docs: remove unnecessary anchor link
  63. @ryota-murakami ryota-murakami pushed to laststance/do-i-need-an-umbrella · November 6, 2025 22:40
    1 commit to main
    • @ryota-murakami 98254fb
      docs: Add README.md for project overview and setup instructions
  64. @ryota-murakami ryota-murakami pushed to laststance/do-i-need-an-umbrella · November 6, 2025 22:36
    1 commit to main
    • @ryota-murakami 2f5e1a7
      feat: Add @t3-oss/env-nextjs for type-safe environment variable valid…
  65. @ryota-murakami ryota-murakami pushed to laststance/do-i-need-an-umbrella · November 6, 2025 22:24
    1 commit to main
    • @ryota-murakami 6fada78
      fix: Move zoom control to top-right to prevent overlap with My Locati…
  66. @ryota-murakami ryota-murakami pushed to laststance/diff-view · November 6, 2025 22:23
    1 commit to main
    • @ryota-murakami 8e4dfef
      feat: Implement comprehensive fix for Maximum update depth exceeded i…
  67. @ryota-murakami ryota-murakami pushed to laststance/do-i-need-an-umbrella · November 6, 2025 21:27
    1 commit to main
    • @ryota-murakami 2ae3c71
      chore: Rename project and add TypeScript type definitions for Google …
  68. @ryota-murakami ryota-murakami pushed to laststance/next-msw-integration · November 6, 2025 16:03
    1 commit to main
    • @ryota-murakami 2602c42
      fix: Simplify CI workflow to avoid artifact issues
  69. @ryota-murakami ryota-murakami pushed to laststance/next-msw-integration · November 6, 2025 15:56
    1 commit to main
    • @ryota-murakami 4bb817a
      fix: Add ts-node dependency for Jest TypeScript config
  70. @ryota-murakami ryota-murakami created a branch in laststance/next-msw-integration · November 6, 2025 15:53
  71. @ryota-murakami ryota-murakami pushed to laststance/next-msw-integration · November 6, 2025 15:55
    1 commit to main
    • @ryota-murakami fd410b1
      fix: Add missing packages field to pnpm-workspace.yaml
  72. @ryota-murakami ryota-murakami opened an issue in laststance/git-gpt-commit · November 6, 2025 06:00
    ⚡ Optimize config file I/O with caching #72
    ## Problem Configuration is loaded from disk on every CLI invocation, even though it rarely changes. This adds unnecessary I/O overhead. **Current …
  73. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/git-gpt-commit · November 6, 2025 06:00
    🎨 Add emoji support to commit messages #71
    ## Problem Currently, the `sanitizeCommitMessage()` function removes all emojis from commit messages. There's a TODO comment indicating this is a k…
  74. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/git-gpt-commit · November 6, 2025 06:00
    🎨 Add emoji support to commit messages #71
    ## Problem Currently, the `sanitizeCommitMessage()` function removes all emojis from commit messages. There's a TODO comment indicating this is a k…
  75. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/git-gpt-commit · November 6, 2025 06:00
    🎨 Add emoji support to commit messages #71
    ## Problem Currently, the `sanitizeCommitMessage()` function removes all emojis from commit messages. There's a TODO comment indicating this is a k…
  76. @ryota-murakami ryota-murakami opened an issue in laststance/git-gpt-commit · November 6, 2025 06:00
    🎨 Add emoji support to commit messages #71
    ## Problem Currently, the `sanitizeCommitMessage()` function removes all emojis from commit messages. There's a TODO comment indicating this is a k…
  77. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/git-gpt-commit · November 6, 2025 05:59
    📚 Add comprehensive code documentation (JSDoc) #69
    ## Problem The codebase lacks comprehensive documentation, making it difficult for contributors to understand function purposes, parameters, and re…
  78. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/git-gpt-commit · November 6, 2025 05:59
    📚 Add comprehensive code documentation (JSDoc) #69
    ## Problem The codebase lacks comprehensive documentation, making it difficult for contributors to understand function purposes, parameters, and re…
  79. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/git-gpt-commit · November 6, 2025 05:59
    📚 Add comprehensive code documentation (JSDoc) #69
    ## Problem The codebase lacks comprehensive documentation, making it difficult for contributors to understand function purposes, parameters, and re…
  80. @ryota-murakami ryota-murakami opened an issue in laststance/git-gpt-commit · November 6, 2025 05:59
    📝 Improve best practices compliance (POSIX, Node.js standards) #70
    ## Problem The project follows many Node.js CLI best practices but is missing some standard conventions that improve user experience and compatibil…
  81. @ryota-murakami ryota-murakami opened an issue in laststance/git-gpt-commit · November 6, 2025 05:59
    📚 Add comprehensive code documentation (JSDoc) #69
    ## Problem The codebase lacks comprehensive documentation, making it difficult for contributors to understand function purposes, parameters, and re…
  82. @ryota-murakami ryota-murakami opened an issue in laststance/git-gpt-commit · November 6, 2025 05:57
    ✅ Improve test coverage and reduce mock dependency #68
    ## Problem Current test suite has good coverage but relies heavily on mocks, which can hide integration issues. Several critical scenarios are unte…
  83. @ryota-murakami ryota-murakami opened an issue in laststance/git-gpt-commit · November 6, 2025 05:57
    🏗️ Refactor architecture to improve maintainability #67
    ## Problem The current architecture has all logic in a single 389-line `index.js` file with multiple responsibilities, making it difficult to maint…
  84. @ryota-murakami ryota-murakami opened an issue in laststance/git-gpt-commit · November 6, 2025 05:56
    🔄 Implement specific error handling with retry logic #66
    ## Problem Current error handling is too generic (index.js:111-114). All errors result in immediate process termination without distinguishing betw…
  85. @ryota-murakami ryota-murakami opened an issue in laststance/git-gpt-commit · November 6, 2025 05:56
    🔒 Add input validation for git diff before OpenAI API calls #65
    ## Problem Currently, the git diff output is sent directly to the OpenAI API without validation (index.js:103-108). This creates security and cost …
  86. @ryota-murakami ryota-murakami pushed to laststance/corelive · November 6, 2025 13:39
    1 commit to main
    • @ryota-murakami 1569b0c
      feat: enable remote debugging for MCP tools in development environment
  87. @ryota-murakami ryota-murakami opened electron/electron#48813 · November 6, 2025 02:53
    docs: Update 404 devtools extension documentation link #48813

    Description of Change

    Link URL: https://developer.chrome.com/extensions/devtools

    ↑The current link is not exists.

    So update to most relevant deve…

    +1 -1
    9 comments
  88. @ryota-murakami ryota-murakami pushed to ryota-murakami/electron · November 6, 2025 10:46
    1 commit to patch-1
    • @ryota-murakami bb06b52
      docs: Update 404 devtools extension documentation link
  89. @ryota-murakami ryota-murakami forked electron/electron from ryota-murakami/electron · November 6, 2025 02:40

    :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

    Updated Nov 7

  90. An easy way to ensure Chrome DevTools extensions into Electron

    TypeScript 1.2k 1 issue needs help Updated Sep 4

  91. @ryota-murakami ryota-murakami pushed to laststance/clean-url · November 6, 2025 09:40
    2 commits to main
    • @ryota-murakami 5b4caaa
      chore: update version numbers to 1.0.4 in manifest.json and package.j…
    • @ryota-murakami eb061ba
      chore: update version numbers to 1.0.5 in manifest.json and package.json
    • 2 more commits »
  92. @ryota-murakami ryota-murakami opened laststance/clean-url#14 · November 5, 2025 23:37
    refactor(tests): clean up imports and improve code readability #14
    • Added missing imports in various test files for consistency.
    • Removed unnecessary variable declarations in fixtures.js.
    • Simplified clipboard intera…
    +1,749 -6,107
    1 comment
  93. @ryota-murakami ryota-murakami pushed to laststance/corelive · November 6, 2025 06:30
    2 commits to main
    • @ryota-murakami 0fb9a2c
      fix: synchronize todos between FloatingNavigator and main window via …
    • @ryota-murakami f651e0f
      chore: remove unused files and update .gitignore
    • 8 more commits »
  94. @ryota-murakami ryota-murakami deleted branch refs/heads/claude/fix-issue-5-011CUr3JsVBp8fU86FVcYcTJ in laststance/clean-url · November 6, 2025 06:03

    Updated Nov 6

  95. @ryota-murakami ryota-murakami pushed to laststance/corelive · November 6, 2025 05:42
    1 commit to fix/floating-navigator-todo-sync
    • @ryota-murakami cc5c5eb
      fix: update E2E tests to handle both success and error states
  96. @ryota-murakami ryota-murakami pushed to laststance/clean-url · November 6, 2025 05:30
    2 commits to main
    • @claude ab651dc
      refactor: Extract magic numbers and URLs to centralized config module
    • @claude 40b4dc1
      fix: Add explicit string type to setBadge backgroundColor parameter
    • 1 more commit »
  97. @ryota-murakami ryota-murakami closed an issue in laststance/clean-url · November 5, 2025 21:30
    [Refactor] Extract magic numbers and URLs to centralized config module #5
    ## Issue Description The codebase contains various magic numbers, URLs, and configuration values scattered across multiple files. Centralizing thes…
  98. @ryota-murakami ryota-murakami pushed to laststance/clean-url · November 6, 2025 05:24
    1 commit to claude/fix-issue-5-011CUr3JsVBp8fU86FVcYcTJ
    • @claude 40b4dc1
      fix: Add explicit string type to setBadge backgroundColor parameter
  99. @ryota-murakami ryota-murakami opened laststance/clean-url#13 · November 5, 2025 21:17
    Fix GitHub issue #5 in clean-url #13

    Fixes #5

    Created utils/config.ts as a single source of truth for configuration values, organizing constants into logical sections:

    • BADGE: Badge co…
    +118 -24
  100. @ryota-murakami ryota-murakami pushed to laststance/corelive · November 6, 2025 05:15
    1 commit to fix/floating-navigator-todo-sync
    • @ryota-murakami f1238b1
      ci: add missing Electron builder resources (forced)
  101. @ryota-murakami ryota-murakami pushed to laststance/corelive · November 6, 2025 05:03
    1 commit to fix/floating-navigator-todo-sync
    • @ryota-murakami e0b875a
      ci: fix Windows build by specifying bash shell for env setup
  102. @ryota-murakami ryota-murakami pushed to laststance/clean-url · November 6, 2025 04:47
    2 commits to main
    • @claude 8e1aa30
      Add comprehensive test coverage for hash fragment edge cases
    • @ryota-murakami 4052768
      Merge pull request #12 from laststance/claude/fix-issue-9-011CUqwoEhU…