feat: CLI-first execution policy and multi-provider support #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/cli-first-policy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR restructures the framework to use
.robotz/namespace and removesRobotz.identityin favor of CLI-managed authentication.Major Changes
Framework Restructure to
.robotz/.agents/→.robotz/agents/Robotz.yaml→.robotz/Robotz.yamlportable_seed/(no longer needed)AGENTS.md(framework IS the coordination layer)CLI-First Execution Policy
Robotz.identity Removed
AGENTS.md as Host Project File
INSTALLATION.md as Self-Contained Installer
.robotz/Gitignore Question.github/)Feature Extraction Skill
feature-extractskill for legacy code transplantationBreaking Changes
.agents/no longer exists — all files under.robotz/agents/Robotz.identitydeleted — authenticate via CLI toolsAGENTS.mdno longer at framework root — materialized in host projectsTesting
.robotz/gitignore question