docs: add README with project logo#1
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
stack72
reviewed
Jan 28, 2026
|
|
||
| ## License | ||
|
|
||
| MIT |
This was referenced Mar 3, 2026
This was referenced Mar 8, 2026
This was referenced Mar 10, 2026
stack72
added a commit
that referenced
this pull request
Mar 17, 2026
… bundling failure - Move bundleSourceFactory call inside the non-raw driver branch so raw executions never trigger self-contained bundling (HIGH #2) - Switch to promise-based memoization to avoid duplicate concurrent builds - Restore error handling: log a warning and rethrow on bundling failure, resetting the cached promise so subsequent calls can retry (HIGH #1) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 tasks
stack72
added a commit
that referenced
this pull request
Mar 19, 2026
Agents now see "search before you build" as Rule #1 in every swamp-managed CLAUDE.md, prompting them to check local types and community extensions before creating custom models. Previously this guidance only appeared in the swamp-extension-model skill, which agents loaded too late — after already deciding to build from scratch. Closes #757 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
stack72
added a commit
that referenced
this pull request
Mar 19, 2026
Agents now see "search before you build" as Rule #1 in every swamp-managed CLAUDE.md, prompting them to check local types and community extensions before creating custom models. Previously this guidance only appeared in the swamp-extension-model skill, which agents loaded too late — after already deciding to build from scratch. Closes #757 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> fix: use correct command `swamp extension pull` instead of `resolve` Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 tasks
stack72
added a commit
that referenced
this pull request
Mar 19, 2026
Agents now see "search before you build" as Rule #1 in every swamp-managed CLAUDE.md, prompting them to check local types and community extensions before creating custom models. Previously this guidance only appeared in the swamp-extension-model skill, which agents loaded too late — after already deciding to build from scratch. Closes #757 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> fix: use correct command `swamp extension pull` instead of `resolve` Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
stack72
added a commit
that referenced
this pull request
Mar 19, 2026
feat: search community extensions before creating custom models ## Summary - Rewrites Rule #1 in the CLAUDE.md template from "Extension models for service integrations" to **"Search before you build"**, with explicit steps: search local types → search community extensions (`swamp extension pull`) → install if found → only then create custom - Adds a community search step to the `swamp-model` skill workflow - Adds Scenario 5 ("Community Extension Found") to the `swamp-extension-model` skill showing the happy path where a community extension exists ## User Impact Previously, agents only saw guidance to "create an extension model" in the CLAUDE.md Rules section. The `swamp-extension-model` skill documented the search-first flow, but agents only loaded that skill *after* deciding to create a model — too late. Now agents see the search-first guidance immediately in Rule #1, prompting them to run `swamp extension search` before building anything custom. ## Test Plan - [x] New unit test: `RepoService.init generates CLAUDE.md with extension search guidance` — asserts generated CLAUDE.md contains `extension search`, `Search before you build`, and `swamp model type search` - [x] All 78 repo service tests pass - [x] Full test suite passes - [x] `deno check`, `deno lint`, `deno fmt` all pass - [x] `deno run compile` — binary recompiled - [x] **Manual verification**: Asked an agent to "create me a model that I can use to create an aws ec2 instance" — the agent correctly ran `swamp model type search "ec2"` followed by `swamp extension search "ec2 instance"` before attempting to create anything, then found a community extension and used `swamp extension pull` to install it Closes #757 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Mar 22, 2026
This was referenced May 8, 2026
Merged
Merged
This was referenced May 18, 2026
Merged
Merged
This was referenced May 26, 2026
Merged
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.