Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
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
15 changes: 15 additions & 0 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Roadmap - core

_Auto-regenerated 2026-04-15 from `docs/specs/`._

## Now (active)

_(none)_

## Next (proposed)

- **2026-04-15-ecosystem-roadmap-specs** _(proposed)_ `roadmap,specs,ecosystem`

## Recently shipped

_(none)_
31 changes: 31 additions & 0 deletions docs/specs/2026-04-15-ecosystem-roadmap-specs/spec.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
status: proposed
created: 2026-04-15
owner: lucassantana
pr:
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Avoid empty pr metadata in frontmatter.

Line 5 leaves pr blank, which is ambiguous for downstream parsing and traceability. Populate it with the spec PR URL (or remove the key until available).

Proposed frontmatter fix
-pr:
+pr: https://github.com/Forge-Space/core/pull/211
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
pr:
pr: https://github.com/Forge-Space/core/pull/211
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/specs/2026-04-15-ecosystem-roadmap-specs/spec.md` at line 5, The
frontmatter contains an empty pr key; update the frontmatter by either
populating the pr field with the spec PR URL (e.g., "pr: https://...") or remove
the pr key entirely until a PR exists so downstream parsers don't see an empty
value—look for the frontmatter entry named pr in the spec.md and ensure it is
non-empty or omitted.

tags: roadmap,specs,ecosystem
---

# ecosystem-roadmap-specs

## Goal

Establish committed feature specs and a generated roadmap for the Forge Space
core product surface.

## Context

Core is the cross-repo coordination point for ecosystem plans and prompts.
Keeping specs in-repo makes RAG retrieval precise without loading the whole docs
tree.

## Approach

Seed the spec lifecycle with one proposed roadmap/spec adoption item, keep the
generated roadmap derived from frontmatter, and let future feature work add
focused specs.

## Verification

docs/roadmap.md lists this proposed spec and the spec files are picked up by the
shared RAG spec/roadmap source types.
7 changes: 7 additions & 0 deletions docs/specs/2026-04-15-ecosystem-roadmap-specs/tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Tasks - ecosystem-roadmap-specs

- [ ] Review current roadmap/backlog signals for the repo
- [ ] Convert the next non-trivial feature into a focused spec
- [ ] Keep docs/roadmap.md generated from specs, not hand-edited
- [ ] Verify RAG returns this spec via source_type=spec or roadmap
- [ ] Link the implementation PR before marking shipped
Loading