Skip to content

egohygiene/papers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

papers

πŸ“š Research papers, systems thinking, AI governance, reflective development architectures, and technical writing by Alan Szmyt.

Papers

Paper Status Description
reflector 🚧 Draft Reflective Development Systems for Recursive AI-Augmented Software Engineering

Repository Structure

papers/
└── <paper-slug>/
    β”œβ”€β”€ paper.tex           # Main LaTeX document
    β”œβ”€β”€ references.bib      # BibTeX bibliography
    β”œβ”€β”€ README.md           # Paper overview
    β”œβ”€β”€ abstract.md         # Abstract draft
    β”œβ”€β”€ outline.md          # Section outline
    β”œβ”€β”€ notes.md            # Research notes
    β”œβ”€β”€ roadmap.md          # Paper development roadmap
    β”œβ”€β”€ sections/           # LaTeX section files
    β”œβ”€β”€ figures/            # Generated figure exports
    β”œβ”€β”€ diagrams/           # Source diagrams (Excalidraw, etc.)
    β”œβ”€β”€ assets/             # Static assets
    β”œβ”€β”€ references/         # Reference documents
    └── examples/           # Example artifacts

Building Papers

# Build a specific paper
./scripts/build-paper.sh papers/reflector

# Build all papers
./scripts/build-paper.sh --all

# Watch and auto-rebuild during development
./scripts/watch-paper.sh papers/reflector

Published Papers

Papers are automatically built and published to GitHub Pages on every push to main.

Contributing

See CONTRIBUTING.md for contribution guidelines.

Roadmap

See ROADMAP.md for the development roadmap.

About

πŸ“š Research papers, systems thinking, AI governance, reflective development architectures, and technical writing by Alan Szmyt

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors