All checks were successful
Pipeline / UI Lint (push) Successful in 59s
Pipeline / API Unit Tests (push) Successful in 19s
Pipeline / API Lint (push) Successful in 9s
Pipeline / UI Tests (push) Successful in 1m34s
Pipeline / API Integration Tests (push) Successful in 28s
Pipeline / Build & Push API Image (push) Has been skipped
Pipeline / Build & Push UI Image (push) Has been skipped
1010 B
1010 B
description
| description |
|---|
| Read all project memory files and output their contents for LLM context |
Load Project Memory
Read ALL .md files in .specify/memory/ and output their contents. This gives you project governance context (constitution, glossary, conventions, resource standards) for the command that follows.
Steps
-
Gather: Read every
.mdfile from.specify/memory/.- If the directory does not exist, skip it silently.
- If a file cannot be read, skip it and continue.
-
Output: For each file, print a headed section:
## Memory: {filename} {file contents} -
Summarize: After all files, output:
Context loaded: {memory_count} memory files
Usage Notes
- Designed as a mandatory
before_*hook that fires before spec-kit lifecycle commands. - Loads governance context only. Feature-specific reference docs are loaded by the
spec-reference-loaderextension. - This is a read-only operation — do NOT modify any files.