diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a54b269..75f7cc5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ### Added +- **Actor Context Management Showcase** (#4409): New showcase guide + `docs/showcase/cli-tools/actor-context-management.md` documenting the CLI + lifecycle for removing, exporting, and importing named actor contexts. + Covers `actor context remove` (single and bulk), `actor context export` + (JSON and YAML), and `actor context import` (with `--update` flag and + automatic name inference). Added Showcase section to `mkdocs.yml` navigation + covering all 14 existing CLI-tools showcase pages. + - **Git Worktree Sandbox Apply** (#4454): The `plan apply` command now merges LLM-generated changes via `git merge` from an isolated worktree branch instead of flat `shutil.copy2`. Displays spec-aligned Apply Summary diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f5091deaa..8643824eb 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -2,6 +2,7 @@ * Aditya Chhabra * Brent E. Edwards +* CleverAgents Bot (Automated Documentation) * Hamza Khyari * Jeffrey Phillips Freeman * Luis Mendes @@ -13,4 +14,5 @@ Below are some of the specific details of various contributions. * Jeffrey Phillips Freeman has acted as Lead Developer, daily contributor, and Project Owner. * Brent E. Edwards has contributed quality assurance, test coverage, and CI pipeline improvements. +* CleverAgents Bot has contributed automated documentation updates and showcase navigation improvements. * This project was made possible thanks to considerable donation of time, money, and resources by CleverThis, Inc. diff --git a/mkdocs.yml b/mkdocs.yml index 2bb05974c..bffb4120c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -39,6 +39,23 @@ nav: - Automation Tracking: development/automation-tracking.md - Custom Sandbox Strategy: development/custom_sandbox_strategy.md - Documentation Writer: development/docs-writer.md + - Showcase: + - Overview: showcase/index.md + - CLI Tools: + - Actor Context Management: showcase/cli-tools/actor-context-management.md + - Action and Plan Management: showcase/cli-tools/action-and-plan-management.md + - Actor Management Workflow: showcase/cli-tools/actor-management-workflow.md + - Audit Log and Security: showcase/cli-tools/audit-log-and-security.md + - CleverAgents CLI Basics: showcase/cli-tools/cleveragents-cli-basics.md + - Database Migration Management: showcase/cli-tools/database-migration-management.md + - Output Format Flags: showcase/cli-tools/output-format-flags.md + - Project Init and Context Management: showcase/cli-tools/project-init-and-context-management.md + - REPL and Actor Run: showcase/cli-tools/repl-and-actor-run.md + - Repo Indexing Workflows: showcase/cli-tools/repo-indexing-workflows.md + - Resource and Skill Management: showcase/cli-tools/resource-and-skill-management.md + - Server and A2A Integration: showcase/cli-tools/server-and-a2a-integration.md + - Session Management Workflows: showcase/cli-tools/session-management-workflows.md + - Tool and Validation Management: showcase/cli-tools/tool-and-validation-management.md - Implementation Timeline: timeline.md - FAQ: faq.md - Reference: reference/