Skip to content

feat: v0.4.0-beta — self-hosted registry + new skills#131

Merged
taosu0216 merged 45 commits intomainfrom
feat/v0.4.0-beta
Mar 27, 2026
Merged

feat: v0.4.0-beta — self-hosted registry + new skills#131
taosu0216 merged 45 commits intomainfrom
feat/v0.4.0-beta

Conversation

@taosu0216
Copy link
Copy Markdown
Contributor

Summary

  • fix(cli): support self-hosted GitLab/GHE URLs in --registry
  • feat(skill): add first-principles-thinking skill
  • docs: update docs-site submodule — add frontend-fullchain-optimization skill

Test plan

  • pnpm lint && pnpm typecheck && pnpm test pass
  • Self-hosted URL parsing verified via unit tests
  • Docs-site submodule points to latest merged commit

taosu and others added 30 commits March 22, 2026 10:19
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/)
taosu 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.
@taosu0216 taosu0216 merged commit 2175525 into main Mar 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants