Skip to content

Commit 3227105

Browse files
Being Botclaude
andcommitted
docs: add installation and security sections, clean up notes and scripts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 130820a commit 3227105

3 files changed

Lines changed: 13 additions & 321 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,23 @@ Session continuity, project state tracking, and verification pipeline for solo d
1919
- **Retry Context Injection**: Injects failures, diffs, and logs from previous attempts to prevent repetitive mistakes.
2020
- **Runner Interface**: Pluggable architecture for executing sessions (Local, OpenHands, Docker).
2121

22+
## Installation
23+
24+
```bash
25+
pip install hast
26+
```
27+
2228
## Status
2329

2430
Pre-alpha. Active development of Swarm Orchestration.
2531

32+
## Security
33+
34+
hast executes commands defined in `.ai/config.yaml` (such as `ai_tool`, `test_command`).
35+
**Never run `hast auto` in a repository with an untrusted `.ai/` directory.**
36+
37+
If you clone a repository that already contains `.ai/config.yaml`, review its contents before running hast commands.
38+
2639
## Quick Start
2740

2841
```bash

notes/being-integration-feedback.md

Lines changed: 0 additions & 170 deletions
This file was deleted.

scripts/mock_langgraph_worker.py

Lines changed: 0 additions & 151 deletions
This file was deleted.

0 commit comments

Comments
 (0)