Skip to content

Merge/fast main 20250910 015951#21

Closed
mrhpython wants to merge 25 commits intomainfrom
merge/fast-main-20250910-015951
Closed

Merge/fast main 20250910 015951#21
mrhpython wants to merge 25 commits intomainfrom
merge/fast-main-20250910-015951

Conversation

@mrhpython
Copy link
Copy Markdown
Owner

Title:

Summary

  • What changed and why (1–3 lines).

Checklist

  • Scope is minimal and focused
  • CI green locally (if applicable)
  • Tests added/updated or not applicable
  • Docs updated or not applicable

Validation

  • Steps to verify manually:
    1.
    2.

Links

  • Related issue: #
  • Context/spec:

Michael added 25 commits September 3, 2025 23:25
…ensure valid JSON-style object with anthropic-version=2023-06-01
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codex Review: Here are some suggestions.

Reply with @codex fix comments to fix any unresolved comments.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Comment thread .venv/pyvenv.cfg
Comment on lines +1 to +5
home = /usr/bin
include-system-site-packages = false
version = 3.12.3
executable = /usr/bin/python3.12
command = /usr/bin/python3 -m venv /home/michael/soulfield/.venv
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P1] Keep .venv out of repository history

The commit adds the entire .venv virtual environment, e.g. pyvenv.cfg and thousands of site‑packages. These files are machine‑specific build artefacts; tracking them inflates the repo by hundreds of thousands of lines and couples builds to a single developer’s environment. The Python dependencies should be captured in requirements.txt and regenerated locally, not committed.

Useful? React with 👍 / 👎.

Comment thread tools/spec-from-infra.cjs
Comment on lines 5 to +8

const ROOT = path.resolve(__dirname, "..");
const RESULTS = path.join(ROOT, "workspace", "data", "infranodus", "results");
const SPECS = path.join(ROOT, ".agent-os", "specs");
// Write specs where the safe executor and tests expect them
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P1] Spec generator now writes to backend path only

Changing SPECS to backend/.agent-os/specs means sf specify:infra will generate specs under backend/.agent-os/..., but helper tooling such as tools/infra still ingests from ~/.agent-os/specs. New specs will no longer be imported into InfraNodus because they are written to a different directory than the importer reads. Either update the importer paths or maintain a copy/symlink so the old location stays in sync.

Useful? React with 👍 / 👎.

@mrhpython
Copy link
Copy Markdown
Owner Author

Closing - this PR is based on a very old repository snapshot and contains 100+ files. The changes are no longer relevant to current main.

@mrhpython mrhpython closed this Sep 24, 2025
@mrhpython mrhpython deleted the merge/fast-main-20250910-015951 branch September 24, 2025 16:40
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.

1 participant