<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hakurei/cmd/mbf/info.go, branch develop</title>
<subtitle>low-level userspace tooling for Rosa OS</subtitle>
<id>http://src.rosa.moe/hakurei/atom/cmd/mbf/info.go?h=develop</id>
<link rel='self' href='http://src.rosa.moe/hakurei/atom/cmd/mbf/info.go?h=develop'/>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/'/>
<updated>2026-08-29T09:58:06Z</updated>
<entry>
<title>pkg: move from internal</title>
<updated>2026-08-29T09:58:06Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-08-29T09:58:06Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=c2d900ec74e03e9c782cfe7b7ce06ff62cda6601'/>
<id>urn:sha1:c2d900ec74e03e9c782cfe7b7ce06ff62cda6601</id>
<content type='text'>
Closes #43.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/rosa: read-only access to built-ins</title>
<updated>2026-08-25T05:00:42Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-08-25T04:57:38Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=ac7abbbe3fa2eea01defb670abc7dc1dc336cf21'/>
<id>urn:sha1:ac7abbbe3fa2eea01defb670abc7dc1dc336cf21</id>
<content type='text'>
This removes potential footguns caused by mutable builtins without requiring unnecessary clones.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>cmd/mbf: print all available handles</title>
<updated>2026-07-08T06:30:27Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-07-08T06:30:27Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=6495118165f7b30dda6857531af02a142c5aaa89'/>
<id>urn:sha1:6495118165f7b30dda6857531af02a142c5aaa89</id>
<content type='text'>
Useful for scripting.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/rosa: create metadata alongside artifact</title>
<updated>2026-05-18T15:44:24Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-05-18T15:03:42Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=8807cbc7305e424725b2be8eed7ecd9234f7772e'/>
<id>urn:sha1:8807cbc7305e424725b2be8eed7ecd9234f7772e</id>
<content type='text'>
This enables deferring evaluation of azalea-based packages and fixes the longstanding quirk of version being disjoint from other metadata.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/rosa: pass stage alongside state</title>
<updated>2026-05-17T08:50:30Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-05-17T07:44:13Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=38bc2c750842826c5af4f66abe3e1905258cd274'/>
<id>urn:sha1:38bc2c750842826c5af4f66abe3e1905258cd274</id>
<content type='text'>
This cleans up many function signatures.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>internal/rosa: key metadata by string</title>
<updated>2026-05-17T06:56:53Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-05-17T04:07:12Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=30eb0d6a613ad268f6805ccbcdcabf158e7f526f'/>
<id>urn:sha1:30eb0d6a613ad268f6805ccbcdcabf158e7f526f</id>
<content type='text'>
For upcoming azalea integration. The API is quite ugly right now to ease migration.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>cmd/mbf: package status dashboard</title>
<updated>2026-05-01T20:05:56Z</updated>
<author>
<name>mae</name>
<email>mae@maestoso.online</email>
</author>
<published>2026-03-05T04:50:58Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=1d5d063d6a443c9d4a1206d2743e4824411da956'/>
<id>urn:sha1:1d5d063d6a443c9d4a1206d2743e4824411da956</id>
<content type='text'>
This displays package metadata with optional status from a report.
</content>
</entry>
<entry>
<title>cmd/mbf: move info command</title>
<updated>2026-04-16T08:43:52Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2026-04-16T07:00:32Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=823575acaccfb34d908dad2ae14551fa425d7431'/>
<id>urn:sha1:823575acaccfb34d908dad2ae14551fa425d7431</id>
<content type='text'>
This is cleaner with less shared state.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
</feed>
