ReachableCEO ca8905fa4e
Some checks are pending
CI / checks (pull_request) Waiting to run
chore(repo): clean root and move docs
- Move docs to docs/; keep areas for prompts only
- Relocate Makefile to scripts/Makefile; update docs to use it
- Move ci.Dockerfile to docker/ci.Dockerfile; update compose
- Move commitlint config to .config and update hook
- Remove root AGENTS.md (use area AGENTS.md)
2025-09-11 07:01:24 -05:00
2025-09-10 21:48:32 +00:00
2025-09-10 21:48:32 +00:00
2025-09-10 20:13:43 +00:00

LLMScaffolding

Base scaffolding for AIassisted work. Clean root; docs in docs/; areas for prompts.

Layout

  • docs/ — humanreadable docs (getting started, workflow, CI, style)
  • COMMON/ CTO/ COO/ CCO/ — questions, proposals, and prompt modules only
  • scripts/ — Makefile and helper scripts
  • docker/ — CI compose and Dockerfile
  • dist/prompts/ — generated prompt packs (cto.md, coo.md)
  • proposals/, questions/ — repository planning artifacts

Quickstart

  • Install hooks: make -f scripts/Makefile hooks-setup
  • Run checks: make -f scripts/Makefile check
  • Build prompt packs: make -f scripts/Makefile prompts

Docs

Description
TSYS Group LLM Scaffolding. We heavily utilize AI to produce software and other deliverables.
Readme AGPL-3.0 124 KiB
2025-09-11 12:29:29 +00:00
Languages
Shell 57%
Python 19.6%
Dockerfile 17.4%
Makefile 5.3%
JavaScript 0.7%