7 Commits

Author SHA1 Message Date
HAL9000 df8bc06f58 feat(cli): implement context list and context add CLI commands for ACMS
Implemented  command to display all indexed entries with
tier, size, and last-accessed metadata. Implemented  command
to index files/directories with optional --tag and --policy flags.

- Added features/acms_context_list_add_cli.feature with 27 scenarios
- Added test step definitions using Typer CliRunner for real CLI invocation
- Added context.py implementation with --tag, --policy, --format flags
- Updated CHANGELOG.md entry under [Unreleased] > Added
- Removed out-of-scope A2A test files that belonged to a different Epic

ISSUES CLOSED: #9585
2026-06-14 09:09:24 -04:00
freemo 603dc841b0 refactor(cli): move context commands to actor context subgroup
CI / benchmark-publish (pull_request) Has been skipped
CI / helm (pull_request) Successful in 39s
CI / lint (pull_request) Successful in 3m18s
CI / quality (pull_request) Successful in 3m43s
CI / integration_tests (pull_request) Failing after 3m45s
CI / typecheck (pull_request) Successful in 3m56s
CI / unit_tests (pull_request) Failing after 4m5s
CI / security (pull_request) Successful in 4m20s
CI / docker (pull_request) Has been skipped
CI / build (pull_request) Successful in 7m57s
CI / coverage (pull_request) Successful in 12m5s
CI / e2e_tests (pull_request) Successful in 20m6s
CI / status-check (pull_request) Failing after 1s
CI / benchmark-regression (pull_request) Successful in 55m15s
Register context as a sub-app of the actor Typer group so commands are
accessible under the canonical specification path `agents actor context`.
The top-level `agents context` group remains as a deprecated alias
(with Typer deprecated=True) for one release cycle.

Key changes:
- context.app registered under actor.app in main.py
- `rm` subcommand renamed to `remove`; `rm` kept as hidden deprecated
  alias that prints a deprecation warning before delegating
- Programmatic rm_command() deprecated in favor of remove_command()
- Help text updated to reference canonical `agents actor context` paths
- Behave and Robot tests updated to use canonical paths and renamed
  subcommand; assertion for context help lowercased for flexibility
- All nox sessions pass: lint, typecheck, unit_tests (495 features,
  12731 scenarios), coverage at 97%

ISSUES CLOSED: #888
2026-03-30 21:39:26 +00:00
freemo 3a0b9ebfc7 tests: Fixed integration and unit tests, found several bugs and missing features 2026-02-07 23:02:50 -05:00
freemo 568bcc3d76 Feat: Implemented basics of plan streaming and AutoDebugGraph 2025-11-22 15:23:39 -05:00
freemo 6d2f26bef2 Feat: Added in plan and project commands and functionality 2025-11-16 20:38:02 -05:00
freemo 8545b106f3 feat(cli): added core domains for the models and the start of the database infrastrcture 2025-11-07 17:54:15 -05:00
freemo 4f05e8a016 feat(cli): Wrote core CLI commands and tests 2025-11-06 23:51:03 -05:00