summaryrefslogtreecommitdiff
path: root/agent
AgeCommit message (Collapse)Author
2026-06-01luv-based but synchronous std.read toolt
2026-06-01Rename system extension layer to base for clarityt
Replace all references to the "system" layer with "base" to better reflect its role as the foundational extension/tool layer in panto's hierarchy. The layer hierarchy now consistently uses: project > user > base. Includes: - Update agent README and build.zig documentation - Refactor tool registry and config module to support layered lookups - Add TestHarness abstraction for cleaner test setup - Improve JSON serialization with wire-encoded tool names - Add glob pattern matching for tool/extension discovery
2026-05-30tool names prefixed with `std.`T
2026-05-27real coding agent toolsT
2026-05-27system agent definition scaffoldingT