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
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Use Go-native anchors and ownership boundaries.
- spec -> `cmd/api/`, `internal/service/`, `internal/store/`
- spec -> `pkg/client/` when there is a supported library surface
- spec -> `migrations/`, `api/`, `test/`
- code breadcrumb -> package comment, doc.go, or nearby design README
- code back-link -> `// Spec:` comment per the [canonical back-link format](../SKILL.md#code-to-spec-back-link-format); for package-level ownership, place it in `doc.go`
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Use Python-native anchors in specs instead of generic pseudocode.
- spec -> `src/package/subsystem/`
- spec -> `app/api/routes.py`
- spec -> `package/services/`, `package/models/`, `tests/`
- code breadcrumb -> package docstring, module header comment, or adjacent README if the repo already uses those patterns
- code back-link -> `# Spec:` comment per the [canonical back-link format](../SKILL.md#code-to-spec-back-link-format); for package-level ownership, place it in `__init__.py`
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Use TypeScript-native anchors across backend, frontend, or full-stack repos.

- spec -> `packages/*`, `apps/*`, `src/server/`, `src/lib/`, `src/routes/`
- spec -> `openapi/`, `prisma/`, `migrations/`, `workers/`
- code breadcrumb -> package README, file header, route module comment, or generated doc index already used by the repo
- code back-link -> `// Spec:` comment per the [canonical back-link format](../SKILL.md#code-to-spec-back-link-format)
Loading