Skip to content

Releases: ralfstrobel/agentic-brownfield-coding

v0.3.0 (alpha)

11 Apr 21:34

Choose a tag to compare

v0.3.0 (alpha) Pre-release
Pre-release

Added

  • Background section about the problems of unstructured shell access for agents
  • /abc-init:bashless scaffolding command to replace Bash tool with MCP stdio wrappers
  • abc-init scaffolding for dedicated statusline shell script with rate limit output
  • abc plugin web-researcher agent example

Removed

  • abc-init no longer creates MCP stdio server as part of main scaffolding skills (moved into bashless setup)
  • abc-init scaffolding no longer creates explorer-redirect hook (superseded by bashless setup + Exlorer permission deny setting)

Changed

  • abc-init scaffolded post-edit hooks execute git add on file creation by Write tool
  • /abc:build top-level task negotiation moved into dedicated "shaping" phase
  • /abc:learn uses rule paths array syntax after fix of claude-code#26868

Social Media

v0.2.0 (alpha)

28 Mar 23:05

Choose a tag to compare

v0.2.0 (alpha) Pre-release
Pre-release

Added

  • Background and scaffolding for post-edit hooks
  • Scaffolding for MCP CLI tools
  • Scaffolding for hook that forces inefficient main agent exploration to explorer agents
  • Scaffolding adds various generally useful defaults for settings.json
  • References to publications by HumanLayer in README

Changed

  • abc-init skills write settings.json with sandboxing enabled instead of Bash permissions
  • abc-init skills create a task list for improved progress control
  • /abc-init:monorepo no longer creates core skills in favor of focus on rules
  • /abc:build no longer suggests subagents for task development due to poor performance and transparency
  • /abc:build creates a task list for improved progress control
  • /abc:learn now only creates rules and only considers suggested .claude/rules directories

Social Media

v0.1.0 (POC)

27 Mar 19:41

Choose a tag to compare

v0.1.0 (POC) Pre-release
Pre-release

Added

  • Background document detailing antipatterns and proposed alternatives
  • abc-init plugin with /abc-init:standalone and /abc-init:monorepo scaffolding skills
  • abc plugin with /abc:build and /abc:learn workflow example command