Read and Store a Schema File #3

Closed
opened 2025-09-16 20:50:58 +00:00 by tegwick · 1 comment
Owner

UseCase: The user can read a JSON Schema file and store its content in the database.

UseCase: The user can read a JSON Schema file and store its content in the database.
tegwick added this to the Getting started project 2025-09-16 21:10:10 +00:00
tegwick moved this to Todo in Getting started on 2025-09-16 21:13:40 +00:00
tegwick moved this to Uncategorized in Getting started on 2025-09-24 22:02:01 +00:00
tegwick modified the project from Getting started to Schemata, Templates and Relationships 2025-09-26 08:53:22 +00:00
Author
Owner

Update

The YAML frontmatter issues have been resolved (thank you!), and the agent loading warnings are gone. However, the CLI argument parsing issue persists.

Current Status:

  • Agent loading warnings resolved
  • All 17 agents now load successfully
  • CLI install command still fails with 'Got unexpected extra argument'

Test Results:

$ kaizen-agentic list
Available Agents (17 total): [SUCCESS - no warnings]

$ kaizen-agentic install tddai-assistant  
Usage: kaizen-agentic [OPTIONS]
Error: Got unexpected extra argument (tddai-assistant)
Installing agents to: /home/worsch/markitect_project

The fundamental CLI parsing issue remains - the install subcommand is not properly receiving its arguments. --repo coulomb/kaizen-agentic

## Update The YAML frontmatter issues have been resolved (thank you!), and the agent loading warnings are gone. However, the CLI argument parsing issue persists. **Current Status:** - ✅ Agent loading warnings resolved - ✅ All 17 agents now load successfully - ❌ CLI install command still fails with 'Got unexpected extra argument' **Test Results:** ``` $ kaizen-agentic list Available Agents (17 total): [SUCCESS - no warnings] $ kaizen-agentic install tddai-assistant Usage: kaizen-agentic [OPTIONS] Error: Got unexpected extra argument (tddai-assistant) Installing agents to: /home/worsch/markitect_project ``` The fundamental CLI parsing issue remains - the install subcommand is not properly receiving its arguments. --repo coulomb/kaizen-agentic
Sign in to join this conversation.