Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ We've consolidated related instruction files for better maintainability:
- **automation.instructions.md** - Agents, labeling, release, metrics (8 files)
- **community-standards.instructions.md** - File org, naming, README, replies (4 files)

πŸ“– **[View Migration Guide](../MIGRATION_GUIDE.md)** - Complete mapping of old β†’ new locations
πŸ“– **[View Migration Guide](/docs/MIGRATION.md)** - Complete mapping of old β†’ new locations

---

Expand Down
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ updates:
labels:
- area:dependencies

- package-ecosystem: npm
directory: "/website"
schedule:
interval: weekly
open-pull-requests-limit: 10
labels:
- area:dependencies

- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down
6 changes: 3 additions & 3 deletions .github/instructions/.archive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ This directory contains documentation files that are outdated, superseded, or no

**INSTRUCTION_CONSOLIDATION_MIGRATION.md** (394 lines)

- **Status:** Superseded by `MIGRATION_GUIDE.md`
- **Status:** Superseded by `/docs/MIGRATION.md`
- **Purpose:** Documented the December 7, 2025 consolidation of 22 instruction files β†’ 5
- **Reason for archival:** Duplicate content; canonical version exists at repository root
- **Estimated token savings:** ~1,970 tokens

**CONSOLIDATION_MIGRATION_GUIDE.md** (387 lines)

- **Status:** Superseded by `MIGRATION_GUIDE.md`
- **Status:** Superseded by `/docs/MIGRATION.md`
- **Purpose:** Migration map for instruction file consolidation
- **Reason for archival:** Duplicate content; canonical version exists at repository root
- **Estimated token savings:** ~1,935 tokens
Expand Down Expand Up @@ -107,7 +107,7 @@ cat FILENAME.md

For current documentation, always reference:

- **Migration Guide:** `MIGRATION_GUIDE.md` (canonical version)
- **Migration Guide:** `/docs/MIGRATION.md` (canonical version)
- **All Instructions:** `.github/instructions/*.instructions.md` (consolidated files)

---
Expand Down
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stability: "stable"
- Accessibility and performance are non‑negotiable; highlight potential issues during reviews.
- Prefer `theme.json` and block components over bespoke code when feasible to avoid vendor lock‑in.
- When unsure, propose safe defaults and ask **one** focused question to clarify requirements.
- Core instructions consolidated: see `instructions/{languages,documentation-formats,quality-assurance,automation,community-standards}.instructions.md` (mapping in `MIGRATION_GUIDE.md`).
- Core instructions consolidated: see `instructions/{languages,documentation-formats,quality-assurance,automation,community-standards}.instructions.md` (mapping in `/docs/MIGRATION.md`).
- Canonical instruction reference policy: use `.github/instructions/` for
repo-local maintenance guidance and `instructions/` for portable standards;
see `instructions/file-organisation.instructions.md#canonical-instruction-reference-policy`.
Expand Down Expand Up @@ -92,7 +92,7 @@ Start here for all key standards:
| **Claude Instructions** | [CLAUDE.md](CLAUDE.md) | Claude-specific project instructions; companion to this file |
| **Main Agent Index** | [agents/agent.md](agents/agent.md) | Directory of agent specs, stubs, usage, implementation |
| **Prompts Index** | [.github/prompts/prompts.md](.github/prompts/prompts.md) | Legacy prompt index pending skills/cookbook migration |
| **Instruction Migration** | [MIGRATION_GUIDE.md](MIGRATION_GUIDE.md) | Mapping from legacy instruction files to the 5 consolidated guides |
| **Instruction Migration** | [/docs/MIGRATION.md](/docs/MIGRATION.md) | Mapping from legacy instruction files to the 5 consolidated guides |

---

Expand Down
2 changes: 2 additions & 0 deletions website/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { defineConfig } from "astro/config";
import svelte from "@astrojs/svelte";

export default defineConfig({
output: "static",
site: "https://github.lightspeedwp.agency",
integrations: [svelte()],
});
Loading
Loading