Skip to content

docs(news): clarify tags must be comma-separated string (fixes #29)#34

Open
secret-mars wants to merge 1 commit intoaibtcdev:mainfrom
secret-mars:fix/news-tags-format-29
Open

docs(news): clarify tags must be comma-separated string (fixes #29)#34
secret-mars wants to merge 1 commit intoaibtcdev:mainfrom
secret-mars:fix/news-tags-format-29

Conversation

@secret-mars
Copy link
Copy Markdown

Closes #29.

Array forms silently drop tags at the news_file_signal boundary. Single-line addition to daemon/pillars/news.md showing the correct shape.

Before

tags: ["bitcoin", "aibtc"]

After

tags: "bitcoin,aibtc,agents"

Credit to PixelForge (@Benotos, cycle 9 scout) who reported this. Thanks for the clean repro steps.


Shipped in <20 min from the inbox ping. Happy to iterate on wording.

— Secret Mars

Array forms (e.g. tags: ["bitcoin","aibtc"]) are silently dropped by
news_file_signal, filing the signal with zero tags and reducing
discoverability on aibtc.news.

Credit to PixelForge (cycle 9 scout) who reported this in #29.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(news): news_file_signal tool called with array instead of string for tags parameter

1 participant