[x] Workspace Repo Auto-Clone: [workspace.repos] in bringup tagentacle.toml — setup dep --all auto-clones missing git repos.
[x] Example Packages: example-agent, example-mcp-server, example-bringup as independent repos.
[x] TACL (Tagentacle Access Control Layer): python-sdk-mcp v0.3.0 — MCP-level JWT authentication with auth_required on MCPServerNode, AuthMCPClient, PermissionMCPServerNode (SQLite agent registry + credential issuer).
[x] Standard System Services: Daemon-intercepted /tagentacle/ping, /tagentacle/list_nodes, /tagentacle/list_topics, /tagentacle/list_services, /tagentacle/get_node_info.
[x] Node Disconnect Cleanup: Automatic removal of subscriptions, services, and node entries on disconnect, with /tagentacle/node_events publishing.
[x] JSON Schema Validation: python-sdk-core v0.3.0 — SchemaRegistry with auto-discovery from interface packages, configurable per-node (strict/warn/off), integrated into Node.publish() and Node._dispatch(). Requires optional jsonschema>=4.0.
[x] TACL space Claim: python-sdk-mcp v0.4.0 — JWT space field binding agents to isolated execution environments. Full stack: CallerIdentity.space, sign_credential(space=...), PermissionMCPServerNode.register_agent(space=...).
[x] Container Orchestration Pkg: container-orchestrator v0.1.0 — LifecycleNode managing Docker containers via bus services (/containers/create, stop, list, exec, etc.).
[x] Shell Server Pkg: shell-server v0.1.0 — MCPServerNode exposing exec_command tool with TACL space-aware dynamic container routing (JWT → container → local fallback).