You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI should transition from being a passive executor to an active, intelligent agent. When commands like tycoon data transform run fail, the CLI should proactively offer AI-driven fixes (e.g., "I detected a dbt error. Would you like me to attempt an auto-fix?"). This leverages our existing AI capabilities to fulfill the 'zero-config' mission.
Status notes at migration (2026-08-09)
Started work exists on the local branch feature/self-healing-cli (global exception handler + fixer registry foundations), written against the pre-rewrite codebase — treat as design reference, not a mergeable base.
The CLI should transition from being a passive executor to an active, intelligent agent. When commands like
tycoon data transform runfail, the CLI should proactively offer AI-driven fixes (e.g., "I detected a dbt error. Would you like me to attempt an auto-fix?"). This leverages our existing AI capabilities to fulfill the 'zero-config' mission.Status notes at migration (2026-08-09)
feature/self-healing-cli(global exception handler + fixer registry foundations), written against the pre-rewrite codebase — treat as design reference, not a mergeable base.Mirrored in Jira: PTC-116 (Epic: PTC-5, AI / agent refinements). Dev work continues here.