[PR #38] [MERGED] Feat/codex #51

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

📋 Pull Request Information

Original PR: https://github.com/mindfold-ai/Trellis/pull/38
Author: @taosu0216
Created: 2/17/2026
Status: Merged
Merged: 2/24/2026
Merged by: @taosu0216

Base: mainHead: feat/codex


📝 Commits (10+)

  • 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
  • 2b8c7ff docs(code-spec): enforce executable spec requirements in active commands
  • 31a858e docs(templates): sync code-spec requirements to generated command templates
  • c5f88c0 fix(templates): tolerate formatted markdown in add_session.py table separator matching

📊 Changes

59 files changed (+3954 additions, -354 deletions)

View changed files

📝 .agents/skills/finish-work/SKILL.md (+18 -4)
📝 .agents/skills/start/SKILL.md (+32 -16)
📝 .agents/skills/update-spec/SKILL.md (+86 -17)
📝 .claude/agents/dispatch.md (+2 -2)
📝 .claude/commands/trellis/finish-work.md (+19 -4)
📝 .claude/commands/trellis/start.md (+32 -16)
📝 .claude/commands/trellis/update-spec.md (+85 -16)
📝 .claude/hooks/inject-subagent-context.py (+22 -6)
📝 .cursor/commands/trellis-finish-work.md (+18 -4)
📝 .cursor/commands/trellis-start.md (+20 -4)
📝 .cursor/commands/trellis-update-spec.md (+85 -16)
📝 .opencode/agents/dispatch.md (+3 -1)
📝 .opencode/plugin/inject-subagent-context.js (+23 -5)
📝 .trellis/.template-hashes.json (+3 -2)
📝 .trellis/.version (+1 -1)
📝 .trellis/scripts/add_session.py (+1 -1)
📝 .trellis/scripts/common/cli_adapter.py (+33 -10)
📝 .trellis/scripts/common/registry.py (+1 -1)
📝 .trellis/spec/backend/platform-integration.md (+23 -0)
📝 .trellis/spec/guides/cross-platform-thinking-guide.md (+6 -0)

...and 39 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/38 **Author:** [@taosu0216](https://github.com/taosu0216) **Created:** 2/17/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@taosu0216](https://github.com/taosu0216) **Base:** `main` ← **Head:** `feat/codex` --- ### 📝 Commits (10+) - [`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 - [`2b8c7ff`](https://github.com/mindfold-ai/Trellis/commit/2b8c7ff5824ad27fa2f7d8ca710fd9db9a00bd12) docs(code-spec): enforce executable spec requirements in active commands - [`31a858e`](https://github.com/mindfold-ai/Trellis/commit/31a858e62f76a2b51fa7332c696df49b7a486bd0) docs(templates): sync code-spec requirements to generated command templates - [`c5f88c0`](https://github.com/mindfold-ai/Trellis/commit/c5f88c00729373e9ca73d74f98740c63ea68bd12) fix(templates): tolerate formatted markdown in add_session.py table separator matching ### 📊 Changes **59 files changed** (+3954 additions, -354 deletions) <details> <summary>View changed files</summary> 📝 `.agents/skills/finish-work/SKILL.md` (+18 -4) 📝 `.agents/skills/start/SKILL.md` (+32 -16) 📝 `.agents/skills/update-spec/SKILL.md` (+86 -17) 📝 `.claude/agents/dispatch.md` (+2 -2) 📝 `.claude/commands/trellis/finish-work.md` (+19 -4) 📝 `.claude/commands/trellis/start.md` (+32 -16) 📝 `.claude/commands/trellis/update-spec.md` (+85 -16) 📝 `.claude/hooks/inject-subagent-context.py` (+22 -6) 📝 `.cursor/commands/trellis-finish-work.md` (+18 -4) 📝 `.cursor/commands/trellis-start.md` (+20 -4) 📝 `.cursor/commands/trellis-update-spec.md` (+85 -16) 📝 `.opencode/agents/dispatch.md` (+3 -1) 📝 `.opencode/plugin/inject-subagent-context.js` (+23 -5) 📝 `.trellis/.template-hashes.json` (+3 -2) 📝 `.trellis/.version` (+1 -1) 📝 `.trellis/scripts/add_session.py` (+1 -1) 📝 `.trellis/scripts/common/cli_adapter.py` (+33 -10) 📝 `.trellis/scripts/common/registry.py` (+1 -1) 📝 `.trellis/spec/backend/platform-integration.md` (+23 -0) 📝 `.trellis/spec/guides/cross-platform-thinking-guide.md` (+6 -0) _...and 39 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:30 +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#51
No description provided.