Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: haneensa/PocketFlow-Tutorial-Codebase-Knowledge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 15 files changed
  • 1 contributor

Commits on Mar 6, 2026

  1. Switched the tutorial pipeline from GitHub/API-based operation to loc…

    …al-only filesystem-based
    
      operation.
    
      Changes in this commit:
    
      - Removed remote crawling support and deleted utils/crawl_github_files.py.
      - Updated crawling flow to only use local directory input (utils/crawl_local_files.py + node/
        flow wiring updates).
      - Replaced API LLM calls with manual filesystem handoff in utils/call_llm.py (prompt/response
        files, polling flow).
      - Added YAML-based runtime/config handling via cli_config.py.
      - Added default config template config/configure_args.default.yaml.
      - Updated main execution path and node orchestration to the new config + manual LLM flow.
      - Updated docs (README.md, docs/design.md) to reflect local-only and manual file workflow.
      - Removed .env.sample.
      - Updated dependencies in requirements.txt.
    Haneen Mohammed committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    cf684c2 View commit details
    Browse the repository at this point in the history
  2. Add validated project-scoped code references to generated tutorials

      - add project-scoped path normalization for file references (<project_name>/
      <relative_path>)
      - add citation token extraction for chapter output ([ref:<index>])
      - build per-chapter reference allowlists from validated file indices
      - enforce citation validation and minimum citation count during chapter generation
      - return structured chapter payloads (content + validated references)
      - append deterministic "Where To Look In Code" section to each chapter
      - add "Code Map" section to tutorial index from validated references
      - replace absolute source directory output with source project name
      - add design doc: docs/project_scoped_file_references_design.md
    Haneen Mohammed committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    3229a8c View commit details
    Browse the repository at this point in the history
Loading