Skip to content

docs: add AIDE extension demo to community projects#1943

Merged
mnriem merged 1 commit intogithub:mainfrom
mnriem:readme/add-aide-extension-demo
Mar 23, 2026
Merged

docs: add AIDE extension demo to community projects#1943
mnriem merged 1 commit intogithub:mainfrom
mnriem:readme/add-aide-extension-demo

Conversation

@mnriem
Copy link
Collaborator

@mnriem mnriem commented Mar 23, 2026

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:

vision → roadmap → progress tracking → work queue → work items → execution → feedback loops

This demonstrates how the extension mechanism lets you plug in a different style of spec-driven development without changing any core tooling.

Copilot AI review requested due to automatic review settings March 23, 2026 23:05
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.
@mnriem mnriem force-pushed the readme/add-aide-extension-demo branch from 1f2052e to e1c7240 Compare March 23, 2026 23:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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 --offline support to specify init via scaffold_from_core_pack() (runs bundled create-release-packages.{sh,ps1} against packaged core assets).
  • Bundle templates/commands/scripts + release scripts into the wheel via pyproject.toml force-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.

@mnriem mnriem merged commit 24247c2 into github:main Mar 23, 2026
8 checks passed
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)
  ...
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.

2 participants