Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.07 KB

File metadata and controls

20 lines (16 loc) · 1.07 KB

Contributing

Thanks for your interest. Until v1.0, the method and kit are evolving quickly and the project is maintained by a single author, so the most useful contributions are:

  1. Issues — reports from running the kit on real legacy repositories: what the orient step misdetected, where /cold-start struggled, what your audit found.
  2. Example repos — small, self-contained legacy codebases (different stacks) we can use as worked examples and CI fixtures.
  3. Template improvements — sharper prompts, better checklists. Keep the provenance discipline intact: anything an agent writes must be markable [inferred].

Ground rules:

  • The installer stays zero-dependency. PRs adding packages will be declined.
  • The implementation is Node.js only (install.mjs + the lib/*.mjs modules), using the standard library exclusively.
  • node test/run-tests.mjs must pass on your platform before you open a PR.

By participating, you agree to abide by our Code of Conduct.