docs: add AIDE extension demo to community projects#1943
Merged
mnriem merged 1 commit intogithub:mainfrom Mar 23, 2026
Merged
Conversation
Add the AIDE extension demo to the community projects section, showcasing a Spring Boot + React project that uses a custom extension with an alternative spec-driven workflow featuring a 7-step iterative lifecycle.
1f2052e to
e1c7240
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces an offline/air-gapped scaffolding path for specify init by bundling core templates/scripts into the wheel and invoking the release-packaging scripts locally; it also updates installation/upgrade docs and adds a new Community Projects entry.
Changes:
- Add
--offlinesupport tospecify initviascaffold_from_core_pack()(runs bundledcreate-release-packages.{sh,ps1}against packaged core assets). - Bundle templates/commands/scripts + release scripts into the wheel via
pyproject.tomlforce-include, and add extensive parity/scaffolding tests. - Update README/docs for pinned install tags + enterprise/air-gapped guidance; add the AIDE extension demo link to Community Projects.
Reviewed changes
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
src/specify_cli/__init__.py |
Adds core-pack discovery and offline scaffolding implementation; wires --offline into init. |
pyproject.toml |
Force-includes core assets + release scripts into the wheel for offline initialization. |
.github/workflows/scripts/create-release-packages.sh |
Allows GENRELEASES_DIR override and adjusts template copying + list parsing. |
tests/test_core_pack_scaffold.py |
Adds large end-to-end scaffold invariants + parity checks vs release ZIP output. |
tests/test_ai_skills.py |
Updates test to assert non-offline path uses download and not core-pack scaffold. |
docs/installation.md |
Adds pinned-tag examples and enterprise/air-gapped installation workflow docs. |
docs/upgrade.md |
Updates upgrade commands to use a specific release tag placeholder. |
README.md |
Adds pinned-tag install examples, links to air-gapped docs, and adds the AIDE demo to Community Projects. |
CHANGELOG.md |
Updates changelog entries (including version bump notes) and rewrites prior sections. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jonasbokim
added a commit
to Jonas-Construction-Software/jonas-spec-kit-dev
that referenced
this pull request
Mar 26, 2026
…nc-main-2026-03-25 * upstream/main: (90 commits) fix(ps1): replace null-conditional operator for PowerShell 5.1 compatibility (github#1975) chore: bump version to 0.4.2 (github#1973) feat: Auto-register ai-skills for extensions whenever applicable (github#1840) docs: add manual testing guide for slash command validation (github#1955) Add AIDE, Extensify, and Presetify to community extensions (github#1961) docs: add community presets section to main README (github#1960) docs: move community extensions table to main README for discoverability (github#1959) docs(readme): consolidate Community Friends sections and fix ToC anchors (github#1958) fix(commands): rename NFR references to success criteria in analyze and clarify (github#1935) Add Community Friends section to README (github#1956) docs: add Community Friends section with Spec Kit Assistant VS Code extension (github#1944) chore: bump version to 0.4.1 (github#1953) Add checkpoint extension (github#1947) fix(scripts): prioritize .specify over git for repo root detection (github#1933) docs: add AIDE extension demo to community projects (github#1943) fix(templates): add missing Assumptions section to spec template (github#1939) chore: bump version to 0.4.0 (github#1937) fix(cli): add allow_unicode=True and encoding="utf-8" to YAML I/O (github#1936) fix(codex): native skills fallback refresh + legacy prompt suppression (github#1930) feat(cli): embed core pack in wheel for offline/air-gapped deployment (github#1803) ...
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.
Summary
Add the AIDE extension demo to the community projects section in the README.
What's added
A new entry in the Community Projects section showcasing a Spring Boot + React project that uses a custom extension with an alternative spec-driven workflow featuring a 7-step iterative lifecycle:
This demonstrates how the extension mechanism lets you plug in a different style of spec-driven development without changing any core tooling.