docs: teach the anchor citation format for inline references - #5
Open
maxijb wants to merge 1 commit into
Open
Conversation
maxijb
marked this pull request as ready for review
July 30, 2026 07:45
Falconer now serializes inline references as <a href data-id>name</a>; plain anchors without data-id are ordinary links. Legacy ![f>] forms stay readable and must be preserved exactly.
maxijb
force-pushed
the
update-reference-anchor-syntax
branch
from
July 30, 2026 07:48
04bee6d to
4238197
Compare
apoorvas20
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Falconer is switching inline-reference serialization to
<a href="link" data-id="reference-id">display name</a>(data-id is the discriminator; plain anchors without it are ordinary links). Updates the falconer-knowledge skill's core rules and the formatting reference. Legacy![f>]forms remain readable, and agents are instructed to replace them with the anchor form (same reference-id) when editing.Do not merge before the falconer-side change ships - until then, prod parses anchors as plain links, so these docs would instruct agents to write citations prod can't resolve.
🤖 Generated with Claude Code