Pythagora-io/gpt-pilot

TechnicalWriter - Initialise Project

Open

#238 创建于 2023年10月19日

在 GitHub 查看
 (1 评论) (0 反应) (1 负责人)Python (27,167 star) (2,685 fork)batch import
documentationenhancementgood first issueresume

描述

A new Tech Writer agent should create:

  • .editorconfig
  • .gitignore
  • .gpt-pilot/project.yml : modules (if multi module project, which we don't freaky support yet)
  • scripts folder: lint, test, run, deploy, get_dependencies (#189)
  • README.md
    • Project Summary
    • Usage
      • Requirements
      • Building
      • Running locally
      • Deployment
    • Directory Structure - with explanation to help humans and LLM navigate the project (#49)
    • Link - This project was created with the help of GPT Pilot

This would help GPT Pilot (and humans) to navigate an existing project (#146)

The TechWriter agent could even operate asynchronously to the development tasks, and may need to be called upon to update the documentation.

贡献者指南