mirror of
https://github.com/mindfold-ai/Trellis.git
synced 2026-04-25 01:55:54 +03:00
[PR #31] [MERGED] Feat/codex #48
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Trellis#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mindfold-ai/Trellis/pull/31
Author: @taosu0216
Created: 2/9/2026
Status: ✅ Merged
Merged: 2/9/2026
Merged by: @taosu0216
Base:
main← Head:feat/codex📝 Commits (7)
bb9fceafeat(codex): add codex platform integration and templates3f2cb2ftest(codex): add coverage for init, templates and path handlingc3a3306docs(workflow): add improve-ut and align backend check guidance8b13a15chore(task): archive codex skills template init task087f545chore(session): record session 49 for codex integration9bad4b5docs(migrations): add 0.3.0-rc.2 manifest1a284060.3.0-rc.2📊 Changes
40 files changed (+2462 additions, -29 deletions)
View changed files
➕
.agents/skills/improve-ut/SKILL.md(+67 -0)📝
.claude/commands/trellis/check-backend.md(+0 -1)➕
.claude/commands/trellis/improve-ut.md(+62 -0)📝
.trellis/spec/backend/platform-integration.md(+29 -4)➕
.trellis/tasks/archive/2026-02/02-09-codex-skills-template-init/prd.md(+139 -0)➕
.trellis/tasks/archive/2026-02/02-09-codex-skills-template-init/task.json(+41 -0)📝
.trellis/workspace/taosu/index.md(+4 -3)📝
.trellis/workspace/taosu/journal-2.md(+49 -0)📝
README.md(+4 -1)📝
README_CN.md(+4 -1)📝
package.json(+1 -1)📝
src/cli/index.ts(+1 -0)📝
src/commands/init.ts(+1 -0)➕
src/configurators/codex.ts(+21 -0)📝
src/configurators/index.ts(+12 -0)➕
src/migrations/manifests/0.3.0-rc.2.json(+9 -0)➕
src/templates/codex/index.ts(+50 -0)➕
src/templates/codex/skills/before-backend-dev/SKILL.md(+18 -0)➕
src/templates/codex/skills/before-frontend-dev/SKILL.md(+18 -0)➕
src/templates/codex/skills/break-loop/SKILL.md(+130 -0)...and 20 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.