Skip to content

Conversation

Copy link

Copilot AI commented Jan 15, 2026

Documents project initialization using IVPM, catalogs all dependencies, and confirms svdep is not loaded (as it's not a project dependency).

Changes

Added agents.md - Initialization and dependency reference:

  • IVPM setup and usage (pip install ivpmivpm update)
  • Workarounds for installation issues (manual venv + pip fallback)
  • Complete dependency catalog with versions and purposes
  • svdep status: NOT LOADED - not in ivpm.yaml, not needed for documentation-focused repo

Verified setup:

  • Python virtual environment at packages/python/
  • Sphinx 8.2.3, MyST Parser 4.0.1, sphinxcontrib-mermaid 2.0.0 installed
  • Documentation builds successfully (make html tested)

Dependency Summary

PyPI: sphinx, sphinxcontrib-mermaid, myst-parser
Git: zuspec (GitHub)
Not included: svdep - SystemVerilog dependency tracker, unnecessary without SV sources

# Quick start
pip install ivpm
ivpm update
source packages/python/bin/activate

# If git clone fails
source packages/python/bin/activate
pip install sphinx sphinxcontrib-mermaid myst-parser

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • github.com (HTTP Only)
    • Triggering command: /usr/bin/ssh /usr/bin/ssh -o SendEnv=GIT_PROTOCOL git@github.com git-upload-pack 'zuspec/zuspec.git' (packet block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Initialize the project as per agents.md. Catalog the project dependencies. Check whether svdep is loaded


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 5 commits January 15, 2026 01:31
Co-authored-by: mballance <1340805+mballance@users.noreply.github.com>
Co-authored-by: mballance <1340805+mballance@users.noreply.github.com>
…n issues

Co-authored-by: mballance <1340805+mballance@users.noreply.github.com>
Co-authored-by: mballance <1340805+mballance@users.noreply.github.com>
Co-authored-by: mballance <1340805+mballance@users.noreply.github.com>
Copilot AI changed the title [WIP] Initialize project according to agents.md and document dependencies Add project initialization guide and dependency catalog Jan 15, 2026
Copilot AI requested a review from mballance January 15, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants