> For the complete documentation index, see [llms.txt](https://docs.fourclover.org/v0.1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fourclover.org/v0.1/use-cases/software-developer.md).

# Software Developer

**Scenario**

A software developer aims to maintain a trusted baseline state of project files in an open-source project.

**Command**

Perform regular scans to detect unauthorized code changes introduced by contributors.

**Example Command**

```bash
fourclover snapshot mytargetdir -hashes sha1 -name "Open Source Project Baseline"
```

**Outcome**

Baseline verification helps identify and rectify unauthorized code alterations, ensuring project integrity.
