Create your first project
A project is the unit of work in Halyard: it ties a Git repository to an enclave (its security boundary) and holds the goal docs, PRDs, requirements, issues, and agent sessions that flow from it.
1. Create the project
Section titled “1. Create the project”From the projects list, choose New project, then:
- Name the project.
- Pick an enclave. The enclave is fixed at creation and scopes every credential, node, and AI account the project can ever reach. See Enclaves & security.
- Link a repository from a connected provider (see Integrations).
2. Write a goal doc and a PRD
Section titled “2. Write a goal doc and a PRD”Every project gets a single Goal document plus any number of PRDs. The goal doc answers why; PRDs break the what into structured requirements that Halyard can trace all the way to a pull request.
3. Next steps
Section titled “3. Next steps”- Register a node so agents have somewhere to run.
- Dispatch an agent against your first task.