Compare commits

...

2 Commits

Author SHA1 Message Date
HAL9000 121a2a3fa7 docs(contributors): add CleverAgents Bot automated documentation contributor entry
CI / benchmark-publish (pull_request) Has been skipped
CI / push-validation (pull_request) Successful in 17s
CI / helm (pull_request) Successful in 27s
CI / build (pull_request) Successful in 27s
CI / lint (pull_request) Successful in 37s
CI / quality (pull_request) Successful in 45s
CI / typecheck (pull_request) Successful in 54s
CI / security (pull_request) Successful in 1m39s
CI / unit_tests (pull_request) Failing after 5m51s
CI / docker (pull_request) Has been skipped
CI / e2e_tests (pull_request) Successful in 6m29s
CI / integration_tests (pull_request) Successful in 9m55s
CI / coverage (pull_request) Successful in 10m34s
CI / status-check (pull_request) Failing after 1s
CI / benchmark-regression (pull_request) Successful in 57m15s
ISSUES CLOSED: #7795
2026-04-15 00:19:31 +00:00
HAL9000 46d23e002f docs(mkdocs): add showcase navigation entries
ISSUES CLOSED: #7795
2026-04-15 00:19:28 +00:00
3 changed files with 27 additions and 0 deletions
+8
View File
@@ -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
+2
View File
@@ -2,6 +2,7 @@
* Aditya Chhabra <aditya.chhabra@cleverthis.com>
* Brent E. Edwards <brent.edwards@cleverthis.com>
* CleverAgents Bot (Automated Documentation) <hal9000@cleverthis.com>
* Hamza Khyari <hamza.khyari@cleverthis.com>
* Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
* Luis Mendes <luis.p.mendes@gmail.com>
@@ -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.
+17
View File
@@ -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/