[PR #1] [MERGED] Refactor/command path #44

Closed
opened 2026-03-03 15:47:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mindfold-ai/Trellis/pull/1
Author: @taosu0216
Created: 1/28/2026
Status: Merged
Merged: 1/28/2026
Merged by: @taosu0216

Base: mainHead: refactor/command-path


📝 Commits (7)

  • 83f7dab refactor(templates): move Claude commands to trellis/ subdirectory
  • b24f22f refactor(templates): rename Cursor commands with trellis- prefix
  • 9b203f8 refactor(ts): update command paths in TypeScript files
  • 142cccf refactor(hooks/scripts): update command path references
  • 608ab95 docs: update command references to /trellis:* namespace
  • 33e1c1d chore: update project's own command files and add migration
  • 79834b3 chore: archive completed task 01-28-cli-tui-system

📊 Changes

79 files changed (+865 additions, -428 deletions)

View changed files

📝 .claude/commands/trellis/before-backend-dev.md (+0 -0)
📝 .claude/commands/trellis/before-frontend-dev.md (+0 -0)
📝 .claude/commands/trellis/break-loop.md (+0 -0)
📝 .claude/commands/trellis/check-backend.md (+0 -0)
📝 .claude/commands/trellis/check-cross-layer.md (+1 -1)
📝 .claude/commands/trellis/check-frontend.md (+0 -0)
📝 .claude/commands/trellis/create-command.md (+9 -9)
📝 .claude/commands/trellis/finish-work.md (+5 -5)
📝 .claude/commands/trellis/integrate-skill.md (+4 -4)
📝 .claude/commands/trellis/onboard.md (+32 -32)
📝 .claude/commands/trellis/parallel.md (+6 -6)
📝 .claude/commands/trellis/record-session.md (+0 -0)
📝 .claude/commands/trellis/start.md (+6 -6)
📝 .claude/commands/trellis/update-spec.md (+5 -5)
📝 .claude/hooks/inject-subagent-context.py (+14 -18)
📝 .claude/hooks/session-start.py (+3 -1)
📝 .cursor/commands/trellis-before-backend-dev.md (+0 -0)
📝 .cursor/commands/trellis-before-frontend-dev.md (+0 -0)
📝 .cursor/commands/trellis-break-loop.md (+0 -0)
📝 .cursor/commands/trellis-check-backend.md (+0 -0)

...and 59 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mindfold-ai/Trellis/pull/1 **Author:** [@taosu0216](https://github.com/taosu0216) **Created:** 1/28/2026 **Status:** ✅ Merged **Merged:** 1/28/2026 **Merged by:** [@taosu0216](https://github.com/taosu0216) **Base:** `main` ← **Head:** `refactor/command-path` --- ### 📝 Commits (7) - [`83f7dab`](https://github.com/mindfold-ai/Trellis/commit/83f7dab0aaee7d810d111bc25cc13a4eadc8e9a0) refactor(templates): move Claude commands to trellis/ subdirectory - [`b24f22f`](https://github.com/mindfold-ai/Trellis/commit/b24f22f76e4b21cee9641762b8df7b9849040b76) refactor(templates): rename Cursor commands with trellis- prefix - [`9b203f8`](https://github.com/mindfold-ai/Trellis/commit/9b203f829f74f5732e173745150e2789be27befe) refactor(ts): update command paths in TypeScript files - [`142cccf`](https://github.com/mindfold-ai/Trellis/commit/142cccf36b5415035a6e1bafe5001c6bdeb7f37a) refactor(hooks/scripts): update command path references - [`608ab95`](https://github.com/mindfold-ai/Trellis/commit/608ab95cdc701759b093f3fc606d0f7c1ef5c824) docs: update command references to /trellis:* namespace - [`33e1c1d`](https://github.com/mindfold-ai/Trellis/commit/33e1c1d51783325495831d85d961f886ea732af1) chore: update project's own command files and add migration - [`79834b3`](https://github.com/mindfold-ai/Trellis/commit/79834b378ace3c8b409531f0793ca0a437798f1e) chore: archive completed task 01-28-cli-tui-system ### 📊 Changes **79 files changed** (+865 additions, -428 deletions) <details> <summary>View changed files</summary> 📝 `.claude/commands/trellis/before-backend-dev.md` (+0 -0) 📝 `.claude/commands/trellis/before-frontend-dev.md` (+0 -0) 📝 `.claude/commands/trellis/break-loop.md` (+0 -0) 📝 `.claude/commands/trellis/check-backend.md` (+0 -0) 📝 `.claude/commands/trellis/check-cross-layer.md` (+1 -1) 📝 `.claude/commands/trellis/check-frontend.md` (+0 -0) 📝 `.claude/commands/trellis/create-command.md` (+9 -9) 📝 `.claude/commands/trellis/finish-work.md` (+5 -5) 📝 `.claude/commands/trellis/integrate-skill.md` (+4 -4) 📝 `.claude/commands/trellis/onboard.md` (+32 -32) 📝 `.claude/commands/trellis/parallel.md` (+6 -6) 📝 `.claude/commands/trellis/record-session.md` (+0 -0) 📝 `.claude/commands/trellis/start.md` (+6 -6) 📝 `.claude/commands/trellis/update-spec.md` (+5 -5) 📝 `.claude/hooks/inject-subagent-context.py` (+14 -18) 📝 `.claude/hooks/session-start.py` (+3 -1) 📝 `.cursor/commands/trellis-before-backend-dev.md` (+0 -0) 📝 `.cursor/commands/trellis-before-frontend-dev.md` (+0 -0) 📝 `.cursor/commands/trellis-break-loop.md` (+0 -0) 📝 `.cursor/commands/trellis-check-backend.md` (+0 -0) _...and 59 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:47:28 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Trellis#44
No description provided.