Skip to content

Files

Latest commit

 

History

History
84 lines (75 loc) · 3.39 KB

.contextdocs.md

File metadata and controls

84 lines (75 loc) · 3.39 KB
---
contextdocs:
  - name: Pydantic Documentation
    type: URL
    link: https://pydantic-docs.helpmanual.io/
    relationship: "Primary library for data validation and settings management."
    resources:
      - "Official Documentation: https://pydantic-docs.helpmanual.io/"
      - "Advanced Usage: https://pydantic-docs.helpmanual.io/usage/advanced/"
  
  - name: DSPy Documentation
    type: URL
    link: https://dspy.readthedocs.io/
    relationship: "Core library for declarative model creation and execution."
    resources:
      - "Getting Started: https://dspy.readthedocs.io/en/latest/getting_started.html"
      - "API Reference: https://dspy.readthedocs.io/en/latest/api.html"
  
  - name: Jinja2 Documentation
    type: URL
    link: https://jinja.palletsprojects.com/
    relationship: "Template engine used for dynamic field generation."
    resources:
      - "Official Documentation: https://jinja.palletsprojects.com/en/3.0.x/templates/"
      - "Advanced Features: https://jinja.palletsprojects.com/en/3.0.x/templates/#advanced-templates"
  
  - name: FastAPI Documentation
    type: URL
    link: https://fastapi.tiangolo.com/
    relationship: "Framework used for building the REST API."
    resources:
      - "Official Documentation: https://fastapi.tiangolo.com/"
      - "Tutorial: https://fastapi.tiangolo.com/tutorial/"
  
  - name: Poetry Documentation
    type: URL
    link: https://python-poetry.org/docs/
    relationship: "Dependency management and packaging tool."
    resources:
      - "Official Documentation: https://python-poetry.org/docs/"
      - "CLI Commands: https://python-poetry.org/docs/cli/"
  
  - name: GitHub Actions Documentation
    type: URL
    link: https://docs.github.com/en/actions
    relationship: "CI/CD pipeline automation."
    resources:
      - "Official Documentation: https://docs.github.com/en/actions"
      - "Workflow Syntax: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions"
  
  - name: Inject Library Documentation
    type: URL
    link: https://github.com/ivankorobkov/python-inject
    relationship: "Dependency injection framework used in the project."
    resources:
      - "Official Repository: https://github.com/ivankorobkov/python-inject"
      - "Usage Guide: https://github.com/ivankorobkov/python-inject#usage"
  
  - name: pytest Documentation
    type: URL
    link: https://docs.pytest.org/
    relationship: "Testing framework used for unit and integration tests."
    resources:
      - "Official Documentation: https://docs.pytest.org/en/stable/"
      - "Writing Good Tests: https://docs.pytest.org/en/stable/writing_plugins.html"
  
  - name: TypeScript Linter Documentation
    type: URL
    link: https://github.com/Agentic-Insights/codebase-context-spec/tree/main/linters/typescript
    relationship: "Tool for validating `.context.md` files against specifications."
    resources:
      - "Linter Repository: https://github.com/Agentic-Insights/codebase-context-spec/tree/main/linters/typescript"
      - "Usage Instructions: https://github.com/Agentic-Insights/codebase-context-spec/tree/main/linters/typescript#usage"
  
  - name: Docker Documentation
    type: URL
    link: https://docs.docker.com/
    relationship: "Containerization platform used for development and deployment."
    resources:
      - "Official Documentation: https://docs.docker.com/"
      - "Docker Compose: https://docs.docker.com/compose/"
---