mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-20 00:11:34 +00:00
resolve_model() was passing raw alias strings (e.g. "gpt5") directly to APIs instead of resolving them to actual model IDs (e.g. "gpt-5.2"). Also rename gpt-5.2-mini to gpt-5-mini, which is the correct OpenAI model ID. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| attractor-spec.md | ||
| coding-agent-loop-spec.md | ||
| README.md | ||
| unified-llm-spec.md | ||
Attractor
This repository contains NLSpecs to build your own version of Attractor to create your own software factory.
Although bringing your own agentic loop and unified LLM SDK is not required to build your own Attractor, we highly recommend controlling the stack so you have a strong foundation.
Specs
Building Attractor
Supply the following prompt to a modern coding agent (Claude Code, Codex, OpenCode, Amp, Cursor, etc):
codeagent> Implement Attractor 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.