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 Activity

  1. @ryota-murakami ryota-murakami starred 21st-dev/1code · January 18, 2026 16:52

    Better UI app for running code agents in parallel (ClaudeCode, OpenCode, Codex)

    TypeScript 1.9k Updated Jan 19

  2. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 19, 2026 00:02
    2 commits to main
    • @ryota-murakami 0506cef
      feat(OAuthManager): integrate OAuthManager into Electron configuration
    • @ryota-murakami b8277e2
      fix(main): update DeepLinkManager import path to CommonJS format
  3. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 18, 2026 23:48
    1 commit to main
    • @ryota-murakami 842cfbf
      feat(ShortcutManager): add toggleFloatingNavigator shortcut functiona…
  4. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 18, 2026 07:55
    1 commit to main
    • @ryota-murakami d652b3d
      chore: update package dependencies in package.json and pnpm-lock.yaml
  5. @ryota-murakami ryota-murakami deleted branch refs/heads/fix/version-number in ryota-murakami/add-skill · January 16, 2026 08:03

    Updated Jan 16

  6. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 15, 2026 15:59
    2 commits to main
    • @ryota-murakami e34a0c0
      refactor(FloatingNavigator): update logger import path
    • @ryota-murakami 4a8df53
      feat(FloatingNavigator): add utility function for Enter key press han…
    • 2 more commits »
  7. @ryota-murakami ryota-murakami pushed to laststance/nsx · January 15, 2026 15:59
    1 commit to main
    • @ryota-murakami 43564cb
      chore: remove cursor files
  8. @ryota-murakami ryota-murakami pushed to laststance/gitbox · January 15, 2026 15:56
    1 commit to main
    • @ryota-murakami 14c8e96
      feat(ui): add navigation progress bar for page transitions
  9. @ryota-murakami ryota-murakami merged vercel-labs/add-skill#6 · January 15, 2026 07:52
    fix: show correct version via package.json #6

    Get version from package.json instead of hardcode

    • test
    ~/c/add-skill (fix/version-number|✚2) $ bun run dist/index.js --version
    1.0.5
    +2 -1
    1 comment
  10. @ryota-murakami ryota-murakami pushed to ryota-murakami/dotfiles · January 15, 2026 14:56
    2 commits to master
    • @ryota-murakami 81891b0
      [settings] update terminal settings and add confirmation UI 🍏
    • @ryota-murakami c4ca95e
      [fish] enhance environment configuration with local variables support 🍏
  11. @ryota-murakami ryota-murakami starred algora-io/algora · January 15, 2026 05:53

    Hire the top 1% OSS engineers

    Elixir 1.1k Updated Jan 19

  12. @ryota-murakami ryota-murakami starred ibigio/shell-ai · January 15, 2026 05:31

    A delightfully minimal, yet remarkably powerful AI Shell Assistant.

    Go 441 Updated Aug 16, 2025

  13. @ryota-murakami ryota-murakami starred github/copilot-cli · January 15, 2026 04:39

    GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.

    Shell 6.7k Updated Jan 17

  14. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 15, 2026 08:55
    1 commit to main
    • @ryota-murakami 8e90dcf
      chore: update package dependencies in package.json and pnpm-lock.yaml
  15. @ryota-murakami ryota-murakami pushed to laststance/claude-plugin-dashboard · January 15, 2026 08:45
    1 commit to main
    • @ryota-murakami 624023e
      fix(cli): read version from package.json instead of hardcoded string
  16. @ryota-murakami ryota-murakami pushed to laststance/claude-plugin-dashboard · January 15, 2026 08:37
    1 commit to main
    • @ryota-murakami 5809792
      refactor: replace complex switch/conditionals with ts-pattern
  17. @ryota-murakami ryota-murakami deleted branch refs/heads/feat/component-list-display in laststance/claude-plugin-dashboard · January 15, 2026 08:27
  18. @ryota-murakami ryota-murakami closed an issue in laststance/claude-plugin-dashboard · January 15, 2026 00:27
    feat: Add plugin component list view #17
    ## Summary Add a feature to display a detailed list of plugin components (skills, slash commands, agents, hooks, MCP servers, LSP servers) in a ded…
  19. @ryota-murakami ryota-murakami pushed to laststance/claude-plugin-dashboard · January 15, 2026 08:27
    1 commit to main
    • @ryota-murakami 9853728
      feat(ComponentList): display plugin component names in detail panel (#18
  20. @ryota-murakami ryota-murakami merged laststance/claude-plugin-dashboard#18 · January 15, 2026 00:27
    feat(ComponentList): display plugin component names in detail panel #18

    Summary

    • Add ComponentList component to display plugin component names (Skills, Slash commands, Agents, MCP servers, LSP servers) in the detail pan…
    +2,113 -4
    15 comments
  21. @ryota-murakami ryota-murakami commented on laststance/claude-plugin-dashboard#18 · January 15, 2026 08:25
    Fixed in commit 68d1b37: Implemented proper frontmatter state machine - detects opening '---', skips all lines until closing '---', then returns fi…
  22. @ryota-murakami ryota-murakami commented on laststance/claude-plugin-dashboard#18 · January 15, 2026 08:25
    Fixed in commit 68d1b37: Now uses `hasAnyCountComponents()` and `hasAnyDetailedComponents()` utility functions to check for real component data bef…
  23. @ryota-murakami ryota-murakami commented on laststance/claude-plugin-dashboard#18 · January 15, 2026 08:25
    Fixed in commit 68d1b37: Added hooks entry to CATEGORY_CONFIGS with label 'Hooks', color 'yellow', and proper boolean fallback handling for `hooks:…
  24. @ryota-murakami ryota-murakami commented on laststance/claude-plugin-dashboard#18 · January 15, 2026 08:25
    Fixed in commit 68d1b37: Test now asserts 'PreCommit', 'PostPush', 'Hooks', and count '(2)' are rendered.
  25. @ryota-murakami ryota-murakami pushed to laststance/gitbox · January 15, 2026 08:08
    1 commit to main
    • @ryota-murakami 67b7dd0
      fix(metadata): remove duplicate GitBox from page titles
  26. @ryota-murakami ryota-murakami pushed to laststance/gitbox · January 15, 2026 07:51
    1 commit to main
    • @ryota-murakami c760918
      refactor: update Playwright worker configuration and enhance metadata…
  27. @ryota-murakami ryota-murakami pushed to laststance/gitbox · January 15, 2026 07:48
    1 commit to main
    • @ryota-murakami ea45028
      refactor(BoardCard): remove theme indicator from board cards
  28. @ryota-murakami ryota-murakami pushed to laststance/claude-plugin-dashboard · January 15, 2026 07:39
    1 commit to feat/component-list-display
    • @ryota-murakami 68d1b37
      fix: address CodeRabbit review feedback
  29. @ryota-murakami ryota-murakami opened laststance/claude-plugin-dashboard#18 · January 14, 2026 23:21
    feat(ComponentList): display plugin component names in detail panel #18

    Summary

    • Add ComponentList component to display plugin component names (Skills, Slash commands, Agents, MCP servers, LSP servers) in the detail pan…
    +2,113 -4
    15 comments
  30. @ryota-murakami ryota-murakami pushed to laststance/claude-code-marketplace · January 15, 2026 05:45
    2 commits to main
    • @ryota-murakami 0a26262
      chore: remove ROOT_CAUSE_ANALYSIS.md
    • @ryota-murakami aad505f
      feat(gif-analyzer): add GIF frame extraction and analysis plugin
  31. @ryota-murakami ryota-murakami pushed to laststance/claude-code-marketplace · January 15, 2026 05:18
    1 commit to main
    • @ryota-murakami cd68c3b
      Delete official_docs directory
  32. @ryota-murakami ryota-murakami starred vercel-labs/agent-skills · January 14, 2026 21:13

    JavaScript 12.6k Updated Jan 18

  33. @ryota-murakami ryota-murakami opened vercel-labs/add-skill#6 · January 14, 2026 21:12
    fix: show correct version via package.json #6

    Get version from package.json instead of hardcode

    • test
    ~/c/add-skill (fix/version-number|✚2) $ bun run dist/index.js --version
    1.0.5
    +2 -1
    1 comment
  34. @ryota-murakami ryota-murakami created a branch in ryota-murakami/add-skill · January 15, 2026 05:10
  35. @ryota-murakami ryota-murakami forked vercel-labs/add-skill from ryota-murakami/add-skill · January 14, 2026 20:51
  36. @ryota-murakami ryota-murakami starred vercel-labs/add-skill · January 14, 2026 20:50

    TypeScript 1.2k Updated Jan 18

  37. @ryota-murakami ryota-murakami pushed to laststance/gitbox · January 15, 2026 03:38
    1 commit to main
    • @ryota-murakami 9dee256
      refactor: migrate local dev from Cloud to Docker Supabase
  38. @ryota-murakami ryota-murakami pushed to laststance/claude-plugin-dashboard · January 15, 2026 03:11
    1 commit to main
    • @ryota-murakami 5cf4812
      docs: update installation instructions to include npx usage
  39. @ryota-murakami ryota-murakami deleted branch refs/heads/vk/a9d4- in laststance/gitbox · January 15, 2026 01:29

    Updated Jan 15

  40. @ryota-murakami ryota-murakami merged laststance/gitbox#35 · January 14, 2026 17:29
    feat(board): add Copy Link button to board header for easy sharing (Vibe Kanban) #35

    Summary

    Add a "Copy Link" button to the board page header, enabling users to easily share their curated GitHub repository boards.

    Changes

    • Added Link
    +1,182 -1,539
    6 comments
  41. @ryota-murakami ryota-murakami pushed to laststance/gitbox · January 15, 2026 01:29
    1 commit to main
    • @ryota-murakami e4d2fcb
      feat(board): add Copy Link button to board header for easy sharing (V…
  42. @ryota-murakami ryota-murakami released v0.2.3 of laststance/claude-plugin-dashboard · January 14, 2026 16:43

    What's Changed

    Features

    • Readable component badges - Component badges now use human-readable text labels instead of cryptic symbols for better discoverability

      • [S:7]Skills:7
      • [/:1]Slash:1
      • [@:3]
    Read more
  43. @ryota-murakami ryota-murakami pushed to laststance/claude-plugin-dashboard · January 15, 2026 00:43
    2 commits to main
  44. @ryota-murakami ryota-murakami opened an issue in laststance/claude-plugin-dashboard · January 14, 2026 16:13
    feat: Add plugin component list view #17
    ## Summary Add a feature to display a detailed list of plugin components (skills, slash commands, agents, hooks, MCP servers, LSP servers) in a ded…
  45. @ryota-murakami ryota-murakami closed an issue in laststance/gitbox · January 14, 2026 15:57
    Audit and fix Canvas display issues in Storybook Docs blocks #28
    ## 📋 Task Description Audit all Storybook stories and verify Canvas rendering under Docs blocks. Some components fail to display properly due to: -…
  46. @ryota-murakami ryota-murakami closed an issue in laststance/gitbox · January 14, 2026 15:57
    Implement dynamic theme switching in Storybook and reset default theme to 'default' #29
    ## 📋 Task Description Currently, Storybook stories with theme props are hardcoded to use the 'sunrise' theme. This prevents testing components with…
  47. @ryota-murakami ryota-murakami pushed to laststance/gitbox · January 14, 2026 23:57
    2 commits to main
    • @ryota-murakami 0bf595f
      feat(storybook): add theme switcher toolbar and reset default theme
    • @ryota-murakami 2092a3c
      docs(prd): remove unused Hide operation from Maintenance Mode spec
    • 1 more commit »
  48. @ryota-murakami ryota-murakami deleted branch refs/heads/ryota-murakami/monaco in laststance/claude-plugin-dashboard · January 14, 2026 23:54
  49. @ryota-murakami ryota-murakami merged laststance/claude-plugin-dashboard#16 · January 14, 2026 15:54
    feat(ux): add Enter key support for confirmation dialogs #16

    Summary

    • Allow users to confirm dialogs by pressing Enter in addition to Y/y
    • Provides a more intuitive confirmation experience

    Changes

    Dialog C…
    +31 -2
    3 comments
  50. @ryota-murakami ryota-murakami pushed to laststance/claude-plugin-dashboard · January 14, 2026 23:54
    1 commit to main
    • @ryota-murakami a8c7d99
      feat(ux): add Enter key support for confirmation dialogs (#16)
  51. @ryota-murakami ryota-murakami opened laststance/gitbox#35 · January 14, 2026 06:59
    feat(board): add Copy Link button to board header for easy sharing (Vibe Kanban) #35

    Summary

    Add a "Copy Link" button to the board page header, enabling users to easily share their curated GitHub repository boards.

    Changes

    • Added Link
    +1,182 -1,539
    6 comments
  52. @ryota-murakami ryota-murakami created a branch in laststance/gitbox · January 14, 2026 14:59
  53. @ryota-murakami ryota-murakami starred corbindavenport/just-the-browser · January 14, 2026 06:13

    Remove AI features, telemetry data reporting, sponsored content, product integrations, and other annoyances from web browsers.

    Shell 959 Updated Jan 18

  54. @ryota-murakami ryota-murakami pushed to laststance/copy-to · January 14, 2026 12:17
    2 commits to main
  55. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 14, 2026 09:49
    2 commits to main
    • @ryota-murakami 9c1fb82
      fix(ci): streamline APPLE_ID_PASSWORD handling in build-and-release w…
    • @ryota-murakami 415e456
      fix(docs): update environment variable name for Apple notarization
  56. @ryota-murakami ryota-murakami pushed to laststance/claude-plugin-dashboard · January 14, 2026 04:53
    1 commit to ryota-murakami/monaco
    • @ryota-murakami 699201c
      test: fix flaky uninstall test and add Enter key confirmation test
  57. @ryota-murakami ryota-murakami opened laststance/claude-plugin-dashboard#16 · January 13, 2026 20:48
    feat(ux): add Enter key support for confirmation dialogs #16

    Summary

    • Allow users to confirm dialogs by pressing Enter in addition to Y/y
    • Provides a more intuitive confirmation experience

    Changes

    Dialog C…
    +31 -2
    3 comments
  58. @ryota-murakami ryota-murakami pushed to laststance/Engage · January 14, 2026 03:51
    1 commit to main
    • @ryota-murakami 676994d
      fix(e2e): correct stats screen assertion in offline-functionality test
  59. @ryota-murakami ryota-murakami pushed to laststance/claude-plugin-dashboard · January 14, 2026 03:49
    1 commit to main
    • @ryota-murakami a58d7b9
      docs: add changelog entries for v0.2.1 and v0.2.2
  60. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 14, 2026 02:22
    1 commit to main
    • @ryota-murakami c1a37fe
      chore: update dependencies in package.json and pnpm-lock.yaml
  61. @ryota-murakami ryota-murakami pushed to laststance/geek-infiltration · January 14, 2026 02:13
    1 commit to main
    • @ryota-murakami bdc63c7
      feat(gql): add getViewerFollowing query for autocomplete suggestions
  62. @ryota-murakami ryota-murakami starred akameco/dotfiles · January 13, 2026 09:07

    dotfiles

    Shell 2 Updated Jan 5

  63. @ryota-murakami ryota-murakami pushed to laststance/claude-code-marketplace · January 13, 2026 15:07
    1 commit to main
    • @ryota-murakami 1c84ef8
      chore: remove webui-ralph from marketplace
  64. @ryota-murakami ryota-murakami pushed to laststance/claude-code-marketplace · January 13, 2026 15:06
    1 commit to main
    • @ryota-murakami cfab37a
      Revert "fix(webui-ralph): replace mac-mcp with Playwright MCP for scr…
  65. @ryota-murakami ryota-murakami pushed to laststance/claude-code-marketplace · January 13, 2026 15:05
    1 commit to main
    • @ryota-murakami a6a50f0
      fix(webui-ralph): replace mac-mcp with Playwright MCP for screenshots
  66. @ryota-murakami ryota-murakami starred VibiumDev/vibium · January 13, 2026 06:19

    Browser automation for AI agents and humans

    Go 2.4k Updated Jan 19

  67. @ryota-murakami ryota-murakami opened an issue in laststance/gitbox · January 13, 2026 02:30
    [prd-gap-validator] Phase 3: Serena memory persistence & diff comparison #34
    ## Overview 検証結果のSerena永続化と前回比較機能を追加する。 ## Tasks ### Serena Memory Integration - [ ] 検証結果をSerena memoryに保存 - Key: `prd_validation_{date}_{project}`…
  68. @ryota-murakami ryota-murakami opened an issue in laststance/gitbox · January 13, 2026 02:30
    [prd-gap-validator] Phase 2: Auto PRD extraction & report formatting #33
    ## Overview PRD機能単位の自動抽出とレポート整形機能を追加する。 ## Tasks ### PRD Auto-Extraction - [ ] PRDセクションヘッダーの自動パース - [ ] 機能ID自動割り当て(F01, F02...) - [ ] 受け入れ基準の自動抽出 -…
  69. @ryota-murakami ryota-murakami starred leonvanzyl/autocoder · January 13, 2026 02:25

    Python 1.2k Updated Jan 18

  70. @ryota-murakami ryota-murakami pushed to laststance/claude-code-marketplace · January 13, 2026 09:34
    1 commit to main
    • @ryota-murakami 92db1ca
      fix(webui-ralph): add mcp__mac-mcp-server__take_screenshot for persis…
  71. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 13, 2026 09:03
    1 commit to main
    • @ryota-murakami 7be2e34
      fix(electron): enable auto-updates for public GitHub repository
  72. @ryota-murakami ryota-murakami pushed to laststance/claude-code-marketplace · January 13, 2026 07:45
    1 commit to main
    • @ryota-murakami 3ef6870
      feat(webui-ralph): add RALPH Loop plugin for Web UI verification
  73. @ryota-murakami ryota-murakami starred agentskills/agentskills · January 12, 2026 18:29

    Specification and documentation for Agent Skills

    Python 6.2k Updated Jan 9

  74. @ryota-murakami ryota-murakami pushed to laststance/utils · January 12, 2026 22:15
    1 commit to main
    • @ryota-murakami dc418fe
      feat(next-react): add useIsInitialRender hook with unit tests
  75. @ryota-murakami ryota-murakami pushed to laststance/utils · January 12, 2026 22:04
    2 commits to main
    • @ryota-murakami 5fac855
      feat(next-react): implement SSR-safe mount state tracking with useMou…
    • @ryota-murakami 5b923bc
      Revert "feat(next-react): implement SSR-safe mount state tracking wit…
  76. @ryota-murakami ryota-murakami starred dvdsgl/claude-canvas · January 12, 2026 09:23

    Give Claude Code an external monitor

    TypeScript 1.3k Updated Jan 8

  77. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 12, 2026 13:48
    1 commit to main
    • @ryota-murakami 05be7dc
      chore: update packageManager to pnpm@10.28.0 in package.json
  78. @ryota-murakami ryota-murakami created a branch in laststance/jdm · January 12, 2026 08:01

    Updated Jan 12

  79. @ryota-murakami ryota-murakami starred vercel-labs/agent-browser · January 11, 2026 23:21

    Browser automation CLI for AI agents

    TypeScript 7.5k Updated Jan 18

  80. @ryota-murakami ryota-murakami pushed to laststance/gitbox · January 12, 2026 07:19
    1 commit to main
    • @ryota-murakami 54f093b
      fix(storybook): resolve KanbanBoard 'Something went wrong' error (#32)
  81. @ryota-murakami ryota-murakami closed an issue in laststance/gitbox · January 11, 2026 23:19
    Fix 'Something went wrong' error in KanbanBoard Storybook display #30
    ## 📋 Task Description The KanbanBoard component shows a 'Something went wrong' error message in Storybook instead of rendering the component proper…
  82. @ryota-murakami ryota-murakami merged laststance/gitbox#32 · January 11, 2026 23:19
    fix(storybook): resolve KanbanBoard 'Something went wrong' error #32

    Summary

    • Fix KanbanBoard component showing "Something went wrong" error in Storybook
    • Add missing Redux actions (setBoardLoading, setBoardError) to …
    +85 -0
    4 comments
  83. @ryota-murakami ryota-murakami starred jj-vcs/jj · January 11, 2026 23:19

    A Git-compatible VCS that is both simple and powerful

    Rust 24.9k Updated Jan 19

  84. @ryota-murakami ryota-murakami pushed to ryota-murakami/dotfiles · January 12, 2026 05:56
    2 commits to master
  85. @ryota-murakami ryota-murakami pushed to ryota-murakami/dotfiles · January 12, 2026 04:55
    1 commit to master
    • @ryota-murakami d171343
      [cursor] save cursor config 🍏
  86. @ryota-murakami ryota-murakami opened laststance/gitbox#32 · January 11, 2026 20:18
    fix(storybook): resolve KanbanBoard 'Something went wrong' error #32

    Summary

    • Fix KanbanBoard component showing "Something went wrong" error in Storybook
    • Add missing Redux actions (setBoardLoading, setBoardError) to …
    +85 -0
    4 comments
  87. @ryota-murakami ryota-murakami created a branch in laststance/gitbox · January 12, 2026 04:17
  88. @ryota-murakami ryota-murakami pushed to laststance/gitbox · January 12, 2026 03:48
    1 commit to main
    • @ryota-murakami 3f93bca
      fix: restore CSS-only dependencies (false positives from Knip)
  89. @ryota-murakami ryota-murakami pushed to laststance/gitbox · January 12, 2026 03:43
    1 commit to main
    • @ryota-murakami 5d1a6c2
      chore: regenerate lockfile after dependency cleanup
  90. @ryota-murakami ryota-murakami pushed to laststance/gitbox · January 12, 2026 03:37
    2 commits to main
    • @ryota-murakami 315d148
      feat(dx): add Knip for unused code/dependency detection
    • @ryota-murakami 908106b
      refactor: remove unused code detected by Knip
  91. @ryota-murakami ryota-murakami pushed to laststance/gitbox · January 12, 2026 02:27
    1 commit to main
    • @ryota-murakami 419b07c
      chore: update package dependencies to latest versions
  92. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 12, 2026 02:04
    1 commit to main
    • @ryota-murakami b58c7e2
      fix(playwright): disable fullyParallel option in Playwright configura…
  93. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 12, 2026 01:59
    1 commit to main
    • @ryota-murakami 783439c
      chore: remove Electron E2E testing infrastructure
  94. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 12, 2026 01:48
    1 commit to main
    • @ryota-murakami c4335eb
      feat(hooks): implement useMounted hook with unit tests
  95. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 12, 2026 00:45
    1 commit to main
    • @ryota-murakami 675393e
      fix(e2e): update Electron E2E test infrastructure for E2E_MODE support
  96. @ryota-murakami ryota-murakami deleted tag refs/tags/v0.1.5 in laststance/corelive · January 11, 2026 22:03

    Updated Jan 11

  97. @ryota-murakami ryota-murakami deleted tag refs/tags/v0.1.5 in laststance/corelive · January 11, 2026 21:55

    Updated Jan 11

  98. @ryota-murakami ryota-murakami deleted tag refs/tags/v0.1.5 in laststance/corelive · January 11, 2026 21:29

    Updated Jan 11

  99. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 11, 2026 21:29
    1 commit to main
    • @ryota-murakami 0236119
      fix(ci): use APPLE_APP_SPECIFIC_PASSWORD secret and allow releases
  100. @ryota-murakami ryota-murakami deleted tag refs/tags/v0.1.5 in laststance/corelive · January 11, 2026 21:22

    Updated Jan 11

  101. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 11, 2026 21:22
    1 commit to main
    • @ryota-murakami 9b24ccf
      fix(ci): provide APPLE_APP_SPECIFIC_PASSWORD for notarization
  102. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 11, 2026 20:31
    2 commits to main
    • @ryota-murakami 8f040d0
      feat: add AnyFunction type and remove unused ToastMessage namespace
    • @ryota-murakami e19ba2a
      chore: release v0.1.5
  103. @ryota-murakami ryota-murakami pushed to laststance/utils · January 11, 2026 20:28
    1 commit to main
    • @ryota-murakami 6c89de5
      chore(types): update tsconfig.json for improved type definitions and …
  104. @ryota-murakami ryota-murakami deleted branch refs/heads/cleanup/remove-old-cjs-files in laststance/corelive · January 11, 2026 19:54

    Updated Jan 11

  105. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 11, 2026 19:54
    2 commits to main
  106. @ryota-murakami ryota-murakami merged laststance/corelive#15 · January 11, 2026 11:54
    chore(electron): remove old .cjs files and migrate dev-runner to TypeScript #15

    Summary

    This PR completes the TypeScript migration started in PR #13 by:

    • Removing all old .cjs files that were replaced by TypeScript versions
    • Mig…
    +766 -12,991
    11 comments
  107. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 11, 2026 19:53
    1 commit to cleanup/remove-old-cjs-files
    • @ryota-murakami 294c049
      chore: update build output paths and clean script
  108. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 11, 2026 18:42
    1 commit to cleanup/remove-old-cjs-files
    • @ryota-murakami fb0789d
      chore: remove electron-log dependency from package.json and pnpm-lock…
  109. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 11, 2026 18:37
    2 commits to cleanup/remove-old-cjs-files
    • @ryota-murakami e710ab1
      refactor: update preload script path resolution in WindowManager and …
    • @ryota-murakami 6169b0b
      refactor: enhance error handling and cleanup in Electron processes
  110. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 11, 2026 18:04
    1 commit to cleanup/remove-old-cjs-files
    • @ryota-murakami a7728c5
      Update electron/WindowManager.ts
  111. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 11, 2026 14:23
    1 commit to cleanup/remove-old-cjs-files
    • @ryota-murakami f5d1105
      refactor: use openSettings() in SystemTrayManager for consistency
  112. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 11, 2026 14:10
    1 commit to cleanup/remove-old-cjs-files
    • @ryota-murakami 9b800ba
      fix: resolve all TypeScript type errors
  113. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 11, 2026 13:10
    1 commit to cleanup/remove-old-cjs-files
    • @ryota-murakami 3aaf453
      chore: add CodeRabbit configuration file
  114. @ryota-murakami ryota-murakami pushed to laststance/corelive · January 11, 2026 13:09
    1 commit to cleanup/remove-old-cjs-files
    • @ryota-murakami 636a444
      fix(electron): restore PR #14 Settings window functionality
  115. @ryota-murakami ryota-murakami opened laststance/corelive#15 · January 11, 2026 05:04
    chore(electron): remove old .cjs files and migrate dev-runner to TypeScript #15

    Summary

    This PR completes the TypeScript migration started in PR #13 by:

    • Removing all old .cjs files that were replaced by TypeScript versions
    • Mig…
    +766 -12,991
    11 comments
  116. @ryota-murakami ryota-murakami created a branch in laststance/corelive · January 11, 2026 13:04
  117. @ryota-murakami ryota-murakami deleted branch refs/heads/feature/electron-typescript-migration in laststance/corelive · January 11, 2026 12:57

    Updated Jan 11