mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
|
|
||
|---|---|---|
| .. | ||
| agent-cli-spec.md | ||
| arc-spec.md | ||
| coding-agent-loop-spec.md | ||
| README.md | ||
| unified-llm-spec.md | ||
Arc
This repository contains NLSpecs to build your own version of Arc to create your own software factory.
Although bringing your own agentic loop and unified LLM SDK is not required to build your own Arc, we highly recommend controlling the stack so you have a strong foundation.
Specs
Building Arc
Supply the following prompt to a modern coding agent (Claude Code, Codex, OpenCode, Amp, Cursor, etc):
codeagent> Implement Arc as described by https://factory.strongdm.ai/
Terminology
- NLSpec (Natural Language Spec): a human-readable spec intended to be directly usable by coding agents to implement/validate behavior.