Skip to content

docs: add README with project logo#1

Merged
mahirl merged 1 commit into
mainfrom
keeb/logo-readme
Jan 28, 2026
Merged

docs: add README with project logo#1
mahirl merged 1 commit into
mainfrom
keeb/logo-readme

Conversation

@keeb
Copy link
Copy Markdown
Contributor

@keeb keeb commented Jan 28, 2026

No description provided.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Comment thread README.md

## License

MIT
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👀

@mahirl mahirl merged commit 93c01f1 into main Jan 28, 2026
@adamhjk adamhjk deleted the keeb/logo-readme branch January 29, 2026 06:36
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>
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>
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>
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.

3 participants