[PR #31] [MERGED] Feat/codex #48

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

📋 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: mainHead: feat/codex


📝 Commits (7)

  • bb9fcea feat(codex): add codex platform integration and templates
  • 3f2cb2f test(codex): add coverage for init, templates and path handling
  • c3a3306 docs(workflow): add improve-ut and align backend check guidance
  • 8b13a15 chore(task): archive codex skills template init task
  • 087f545 chore(session): record session 49 for codex integration
  • 9bad4b5 docs(migrations): add 0.3.0-rc.2 manifest
  • 1a28406 0.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.

## 📋 Pull Request Information **Original PR:** https://github.com/mindfold-ai/Trellis/pull/31 **Author:** [@taosu0216](https://github.com/taosu0216) **Created:** 2/9/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@taosu0216](https://github.com/taosu0216) **Base:** `main` ← **Head:** `feat/codex` --- ### 📝 Commits (7) - [`bb9fcea`](https://github.com/mindfold-ai/Trellis/commit/bb9fceaffbba7e623b6ffb1c672bbd662662938f) feat(codex): add codex platform integration and templates - [`3f2cb2f`](https://github.com/mindfold-ai/Trellis/commit/3f2cb2fcf38068416115c1e3f2254e928950b8ac) test(codex): add coverage for init, templates and path handling - [`c3a3306`](https://github.com/mindfold-ai/Trellis/commit/c3a33069804c61d1e36ab2db44276aee750729e5) docs(workflow): add improve-ut and align backend check guidance - [`8b13a15`](https://github.com/mindfold-ai/Trellis/commit/8b13a154fe6f4d4e8568e256a8bf0115e382046a) chore(task): archive codex skills template init task - [`087f545`](https://github.com/mindfold-ai/Trellis/commit/087f5451e88cf3d755c6af36a18d6c584ecd45bd) chore(session): record session 49 for codex integration - [`9bad4b5`](https://github.com/mindfold-ai/Trellis/commit/9bad4b586b5ba0961d5a7b349c70358ab90612a3) docs(migrations): add 0.3.0-rc.2 manifest - [`1a28406`](https://github.com/mindfold-ai/Trellis/commit/1a28406604a850cb48625cb3afab6415cee04e03) 0.3.0-rc.2 ### 📊 Changes **40 files changed** (+2462 additions, -29 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </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:29 +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#48
No description provided.