feat: v0.4.0-beta — self-hosted registry + new skills#131
Merged
Conversation
CodeBuddy (Tencent) uses .codebuddy/commands/trellis/<name>.md structure, supporting nested directory namespacing (e.g. /trellis:start). Includes type registry, configurator, 12 command templates, CLI flag, and Python cli_adapter integration.
New codebuddy.test.ts, plus updates to extract, platforms, init integration, and regression tests for full platform coverage.
Add type: ignore[import-not-found] to dynamic imports from common.* that are resolved at runtime via sys.path. Prevents IDE false positives.
* feat(cli): add branch context to .trellis session and journal records (#106) (#108) * feat(codex): add latest codex support --------- Co-authored-by: Lemonadeccc <82374719+Lemonadeccc@users.noreply.github.com> Co-authored-by: RsBin <3029898592@qq.com> Co-authored-by: taosu <116145501+taosu0216@users.noreply.github.com>
- Add PR #112 post-merge cleanup items (iFlow revert, workspace cleanup) - Configure implement/check/debug context files
Architecture:
- Change codex configDir from ".agents/skills" to ".codex"
- Replace extraManagedPaths with supportsAgentSkills flag
- .agents/skills/ is now a shared layer (agentskills.io standard)
- Platform detection uses .codex/ only, not .agents/skills/
Codex platform (.codex/):
- .codex/config.toml — project config
- .codex/agents/{implement,research,check}.toml — custom agents
- .codex/skills/parallel/ — Codex-specific skills (--platform codex)
- .codex/hooks/session-start.py + hooks.json — SessionStart hook
Python CLI adapter:
- config_dir_name: codex → ".codex"
- detect_platform: .codex/ → codex (not .agents/skills/)
- New requires_agent_definition_file property (false for codex)
- supports_cli_agents: added codex
- get_agent_path: returns .toml for codex
Migration (0.4.0-beta.8):
- Legacy Codex auto-upgrade via template-hashes detection
- safe-file-delete for .agents/skills/parallel/ and trellis-* agents
Cleanup:
- Fix iFlow --agent regression from PR #112
- Fix agent TOML format (name + description + developer_instructions)
- Remove workspace/task artifacts from PR #112
- Remove unused test/scripts/ Python tests
- Version: 0.3.0 → 0.4.0-beta.8 - Platforms: 9 → 11 (add Qoder, CodeBuddy) - Add monorepo support docs (packages, per-package specs, spec_scope) - Add task lifecycle hooks (after_create/start/finish/archive + Linear sync) - Add subtask system (parent/children, add-subtask/remove-subtask) - Update hook docs: SessionStart clear/compact matchers, PreToolUse Agent matcher, task-status injection, dynamic spec discovery - Add Codex platform updates: .codex/ dir, TOML agents, optional hooks - Add .agents/skills/ shared layer (agentskills.io standard) - Update scripts: common/ 6→19 modules, task.py 8→16 subcommands - New file: core/config.md — full config.yaml schema reference - Update platform paths in how-to-modify (Kilo workflows, Codex .codex/)
…o feat/v0.4.0-beta
added 15 commits
March 25, 2026 14:34
Codex generates .codex/hooks/session-start.py but had hasPythonHooks set to false, causing Windows users to miss the Python detection notice.
Add project-level statusLine that displays Trellis task info and CC session data in the Claude Code status bar. Shows 1 line when idle, 2 lines with active task. Includes model, context %, git branch, duration, developer, active task count, and rate limits.
Users with self-hosted GitLab (e.g., git.company.com) got "Unsupported provider" errors. Now parseRegistrySource handles: - SSH URLs (git@host:org/repo) for both public and self-hosted - ssh:// protocol with optional port - HTTPS URLs to unknown domains (default to GitLab patterns) - Public SSH URLs correctly map to native providers (gh/gitlab/bitbucket) Also adds exhaustive URL format enumeration rule to quality-guidelines.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--registryTest plan
pnpm lint && pnpm typecheck && pnpm testpass