Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Releases: AsiaOstrich/dev-autopilot

DevAP v0.5.1

Choose a tag to compare

@AsiaOstrich AsiaOstrich released this 28 Apr 08:49

Full Changelog: v0.5.0...v0.5.1

DevAP v0.3.0 — XSPEC-086 Phase 0/1/2/6/7 Complete

Choose a tag to compare

@AsiaOstrich AsiaOstrich released this 27 Apr 14:14

🚀 DevAP v0.3.0

Minor Release: XSPEC-086 Phase 0/1/2/6/7 — 統一流程模型、commit 閘門、release 命令、8 個 UDS 流程標準遷移至 DevAP canonical 位置、全專案安裝 dogfooding。

Standards Repository(XSPEC-086 Phase 2)

8 個純流程/編排標準從 UDS 遷移至 DevAP,成為 canonical 執行位置:

standards/flow/

  • workflow-enforcement.ai.yaml — SDD/TDD/BDD/commit 閘門定義
  • workflow-state-protocol.ai.yaml.workflow-state/ 狀態機協定
  • change-batching-standards.ai.yaml — PENDING→READY→MERGED 狀態機
  • branch-completion.ai.yaml — 4 選項完成流程(BC-001~BC-004)
  • pipeline-integration-standards.ai.yaml — 6-stage pipeline 模型

standards/orchestration/

  • agent-dispatch.ai.yaml — sub-agent 派遣 + 並行協調
  • agent-communication-protocol.ai.yaml — 8-code 統一狀態協定
  • execution-history.ai.yaml — L1/L2/L3 分層存取 + 保留策略

Unified Flow Model(XSPEC-087)

  • FlowParser / GateHandler / FlowExecutor + 27 unit tests

Commit Flow Gate(XSPEC-088)

  • devap commit 三步流程(generate → HUMAN_CONFIRM → execute)
  • checkFlowGate() runtime 攔截

Release Command(XSPEC-089)

  • devap release --bump <major|minor|patch> 完整 release 鏈
  • VersionBumper(atomic + rollback)+ ChangelogUpdater + ReleaseFlow
  • Npm/Pip/Cargo Platform Adapters

Cross-Project Installation(XSPEC-086 Phase 7)

  • 安裝至 dev-platform、VibeOps、UDS(dogfooding)

Test Status

1003 tests passing (788 core + 134 adapters + 77 CLI + 4 commit)

v0.2.0

Choose a tag to compare

@AsiaOstrich AsiaOstrich released this 22 Mar 12:33

v0.2.0 — Python Parity + VibeOps Adapter

新增功能

Python 測試補齊

  • 補齊 7 個模組的單元測試,Python 測試案例從 48 增至 236(+188 個)

SPEC-004 VibeOps Adapter

  • 新增 @devap/adapter-vibeops(MIT 授權,零 AGPL 依賴)
  • 透過 HTTP REST API 整合 VibeOps 7+1 agents
  • agent-mapper 關鍵字自動路由、32 個測試案例

Python Adapters

  • 新增 claude_adapter、opencode_adapter、vibeops_adapter

Python CLI 命令

  • devap init — 安裝 devap Skills 到目標專案
  • devap sync-standards — 從 UDS upstream 同步最新標準

Python E2E 測試

  • 10 個端到端測試案例

變更

  • SPEC-002 意圖驗證:Implemented
  • SPEC-003 測試品質銜接:Python test_policy 合併完成
  • 所有 package 版本統一為 0.2.0

驗證結果

  • TypeScript: 287 tests ✅
  • Python: 236 tests ✅, ruff ✅, mypy strict ✅

📦 Full changelog: v0.1.3...v0.2.0

v0.1.2 - UDS Integration

Choose a tag to compare

@AsiaOstrich AsiaOstrich released this 11 Mar 01:40

[0.1.2] - 2026-03-11

Added

  • UDS (Universal Dev Standards) integration with 25 standard definitions
  • Skills: audit-assistant, dev-workflow-guide
  • Traditional Chinese translations for all skills
  • npm publish configuration and tsup build setup
  • zh-CN README

Changed

  • Rename CLI from dev-autopilot to devap
  • Rewrite README with zh-TW translation
  • Update CLAUDE.md with UDS standards compliance instructions

Full Changelog: v0.1.0...v0.1.2