Files
claude-archeflow-plugin/.gitignore
Christian Nennemann 24ea632207 docs: add arXiv paper on ArcheFlow architecture
LaTeX paper describing the archetypal role system, PDCA quality cycles,
shadow detection framework, attention filters, convergence detection,
and effectiveness scoring. References Lu et al. 2026 (Assistant Axis)
for persona stability grounding.
2026-04-08 04:54:14 +02:00

19 lines
223 B
Plaintext

# Runtime state (created per-project, not part of plugin)
.archeflow/
# OS
.DS_Store
Thumbs.db
# Editor
*.swp
*~
# Paper build artifacts
paper/*.aux
paper/*.bbl
paper/*.blg
paper/*.log
paper/*.out
paper/*.pdf
paper/*.toc