[PR #61] [MERGED] Feat/record session auto commit #61

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

📋 Pull Request Information

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

Base: mainHead: feat/record-session-auto-commit


📝 Commits (10+)

  • d5ac365 feat(scripts): auto-commit workspace changes after record-session
  • 8fa5771 docs(templates): update record-session templates for auto-commit
  • 923f2f1 chore: record session
  • 7c4a829 feat(config): add .trellis/config.yaml for project-level settings
  • f2370fe refactor(scripts): use config.yaml for commit message and journal limit
  • 2c8bddf docs(templates): update record-session docs to reference config.yaml
  • 7686947 Revert "docs(templates): update record-session docs to reference config.yaml"
  • 1d5a84a docs(templates): remove commit message detail from record-session docs
  • 9151446 chore: record journal
  • 33ae0fd fix(templates): revert prerequisite wording to original

📊 Changes

23 files changed (+355 additions, -23 deletions)

View changed files

.trellis/config.yaml (+15 -0)
📝 .trellis/scripts/add_session.py (+52 -10)
.trellis/scripts/common/config.py (+52 -0)
📝 .trellis/workspace/taosu/index.md (+5 -3)
📝 .trellis/workspace/taosu/journal-2.md (+69 -0)
📝 README.md (+1 -0)
📝 README_CN.md (+1 -0)
📝 docs/guide-zh.md (+1 -0)
📝 docs/guide.md (+1 -0)
📝 src/commands/update.ts (+4 -0)
📝 src/configurators/workflow.ts (+7 -0)
📝 src/templates/claude/commands/trellis/record-session.md (+3 -0)
📝 src/templates/codex/skills/record-session/SKILL.md (+3 -0)
📝 src/templates/cursor/commands/trellis-record-session.md (+3 -0)
📝 src/templates/gemini/commands/trellis/record-session.toml (+3 -0)
📝 src/templates/iflow/commands/trellis/record-session.md (+3 -0)
📝 src/templates/kilo/commands/trellis/record-session.md (+3 -0)
📝 src/templates/kiro/skills/record-session/SKILL.md (+3 -0)
📝 src/templates/opencode/commands/trellis/record-session.md (+3 -0)
src/templates/trellis/config.yaml (+15 -0)

...and 3 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/61 **Author:** [@taosu0216](https://github.com/taosu0216) **Created:** 3/3/2026 **Status:** ✅ Merged **Merged:** 3/3/2026 **Merged by:** [@taosu0216](https://github.com/taosu0216) **Base:** `main` ← **Head:** `feat/record-session-auto-commit` --- ### 📝 Commits (10+) - [`d5ac365`](https://github.com/mindfold-ai/Trellis/commit/d5ac365640ad498b6670cb3faf2e16b81105fce0) feat(scripts): auto-commit workspace changes after record-session - [`8fa5771`](https://github.com/mindfold-ai/Trellis/commit/8fa5771207ca9b655926cdbc61e70561b9b5cda7) docs(templates): update record-session templates for auto-commit - [`923f2f1`](https://github.com/mindfold-ai/Trellis/commit/923f2f1c0de4256b9df81d9ef77e260882218604) chore: record session - [`7c4a829`](https://github.com/mindfold-ai/Trellis/commit/7c4a8298cdbcee5d915c42b659da060edfeb80ed) feat(config): add .trellis/config.yaml for project-level settings - [`f2370fe`](https://github.com/mindfold-ai/Trellis/commit/f2370fe4750803c411f49c6c83df238da3037932) refactor(scripts): use config.yaml for commit message and journal limit - [`2c8bddf`](https://github.com/mindfold-ai/Trellis/commit/2c8bddf74b7b64ca1848c5d28939cdd8a32b1f60) docs(templates): update record-session docs to reference config.yaml - [`7686947`](https://github.com/mindfold-ai/Trellis/commit/7686947813ac6ca95ad02b79eb70f9068b00e038) Revert "docs(templates): update record-session docs to reference config.yaml" - [`1d5a84a`](https://github.com/mindfold-ai/Trellis/commit/1d5a84a575bf33007f397b87d952dbb91a42f880) docs(templates): remove commit message detail from record-session docs - [`9151446`](https://github.com/mindfold-ai/Trellis/commit/91514461a5435d01eb05075cebdcd8ab378fef85) chore: record journal - [`33ae0fd`](https://github.com/mindfold-ai/Trellis/commit/33ae0fdbc09e38fdc696859be15fd76c2dbd503f) fix(templates): revert prerequisite wording to original ### 📊 Changes **23 files changed** (+355 additions, -23 deletions) <details> <summary>View changed files</summary> ➕ `.trellis/config.yaml` (+15 -0) 📝 `.trellis/scripts/add_session.py` (+52 -10) ➕ `.trellis/scripts/common/config.py` (+52 -0) 📝 `.trellis/workspace/taosu/index.md` (+5 -3) 📝 `.trellis/workspace/taosu/journal-2.md` (+69 -0) 📝 `README.md` (+1 -0) 📝 `README_CN.md` (+1 -0) 📝 `docs/guide-zh.md` (+1 -0) 📝 `docs/guide.md` (+1 -0) 📝 `src/commands/update.ts` (+4 -0) 📝 `src/configurators/workflow.ts` (+7 -0) 📝 `src/templates/claude/commands/trellis/record-session.md` (+3 -0) 📝 `src/templates/codex/skills/record-session/SKILL.md` (+3 -0) 📝 `src/templates/cursor/commands/trellis-record-session.md` (+3 -0) 📝 `src/templates/gemini/commands/trellis/record-session.toml` (+3 -0) 📝 `src/templates/iflow/commands/trellis/record-session.md` (+3 -0) 📝 `src/templates/kilo/commands/trellis/record-session.md` (+3 -0) 📝 `src/templates/kiro/skills/record-session/SKILL.md` (+3 -0) 📝 `src/templates/opencode/commands/trellis/record-session.md` (+3 -0) ➕ `src/templates/trellis/config.yaml` (+15 -0) _...and 3 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:33 +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#61
No description provided.