# FabianoMag Sources

This file records the source chain and claim boundaries for current public
content.

## Personal Harness Engineering

Editorial source:

- The FabianoMag article is adapted from the public SGOPS note `Personal
  Harness Engineering`. The English thesis, section order, and practical
  adaptation are preserved; public identity and internal links are updated for
  FabianoMag.

Upstream sources:

1. OpenAI, “Harness engineering: leveraging Codex in an agent-first world”
   - https://openai.com/index/harness-engineering/
   - Supports repository-local knowledge, agent legibility, validation,
     guardrails, feedback loops, and continuous cleanup.
   - It does not argue that a private working harness must be published.
2. Matklad, “ARCHITECTURE.md”
   - https://matklad.github.io/2021/02/06/ARCHITECTURE.md.html
   - Supports a short bird's-eye view, physical codemap, boundaries,
     invariants, and cross-cutting concerns.
3. rust-analyzer, `docs/dev/architecture.md` at a pinned commit
   - https://github.com/rust-lang/rust-analyzer/blob/d7c99931d05e3723d878bea5dc26766791fa4e69/docs/dev/architecture.md
   - Provides the concrete architecture-map example cited by Matklad.
4. AGENTS.md convention
   - https://agents.md/
   - Supports a predictable project-level instruction file for coding agents.
5. OpenAI Codex
   - https://github.com/openai/codex
   - Records tool context only. It is not a source for the article's harness
     thesis and does not endorse SGOPS or FabianoMag.

## Public artifacts

- `/AGENTS.md` is FabianoMag's own curated public agent map. It is an emerging
  convention, not a formal web-traffic standard.
- `/ARCHITECTURE.md` is FabianoMag's own concise public codemap. It is a
  well-grounded convention, not a formal standard.
- `/artifacts/agent-harnesses` describes four implemented packages using a
  site-owned factual data source aligned to the public repository catalog and
  graph specs at commit
  `1a1978a8f456c2ea64ab4c556ef043d1bafb8441`.
- Package documentation, install archives, source trees, releases, and manual
  Codex evidence are version-bound resources in
  https://github.com/fabianomag/agent-harnesses. Automated and structural
  evidence remain `defined`; manual Codex evidence is `verified` by each
  release's immutable evidence asset.

## Citation boundary

Cite the upstream source for claims that belong to OpenAI, Matklad,
rust-analyzer, or agents.md. Cite FabianoMag for this practical personal
adaptation and the public Agent Harnesses presentation. Do not infer private
repositories, clients, local paths, or unpublished operational material.
