mirror of
https://github.com/mindfold-ai/Trellis.git
synced 2026-04-25 01:55:54 +03:00
[PR #61] [MERGED] Feat/record session auto commit #61
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#61
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/61
Author: @taosu0216
Created: 3/3/2026
Status: ✅ Merged
Merged: 3/3/2026
Merged by: @taosu0216
Base:
main← Head:feat/record-session-auto-commit📝 Commits (10+)
d5ac365feat(scripts): auto-commit workspace changes after record-session8fa5771docs(templates): update record-session templates for auto-commit923f2f1chore: record session7c4a829feat(config): add .trellis/config.yaml for project-level settingsf2370ferefactor(scripts): use config.yaml for commit message and journal limit2c8bddfdocs(templates): update record-session docs to reference config.yaml7686947Revert "docs(templates): update record-session docs to reference config.yaml"1d5a84adocs(templates): remove commit message detail from record-session docs9151446chore: record journal33ae0fdfix(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.