skyl / corpora

Corpora is a self-building corpus that can help build other arbitrary corpora
GNU Affero General Public License v3.0
2 stars 0 forks source link

doc(all): refresh full .corpora and READMEs etc #45

Closed skyl closed 5 days ago

skyl commented 5 days ago

PR Type

Documentation, Enhancement


Description


Changes walkthrough πŸ“

Relevant files
Documentation
12 files
README.md
Add README for `.corpora` directory                                           

.corpora/README.md
  • Added a new README for the .corpora directory.
  • Explained the purpose and structure of the directory.
  • +3/-0     
    STRUCTURE.md
    Update repository structure to include Rust                           

    .corpora/STRUCTURE.md
  • Updated repository structure to include Rust.
  • Added details about the Rust workspace and its components.
  • +8/-1     
    DIRECTIONS.md
    Enhance directions with linking guidance                                 

    .corpora/md/DIRECTIONS.md
  • Added guidance on linking to other files.
  • Emphasized working within a larger corpus.
  • +1/-1     
    DIRECTIONS.md
    Revise Python development guidelines                                         

    .corpora/py/DIRECTIONS.md
  • Rephrased guidelines for Python development.
  • Emphasized personal preferences in coding style.
  • +10/-15 
    DIRECTIONS.md
    Add Rust development guidelines                                                   

    .corpora/rs/DIRECTIONS.md
  • Introduced guidelines for Rust development.
  • Emphasized Rust's strengths and best practices.
  • +15/-0   
    README.md
    Update DevContainer setup with Rust integration                   

    .devcontainer/README.md
  • Updated DevContainer setup to include Rust.
  • Refined instructions for environment configuration.
  • +17/-12 
    README.md
    Add README for GitHub directory                                                   

    .github/README.md
  • Added README for the .github directory.
  • Proposed future enhancements for GitHub configurations.
  • +12/-0   
    README.md
    Document new CI/CD workflows for Rust                                       

    .github/workflows/README.md
  • Documented new CI/CD workflows for Rust.
  • Included details on PostgreSQL and PR agent workflows.
  • +3/-0     
    README.md
    Update README with Rust workspace details                               

    README.md
  • Updated key components to include Rust workspace.
  • Improved descriptions of repository directories.
  • +7/-6     
    TODO.md
    Update TODO with Rust and CI tasks                                             

    TODO.md
  • Added tasks related to Rust CLI and Python CI checks.
  • Updated completed tasks and future plans.
  • +18/-9   
    README.md
    Add README for Docker configurations                                         

    docker/README.md
  • Added README for Docker configurations.
  • Described various Dockerfiles and their purposes.
  • +18/-0   
    README.md
    Add README for Rust workspace                                                       

    rs/README.md
  • Added README for the Rust workspace.
  • Detailed key components and development workflow.
  • +17/-0   

    πŸ’‘ PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    github-actions[bot] commented 5 days ago

    PR Reviewer Guide πŸ”

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 2 πŸ”΅πŸ”΅βšͺβšͺβšͺ
    πŸ§ͺ No relevant tests
    πŸ”’ No security concerns identified
    ⚑ Recommended focus areas for review

    Documentation Clarity
    Ensure that the documentation provides clear and concise instructions for users unfamiliar with the corpora tool. Verify that the purpose and usage of the directory are well-explained. Repository Structure Update
    The addition of the Rust workspace should be reviewed to ensure it aligns with the overall project structure and goals. Verify that the new structure is logical and well-documented. DevContainer Configuration
    The updated DevContainer setup should be reviewed for completeness and accuracy, ensuring it provides a consistent development environment for contributors.
    github-actions[bot] commented 5 days ago

    PR Code Suggestions ✨

    No code suggestions found for the PR.