This repository is archived. Rule packs migrated into the main devloop repository as copy-paste examples.
- Rule packs (spring-boot-web, the pack template) →
devloop/examples/rule-packs/. Install by copying:cp examples/rule-packs/spring-boot-web/*.md yourproject/devloop/rules/. - Rules format spec →
devloop/docs/rules.md. Rules are now single-layer: markdown files in your project'sdevloop/rules/with optionalkeywordsfrontmatter — no layered resolution, no CLI, noextends/scope.
devloop 3.0.0 collapsed the four-layer rules system (user/project/shared/plugin) to project-only resolution. The layered discovery, pack installer, and CLI this repo provided no longer have a runtime to serve. Keyword-scoped rule matching lives on in devloop itself.
The content here remains readable for reference, but nothing consumes it.