Skip to content

chore: tidy up example bundles#47

Merged
maxy-shpfy merged 1 commit into
mainfrom
06-30-chore_tidy_up_example_bundles
Jul 1, 2026
Merged

chore: tidy up example bundles#47
maxy-shpfy merged 1 commit into
mainfrom
06-30-chore_tidy_up_example_bundles

Conversation

@maxy-shpfy

@maxy-shpfy maxy-shpfy commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

TL;DR

Flattened the examples/configs/ directory structure by moving all example agent configurations directly into examples/, and removed pre-built .zip bundles from version control.

What changed?

All example agent directories (presentation-deck-agent, research-assistant, simple-html-page-agent, skill-builder, tangle-ml-pipeline-optimizer, and tangle) have been moved from examples/configs/ to examples/ directly. The corresponding pre-built .zip bundles that previously lived in examples/configs/ have been deleted from the repository.

The pack-bundle.mjs script's default source path and output directory have been updated to reflect the new layout (examples/tangle-oss and examples/ respectively).

.gitignore has been updated to exclude examples/local and any examples/*.zip files, ensuring locally generated bundles and working directories are not accidentally committed.

How to test?

  1. Verify that all example agent directories are accessible directly under examples/ (e.g., examples/research-assistant, examples/tangle, etc.).
  2. Run the pack-bundle.mjs script and confirm it resolves paths correctly and outputs .zip bundles to examples/.
  3. Confirm that generated .zip files are ignored by git as expected.

Why make this change?

The configs/ subdirectory added an unnecessary layer of nesting. Moving examples directly under examples/ simplifies the directory structure and makes paths more intuitive. Removing committed .zip bundles in favor of .gitignore rules keeps binary artifacts out of version control, reducing repository size and avoiding stale pre-built bundles.

Copy link
Copy Markdown
Collaborator Author

@maxy-shpfy maxy-shpfy force-pushed the 06-30-chore_tidy_up_example_bundles branch from 76d7247 to 5afc455 Compare July 1, 2026 18:52
@maxy-shpfy maxy-shpfy marked this pull request as ready for review July 1, 2026 19:12
@maxy-shpfy maxy-shpfy requested a review from a team July 1, 2026 19:57

maxy-shpfy commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator Author

Merge activity

  • Jul 1, 9:40 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Jul 1, 9:40 PM UTC: @maxy-shpfy merged this pull request with Graphite.

@maxy-shpfy maxy-shpfy merged commit fb12db9 into main Jul 1, 2026
16 checks passed
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