Skip to content

skills-repo submodule points to missing commit (submodule update fails) #671

@iqdoctor

Description

@iqdoctor

Summary

skills-repo submodule in main points at a missing commit, so git submodule update --init fails.

Details

On main, the repo lists:

  • skills-repo @ 2e3f713 (see GitHub UI)

But that SHA does not exist in the submodule remote:

  • Submodule URL: https://github.com/fast-agent-ai/skills
  • https://github.com/fast-agent-ai/skills/commit/2e3f713b782e6a54549876dc6beea02ba33e0149 returns 404
  • git ls-remote --refs https://github.com/fast-agent-ai/skills currently shows 8bebe566... refs/heads/main

Repro

git clone https://github.com/evalstate/fast-agent
cd fast-agent
git submodule update --init skills-repo

Actual

fatal: remote error: upload-pack: not our ref 2e3f713b782e6a54549876dc6beea02ba33e0149
fatal: Fetched in submodule path 'skills-repo', but it did not contain 2e3f713b782e6a54549876dc6beea02ba33e0149.

Expected

Submodule commit should exist in fast-agent-ai/skills, or the pointer in fast-agent should be updated to a valid commit.

Suggested fix

Either:

  1. Restore/push the missing 2e3f713b... commit to fast-agent-ai/skills, or
  2. Update the submodule pointer in evalstate/fast-agent to an existing commit (e.g. current fast-agent-ai/skills main HEAD).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions