aca 0.3.1

A Rust-based agentic tool that automates coding tasks using Claude Code and OpenAI Codex CLI integrations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Claude Integration Test Resources

This directory contains minimal test setup files for integration testing. Each test directory contains only the original task files needed to set up the test scenario.

## Test Structure

- **test1-simple-file/**: Basic file creation test
- **test2-readme-creation/**: Documentation generation test
- **test3-file-editing/**: File modification test
- **test4-multi-task/**: Multiple task execution test
- **test5-task-references/**: Task reference functionality test
- **test6-nested-complex-tasks/**: Complex nested task decomposition with linked specifications

## Usage

These resources are used by the integration tests to create isolated temporary workspaces. All generated files are created in temporary directories and automatically cleaned up after tests complete.

**Note**: This directory should only contain the original task setup files. Generated files (Python scripts, JSON configs, session files, etc.) are created in temporary workspaces during test execution.