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 closed an issue in laststance/mui-storybook · December 12, 2025 05:20
    Add documentation for Storybook MCP Server integration #15
    ## Summary Add documentation on how to use mui-storybook with the [Storybook MCP Server](https://github.com/mcpland/storybook-mcp) to enable AI ass…
  2. @ryota-murakami ryota-murakami closed an issue in laststance/mui-storybook · December 12, 2025 05:20
    Add CUSTOM_TOOLS configuration for extracting Example code via MCP #16
    ## Summary Document how to create CUSTOM_TOOLS for Storybook MCP Server to extract source code from our Example stories (Dashboard, Forms, etc.). #…
  3. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 13:20
    2 commits to main
    • @ryota-murakami bc7b3ac
      feat(i18n): add Japanese Design System documentation
    • @ryota-murakami 4ec2f8b
      docs: add Storybook MCP Server integration guide
  4. @ryota-murakami ryota-murakami pushed to laststance/complete · December 12, 2025 13:06
    1 commit to main
    • @ryota-murakami 29cd9e6
      refactor: improve code quality with security hardening and architectu…
  5. @ryota-murakami ryota-murakami pushed to laststance/complete · December 12, 2025 12:41
    1 commit to main
    • @ryota-murakami 6967a81
      docs: update documentation to v0.1.2
  6. @ryota-murakami ryota-murakami pushed to laststance/complete · December 12, 2025 12:32
    1 commit to main
    • @ryota-murakami 8602382
      chore: update landing page to v0.1.2 with direct download link
  7. @ryota-murakami ryota-murakami released v0.1.2 of laststance/complete · December 12, 2025 04:31

    🐛 Bug Fixes

    Browser Popup Positioning (Closes #18, #19)

    • Fixed popup appearing at wrong position in browser form inputs and textareas
    • Skip ElementPositionStrategy for browsers (returns element corn…
    Read more
  8. @ryota-murakami ryota-murakami pushed to laststance/complete · December 12, 2025 12:29
    1 commit to main
    • @ryota-murakami 78b65a9
      fix: resolve browser popup positioning bug (Issues #18, #19)
  9. @ryota-murakami ryota-murakami commented on laststance/complete#17 · December 12, 2025 03:55
    Closed via PR #20. Clipboard-based fallback implemented for VSCode support.
  10. @ryota-murakami ryota-murakami closed an issue in laststance/complete · December 12, 2025 03:55
    VSCodeで動作しない。 #17
    SSIA
    1 comment
  11. @ryota-murakami ryota-murakami closed an issue in laststance/complete · December 12, 2025 03:55
    Terminalで動作しない。 #16
    SSIA
    1 comment
  12. @ryota-murakami ryota-murakami commented on laststance/complete#16 · December 12, 2025 03:55
    Closed via PR #20. Clipboard-based fallback implemented for Terminal.app support.
  13. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 11:05
    1 commit to main
    • @ryota-murakami ee57c94
      chore: remove Playwright output files from repository
  14. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 11:05
    1 commit to main
    • @ryota-murakami c7538fc
      chore: add Playwright output directories to .gitignore
  15. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 11:03
    1 commit to main
    • @ryota-murakami 4fe936b
      fix(a11y): improve toolbar text readability on light background
  16. @ryota-murakami ryota-murakami pushed to laststance/complete · December 12, 2025 10:52
    2 commits to main
    • @ryota-murakami e766cda
      fix: resolve test failures and add element caching for race condition
    • @ryota-murakami 3539785
      feat: add multi-app visual testing and GitHub Actions CI/CD
  17. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 10:40
    1 commit to main
    • @ryota-murakami 8da3b83
      feat(a11y): add white text fix for blue buttons and Playwright E2E te…
  18. @ryota-murakami ryota-murakami deleted branch refs/heads/fix/github-issues-16-19 in laststance/complete · December 12, 2025 09:26

    Updated Dec 12

  19. @ryota-murakami ryota-murakami merged laststance/complete#20 · December 12, 2025 01:26
    fix: GitHub Issues #16-#19 + Strategy Pattern Refactoring #20

    Summary

    This PR addresses multiple GitHub issues and implements a major code quality improvement (TD-001).

    GitHub Issues Fixed

    • #16 Terminal doesn'…
    +3,716 -166
  20. @ryota-murakami ryota-murakami pushed to laststance/complete · December 12, 2025 09:26
    2 commits to main
    • @ryota-murakami 0295356
      refactor: extract getCursorScreenPosition into Strategy pattern
    • @ryota-murakami 4466e42
      feat: add clipboard fallback for Terminal and VSCode support
    • 4 more commits »
  21. @ryota-murakami ryota-murakami pushed to laststance/complete · December 12, 2025 09:14
    2 commits to fix/github-issues-16-19
    • @ryota-murakami 675b185
      feat: add Terminal input mode for clipboard-based text completion
    • @ryota-murakami b7da0fa
      feat: add visual regression testing quality gate system
  22. @ryota-murakami ryota-murakami closed an issue in laststance/mui-storybook · December 11, 2025 23:11
    Fix Control button readability #13
    It seems duplicated blue color so ti's not feels clear.
    1 comment
  23. @ryota-murakami ryota-murakami commented on laststance/mui-storybook#13 · December 11, 2025 23:11
    ## ✅ Resolved Control button readability has been improved with WCAG AA compliant contrast: **Fixes applied:** - `ac06b9c` - fix: improve Controls …
  24. @ryota-murakami ryota-murakami closed an issue in laststance/mui-storybook · December 11, 2025 23:11
    Change style engine to Emotion #12
    Change styled-components to Emotion MUI's 1st option style engine. And verify this project followed crrect MUI setup(packages, css, font, RootProvi…
    1 comment
  25. @ryota-murakami ryota-murakami commented on laststance/mui-storybook#12 · December 11, 2025 23:11
    ## ✅ Resolved Style engine changed from styled-components to Emotion: **package.json dependencies:** ```json "@emotion/react": "^11.14.0", "@emotio…
  26. @ryota-murakami ryota-murakami closed an issue in laststance/mui-storybook · December 11, 2025 23:11
    Set MUI favicon #11
    Change default favicon to MUI official favicon. Get favicon from official docs.
    1 comment
  27. @ryota-murakami ryota-murakami commented on laststance/mui-storybook#11 · December 11, 2025 23:11
    ## ✅ Resolved MUI favicon has been added: - **Location:** `.storybook/static/favicon.ico` - **Config:** `staticDirs: ['./static']` in `main.ts` - F…
  28. @ryota-murakami ryota-murakami closed an issue in laststance/mui-storybook · December 11, 2025 23:11
    Close show code area by default #10
    Currently opened show code view on each components Document page by default. I'd like to close by default it.
    1 comment
  29. @ryota-murakami ryota-murakami commented on laststance/mui-storybook#10 · December 11, 2025 23:11
    ## ✅ Resolved Code area is now closed by default: ```tsx // .storybook/preview.tsx docs: { canvas: { sourceState: 'hidden', }, }, ``` The Code pane…
  30. @ryota-murakami ryota-murakami closed an issue in laststance/mui-storybook · December 11, 2025 23:11
    feat: Implement Storybook Controls (argTypes) for all MUI components #4
    ## Summary Storybook Controls are not implemented in this project. All 51 component stories need `argTypes` configurations to enable interactive pr…
    1 comment
  31. @ryota-murakami ryota-murakami commented on laststance/mui-storybook#4 · December 11, 2025 23:11
    ## ✅ Resolved This issue has been fully implemented: - **argTypeTemplates.ts** created in `.storybook/` with reusable templates - **102 stories** n…
  32. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 07:03
    1 commit to main
    • @ryota-murakami 8bc0c9b
      fix(test): prevent navigation in Link InteractionTest
  33. @ryota-murakami ryota-murakami opened an issue in epicweb-dev/pixel-perfect-tailwind · December 11, 2025 22:58
    🚨 Error from npm.im/epicshop: You're probably trying to run @epic-web/workshop-cli. Please use that instead. #27
    After excecute `npx epicshop@latest add pixel-perfect-tailwind` command, stop cli with following message. ``` ~/repository [1]$ npx epicshop@latest…
  34. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 06:57
    1 commit to main
    • @ryota-murakami edb3c8e
      fix(test): skip clipboard operations in CI (not available in headless)
  35. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 06:52
    1 commit to main
    • @ryota-murakami 9731485
      fix(test): use getAllByText for breakpoint labels
  36. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 06:48
    1 commit to main
    • @ryota-murakami abf70f8
      fix(test): resolve remaining interaction test failures
  37. @ryota-murakami ryota-murakami starred epicweb-dev/pixel-perfect-tailwind · December 11, 2025 22:45

    Become a better UI designer with Tailwind — intentionally or accidentally

    TypeScript 170 Updated Dec 13

  38. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 06:42
    1 commit to main
    • @ryota-murakami 5e5ac32
      fix(test): use getAllByText for multiple Parallax Effect headings
  39. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 06:38
    1 commit to main
    • @ryota-murakami 5e96b3d
      fix(test): resolve Vitest interaction test failures
  40. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 06:32
    1 commit to main
    • @ryota-murakami bc50f66
      fix(tests): resolve Vitest interaction test failures
  41. @ryota-murakami ryota-murakami deleted branch refs/heads/feat/layout-complete-30-layouts in laststance/mui-storybook · December 12, 2025 06:07

    Updated Dec 12

  42. @ryota-murakami ryota-murakami merged laststance/mui-storybook#17 · December 11, 2025 22:07
    feat(layout): add 30 layout pattern components with stories #17

    Summary

    • Add comprehensive layout pattern showcase with 30 MUI-based components
    • Each layout includes TypeScript component + Storybook story with in…
    +32,830 -74
  43. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 06:07
    1 commit to main
    • @ryota-murakami 0347347
      feat(layout): add 30 layout pattern components with stories (#17)
  44. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 03:55
    1 commit to feat/layout-complete-30-layouts
    • @ryota-murakami d5fae1f
      fix(a11y): use valid 'todo' value for a11y test parameter
  45. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 03:28
    1 commit to feat/layout-complete-30-layouts
    • @ryota-murakami 3f5904e
      fix(ci): resolve pnpm workspace config causing CI failures
  46. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 12, 2025 00:52
    1 commit to feat/layout-complete-30-layouts
    • @ryota-murakami 7ef8a17
      feat(layout): add 30 layout pattern components with stories
  47. @ryota-murakami ryota-murakami pushed to laststance/complete · December 12, 2025 00:49
    1 commit to fix/github-issues-16-19
    • @ryota-murakami 4f1de5a
      feat: add browser accessibility enabler for Chrome/Safari/Electron po…
  48. @ryota-murakami ryota-murakami opened laststance/mui-storybook#17 · December 11, 2025 16:09
    feat(layout): add 30 layout pattern components with stories #17

    Summary

    • Add comprehensive layout pattern showcase with 30 MUI-based components
    • Each layout includes TypeScript component + Storybook story with in…
    +32,830 -74
  49. @ryota-murakami ryota-murakami created a branch in laststance/mui-storybook · December 12, 2025 00:09
  50. @ryota-murakami ryota-murakami opened laststance/complete#20 · December 11, 2025 15:36
    fix: GitHub Issues #16-#19 + Strategy Pattern Refactoring #20

    Summary

    This PR addresses multiple GitHub issues and implements a major code quality improvement (TD-001).

    GitHub Issues Fixed

    • #16 Terminal doesn'…
    +3,716 -166
  51. @ryota-murakami ryota-murakami created a branch in laststance/complete · December 11, 2025 23:36
  52. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 11, 2025 22:27
    1 commit to main
    • @ryota-murakami 2d846dc
      fix(a11y): improve ArgTypes table readability with WCAG AA contrast
  53. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 11, 2025 21:50
    1 commit to main
    • @ryota-murakami a027cf1
      feat(storybook): enable Code panel for story source display
  54. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 11, 2025 21:40
    1 commit to main
    • @ryota-murakami 3d4148d
      chore: add coverage directory to .gitignore
  55. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 11, 2025 21:39
    2 commits to main
    • @ryota-murakami 11a29a2
      docs: add Storybook v10 documentation and CLAUDE.md pre-work guide
    • @ryota-murakami cb54eee
      fix: completely disable Backgrounds addon UI in toolbar
    • 3 more commits »
  56. @ryota-murakami ryota-murakami opened an issue in laststance/complete · December 11, 2025 05:19
    VSCodeで動作しない。 #17
    SSIA
    1 comment
  57. @ryota-murakami ryota-murakami opened an issue in laststance/complete · December 11, 2025 05:19
    Terminalで動作しない。 #16
    SSIA
    1 comment
  58. @ryota-murakami ryota-murakami deleted branch refs/heads/feat/improve-prose-readability in laststance/laststance.io · December 11, 2025 13:13

    Updated Dec 11

  59. @ryota-murakami ryota-murakami merged laststance/laststance.io#1527 · December 11, 2025 05:13
    fix: refine typography styles for better visual hierarchy and readability #1527
    • Increased font size for h2 headings from xl to 3xl.
    • Adjusted margin spacing for h2 and horizontal rules to improve layout consistency.
    • Updated fon…
    +140 -506
    2 comments
  60. @ryota-murakami ryota-murakami pushed to laststance/laststance.io · December 11, 2025 13:13
    2 commits to main
    • @ryota-murakami 20a2a21
      fix: refine typography styles for better visual hierarchy and readabi…
    • @ryota-murakami 923487f
      fix: adjust margin spacing in typography styles for consistency
    • 8 more commits »
  61. @ryota-murakami ryota-murakami pushed to laststance/corelive · December 11, 2025 13:07
    2 commits to main
    • @ryota-murakami d54328e
      chore(ci): add malware-safe-chain workflow
    • @ryota-murakami ae23d75
      Merge pull request #10 from laststance/update-malware-safe-chain-core…
  62. @ryota-murakami ryota-murakami pushed to laststance/react-typescript-todomvc-2022 · December 11, 2025 13:06
    2 commits to main
  63. @ryota-murakami ryota-murakami merged laststance/corelive#10 · December 11, 2025 05:07
    Add malware-safe-chain workflow #10

    This PR adds the malware-safe-chain workflow to protect against malicious npm packages during CI/CD, as recommended by the safe-chain repository.

    +25 -0
    3 comments
  64. @ryota-murakami ryota-murakami deleted branch refs/heads/update-malware-safe-chain-react-typescript-todomvc-2022 in laststance/react-typescript-todomvc-2022 · December 11, 2025 13:06
  65. Add malware-safe-chain workflow #1481

    This PR adds the malware-safe-chain workflow to protect against malicious npm packages during CI/CD, as recommended by the safe-chain repository.

    +27 -0
  66. @ryota-murakami ryota-murakami pushed to laststance/laststance.io · December 11, 2025 13:00
    2 commits to feat/improve-prose-readability
    • @ryota-murakami ad8441f
      fix: update marginBottom for h2 in typography styles to enhance layou…
    • @cursoragent 1ace6dd
      Refactor: Update malware-safe-chain workflow and add PR creation script
    • 11 more commits »
  67. @ryota-murakami ryota-murakami pushed to laststance/react-typescript-todomvc-2022 · December 11, 2025 12:28
    1 commit to update-malware-safe-chain-react-typescript-todomvc-2022
    • @ryota-murakami 83977b6
      Update malware-safe-chain.yml
  68. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 11, 2025 10:47
    2 commits to main
    • @ryota-murakami ac06b9c
      fix: improve Controls panel button text contrast
    • @ryota-murakami 8acd9b9
      fix: resolve ENOENT coverage temp directory error in Storybook test r…
    • 2 more commits »
  69. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 11, 2025 04:04
    2 commits to main
    • @ryota-murakami 340300a
      chore: remove TypeScript check directive from ESLint configuration
    • @ryota-murakami 190e3be
      chore: update dependencies and configuration for improved testing and…
  70. @ryota-murakami ryota-murakami starred vercel-labs/fix-react2shell-next · December 10, 2025 16:16

    One command to fix CVE-2025-66478 (React 2 Shell RCE) in your Next.js / React RSC app.

    JavaScript 303 Updated Dec 12

  71. @ryota-murakami ryota-murakami pushed to laststance/bookmark-xp-explorer · December 10, 2025 23:13
    2 commits to main
    • @ryota-murakami e30e271
      feat: add reusable header background gradient variable
    • @ryota-murakami 0eff2d4
      refactor: update store listing to improve clarity and organization of…
    • 3 more commits »
  72. @ryota-murakami ryota-murakami pushed to laststance/create-react-app-vite · December 10, 2025 22:53
    1 commit to main
    • @ryota-murakami 0316a93
      chore: update .gitignore to include .env and .vercel files
  73. @ryota-murakami ryota-murakami merged laststance/usd-query#599 · December 10, 2025 14:30
    fix(ci): update deprecated GitHub Actions to latest versions #599

    Summary

    • Update all deprecated GitHub Actions to their latest versions to fix CI failures

    Changes

    Action Old Version New Version
    actions/ch…
    +11 -11
  74. @ryota-murakami ryota-murakami deleted branch refs/heads/fix/update-deprecated-github-actions in laststance/usd-query · December 10, 2025 22:30

    Updated Dec 10

  75. @ryota-murakami ryota-murakami pushed to laststance/usd-query · December 10, 2025 22:30
    2 commits to main
    • @ryota-murakami edccd08
      fix(ci): update deprecated GitHub Actions to latest versions
    • @ryota-murakami d2e81d0
      Merge pull request #599 from laststance/fix/update-deprecated-github-…
  76. @ryota-murakami ryota-murakami pushed to laststance/bookmark-xp-explorer · December 10, 2025 20:40
    2 commits to main
    • @ryota-murakami f85e9c0
      feat: add auto-scroll during drag and drop
    • @ryota-murakami 72ac8fe
      refactor: centralize header background gradient as reusable CSS variable
  77. @ryota-murakami ryota-murakami opened laststance/usd-query#599 · December 10, 2025 12:18
    fix(ci): update deprecated GitHub Actions to latest versions #599

    Summary

    • Update all deprecated GitHub Actions to their latest versions to fix CI failures

    Changes

    Action Old Version New Version
    actions/ch…
    +11 -11
  78. @ryota-murakami ryota-murakami created a branch in laststance/usd-query · December 10, 2025 20:18
  79. @ryota-murakami ryota-murakami deleted branch refs/heads/update-malware-safe-chain-vite-rtk-query in laststance/vite-rtk-query · December 10, 2025 20:18

    Updated Dec 10

  80. @ryota-murakami ryota-murakami pushed to laststance/vite-rtk-query · December 10, 2025 20:18
    2 commits to main
  81. @ryota-murakami ryota-murakami merged laststance/vite-rtk-query#1635 · December 10, 2025 12:18
    Update malware-safe-chain workflow to use curl installation #1635

    This PR updates the malware-safe-chain workflow to use the latest curl-based installation method instead of the legacy npm installation, as recomme…

    +8 -43
  82. @ryota-murakami ryota-murakami pushed to laststance/corelive · December 10, 2025 14:22
    1 commit to main
    • @ryota-murakami 053944f
      chore: update dependencies in package.json to latest versions
  83. @ryota-murakami ryota-murakami starred steipete/agent-rules · December 10, 2025 01:00

    Rules and Knowledge to work better with agents such as Claude Code or Cursor

    Shell 5.3k Updated Nov 25

  84. @ryota-murakami ryota-murakami opened an issue in laststance/mui-storybook · December 10, 2025 00:13
    Add CUSTOM_TOOLS configuration for extracting Example code via MCP #16
    ## Summary Document how to create CUSTOM_TOOLS for Storybook MCP Server to extract source code from our Example stories (Dashboard, Forms, etc.). #…
  85. @ryota-murakami ryota-murakami opened an issue in laststance/mui-storybook · December 10, 2025 00:09
    Add documentation for Storybook MCP Server integration #15
    ## Summary Add documentation on how to use mui-storybook with the [Storybook MCP Server](https://github.com/mcpland/storybook-mcp) to enable AI ass…
  86. @ryota-murakami ryota-murakami deleted branch refs/heads/update-malware-safe-chain-mui-storybook in laststance/mui-storybook · December 10, 2025 07:10

    Updated Dec 10

  87. @ryota-murakami ryota-murakami merged laststance/mui-storybook#14 · December 9, 2025 23:10
    Add malware-safe-chain workflow #14

    This PR adds the malware-safe-chain workflow to protect against malicious npm packages during CI/CD, as recommended by the safe-chain repository.

    +27 -0
  88. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 10, 2025 07:10
    1 commit to main
  89. @ryota-murakami ryota-murakami pushed to laststance/mui-storybook · December 10, 2025 07:10
    1 commit to update-malware-safe-chain-mui-storybook
    • @ryota-murakami ff9a7c2
      Update pnpm version in workflow file
  90. @ryota-murakami ryota-murakami deleted branch refs/heads/update-malware-safe-chain-eslint-config-ts-prefixer in laststance/eslint-config-ts-prefixer · December 10, 2025 04:48
  91. @ryota-murakami ryota-murakami merged laststance/eslint-config-ts-prefixer#442 · December 9, 2025 20:48
    Update malware-safe-chain workflow to use curl installation #442

    This PR updates the malware-safe-chain workflow to use the latest curl-based installation method instead of the legacy npm installation, as recomme…

    +9 -45
  92. @ryota-murakami ryota-murakami pushed to laststance/eslint-config-ts-prefixer · December 10, 2025 04:48
    2 commits to main
    • @ryota-murakami fce5870
      chore(ci): update malware-safe-chain workflow to use curl installation
    • @ryota-murakami 3cdb260
      Update pnpm version in workflow configuration
    • 1 more commit »
  93. @ryota-murakami ryota-murakami pushed to laststance/usd-query · December 10, 2025 04:33
    1 commit to main
    • @ryota-murakami 1ee2057
      feat: update ESLint configuration and Vitest settings
  94. @ryota-murakami ryota-murakami pushed to laststance/create-react-app-vite · December 10, 2025 03:04
    1 commit to main
    • @ryota-murakami 873c37a
      chore: update dependencies and ESLint configuration
  95. @ryota-murakami ryota-murakami deleted branch refs/heads/update-malware-safe-chain-swagger-node-codegen in laststance/swagger-node-codegen · December 10, 2025 02:31
  96. @ryota-murakami ryota-murakami merged laststance/swagger-node-codegen#1 · December 9, 2025 18:31
    Add malware-safe-chain workflow #1

    This PR adds the malware-safe-chain workflow to protect against malicious npm packages during CI/CD, as recommended by the safe-chain repository.

    +23 -0
  97. @ryota-murakami ryota-murakami pushed to laststance/swagger-node-codegen · December 10, 2025 02:31
    2 commits to master
    • @ryota-murakami 534b7c6
      chore(ci): add malware-safe-chain workflow
    • @ryota-murakami c0b6fb0
      Merge pull request #1 from laststance/update-malware-safe-chain-swagg…
  98. @ryota-murakami ryota-murakami deleted branch refs/heads/update-malware-safe-chain-react-next-eslint-plugin in laststance/react-next-eslint-plugin · December 10, 2025 02:30
  99. @ryota-murakami ryota-murakami merged laststance/react-next-eslint-plugin#11 · December 9, 2025 18:30
    Add malware-safe-chain workflow #11

    This PR adds the malware-safe-chain workflow to protect against malicious npm packages during CI/CD, as recommended by the safe-chain repository.

    +25 -0
  100. @ryota-murakami ryota-murakami pushed to laststance/react-next-eslint-plugin · December 10, 2025 02:30
    2 commits to main
    • @ryota-murakami eb6115d
      chore(ci): add malware-safe-chain workflow
    • @ryota-murakami 6c938ba
      Merge pull request #11 from laststance/update-malware-safe-chain-reac…
  101. @ryota-murakami ryota-murakami pushed to laststance/vite-rtk-query · December 10, 2025 02:29
    1 commit to update-malware-safe-chain-vite-rtk-query
    • @ryota-murakami d88b642
      Update pnpm version to 10 in workflow
  102. @ryota-murakami ryota-murakami pushed to laststance/geek-infiltration · December 10, 2025 02:28
    1 commit to update-malware-safe-chain-geek-infiltration
    • @ryota-murakami ca4ea4e
      Update pnpm version to 10 in workflow
  103. @ryota-murakami ryota-murakami deleted branch refs/heads/update-malware-safe-chain-utils in laststance/utils · December 10, 2025 02:26

    Updated Dec 10

  104. @ryota-murakami ryota-murakami merged laststance/utils#1066 · December 9, 2025 18:26
    Add malware-safe-chain workflow #1066

    This PR adds the malware-safe-chain workflow to protect against malicious npm packages during CI/CD, as recommended by the safe-chain repository.

    +25 -0
  105. @ryota-murakami ryota-murakami pushed to laststance/utils · December 10, 2025 02:26
    2 commits to main
    • @ryota-murakami 8b15677
      chore(ci): add malware-safe-chain workflow
    • @ryota-murakami 4ad454c
      Merge pull request #1066 from laststance/update-malware-safe-chain-utils
  106. @ryota-murakami ryota-murakami deleted branch refs/heads/update-malware-safe-chain-git-gpt-commit in laststance/git-gpt-commit · December 10, 2025 02:25

    Updated Dec 10

  107. @ryota-murakami ryota-murakami merged laststance/git-gpt-commit#73 · December 9, 2025 18:25
    Add malware-safe-chain workflow #73

    This PR adds the malware-safe-chain workflow to protect against malicious npm packages during CI/CD, as recommended by the safe-chain repository.

    +27 -0
  108. @ryota-murakami ryota-murakami pushed to laststance/git-gpt-commit · December 10, 2025 02:25
    2 commits to main
  109. @ryota-murakami ryota-murakami pushed to laststance/eslint-config-ts-prefixer · December 10, 2025 02:24
    1 commit to update-malware-safe-chain-eslint-config-ts-prefixer
    • @ryota-murakami 3cdb260
      Update pnpm version in workflow configuration
  110. @ryota-murakami ryota-murakami pushed to laststance/git-gpt-commit · December 10, 2025 02:23
    1 commit to update-malware-safe-chain-git-gpt-commit
    • @ryota-murakami 8f63fd5
      Specify pnpm version in workflow file
  111. @ryota-murakami ryota-murakami merged laststance/usd-query#598 · December 9, 2025 18:19
    Update malware-safe-chain workflow to use curl installation #598

    This PR updates the malware-safe-chain workflow to use the latest curl-based installation method instead of the legacy npm installation, as recomme…

    +11 -46
  112. @ryota-murakami ryota-murakami pushed to laststance/usd-query · December 10, 2025 02:19
    2 commits to main
    • @ryota-murakami e75ca98
      chore(ci): update malware-safe-chain workflow to use curl installation
    • @ryota-murakami 30a2024
      Merge pull request #598 from laststance/update-malware-safe-chain-usd…
  113. @ryota-murakami ryota-murakami deleted branch refs/heads/update-malware-safe-chain-usd-query in laststance/usd-query · December 10, 2025 02:19

    Updated Dec 10

  114. @ryota-murakami ryota-murakami deleted branch refs/heads/update-malware-safe-chain-signage in laststance/signage · December 10, 2025 02:19

    Updated Dec 10

  115. @ryota-murakami ryota-murakami pushed to laststance/signage · December 10, 2025 02:19
    1 commit to main
    • @ryota-murakami b46d035
      Add malware-safe-chain workflow (#4)
  116. @ryota-murakami ryota-murakami merged laststance/signage#4 · December 9, 2025 18:19
    Add malware-safe-chain workflow #4

    This PR adds the malware-safe-chain workflow to protect against malicious npm packages during CI/CD, as recommended by the safe-chain repository.

    +29 -0
    1 comment
  117. @ryota-murakami ryota-murakami deleted branch refs/heads/update-malware-safe-chain-copy-to in laststance/copy-to · December 10, 2025 02:18

    Updated Dec 10

  118. @ryota-murakami ryota-murakami deleted branch refs/heads/update-malware-safe-chain-npm-publish-tool in laststance/npm-publish-tool · December 10, 2025 02:18
  119. @ryota-murakami ryota-murakami pushed to laststance/npm-publish-tool · December 10, 2025 02:18
    2 commits to main
    • @ryota-murakami 5d62325
      chore(ci): add malware-safe-chain workflow
    • @ryota-murakami 37e288b
      Merge pull request #8 from laststance/update-malware-safe-chain-npm-p…
  120. @ryota-murakami ryota-murakami merged laststance/npm-publish-tool#8 · December 9, 2025 18:18
    Add malware-safe-chain workflow #8

    This PR adds the malware-safe-chain workflow to protect against malicious npm packages during CI/CD, as recommended by the safe-chain repository.

    +25 -0
  121. @ryota-murakami ryota-murakami pushed to laststance/signage · December 10, 2025 02:18
    1 commit to update-malware-safe-chain-signage
    • @ryota-murakami bccd8bb
      fix(ci): pin safe-chain version to avoid GitHub API rate limit
  122. @ryota-murakami ryota-murakami deleted branch refs/heads/update-malware-safe-chain-create-web-site in laststance/create-web-site · December 10, 2025 02:18
  123. @ryota-murakami ryota-murakami merged laststance/create-web-site#1 · December 9, 2025 18:18
    Add malware-safe-chain workflow #1

    This PR adds the malware-safe-chain workflow to protect against malicious npm packages during CI/CD, as recommended by the safe-chain repository.

    +25 -0
  124. @ryota-murakami ryota-murakami pushed to laststance/create-web-site · December 10, 2025 02:18
    2 commits to main
    • @ryota-murakami 1a52608
      chore(ci): add malware-safe-chain workflow
    • @ryota-murakami 5b499f5
      Merge pull request #1 from laststance/update-malware-safe-chain-creat…
  125. @ryota-murakami ryota-murakami pushed to laststance/copy-to · December 10, 2025 02:17
    2 commits to main
    • @ryota-murakami 3bbcf7c
      chore(ci): add malware-safe-chain workflow
    • @ryota-murakami de5810d
      Merge pull request #1 from laststance/update-malware-safe-chain-copy-to
  126. @ryota-murakami ryota-murakami merged laststance/copy-to#1 · December 9, 2025 18:17
    Add malware-safe-chain workflow #1

    This PR adds the malware-safe-chain workflow to protect against malicious npm packages during CI/CD, as recommended by the safe-chain repository.

    +25 -0
  127. @ryota-murakami ryota-murakami pushed to laststance/Redux-Front-Page · December 10, 2025 02:17
    1 commit to main
    • @ryota-murakami ea870f6
      fix(types): add const assertions to framer-motion ease arrays
  128. @ryota-murakami ryota-murakami merged laststance/do-i-need-an-umbrella#5 · December 9, 2025 18:15
    Add malware-safe-chain workflow #5

    This PR adds the malware-safe-chain workflow to protect against malicious npm packages during CI/CD, as recommended by the safe-chain repository.

    +27 -0
    1 comment
  129. @ryota-murakami ryota-murakami pushed to laststance/do-i-need-an-umbrella · December 10, 2025 02:15
    2 commits to main
  130. @ryota-murakami ryota-murakami pushed to laststance/electron-mcp-server · December 10, 2025 02:12
    2 commits to main
    • @ryota-murakami eb14585
      chore(ci): add malware-safe-chain workflow
    • @ryota-murakami 5c965b1
      Merge pull request #2 from laststance/update-malware-safe-chain-elect…
  131. @ryota-murakami ryota-murakami merged laststance/electron-mcp-server#2 · December 9, 2025 18:12
    Add malware-safe-chain workflow #2

    This PR adds the malware-safe-chain workflow to protect against malicious npm packages during CI/CD, as recommended by the safe-chain repository.

    +23 -0
  132. @ryota-murakami ryota-murakami deleted branch refs/heads/update-malware-safe-chain-bookmark-xp-explorer in laststance/bookmark-xp-explorer · December 10, 2025 02:11
  133. @ryota-murakami ryota-murakami pushed to laststance/bookmark-xp-explorer · December 10, 2025 02:11
    1 commit to main
    • @ryota-murakami 9b27c9a
      Add malware-safe-chain workflow (#1)
  134. @ryota-murakami ryota-murakami merged laststance/bookmark-xp-explorer#1 · December 9, 2025 18:11
    Add malware-safe-chain workflow #1

    This PR adds the malware-safe-chain workflow to protect against malicious npm packages during CI/CD, as recommended by the safe-chain repository.

    +28 -1