• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dcdpr / jp / 18878206496
58%

Build:
DEFAULT BRANCH: main
Ran 28 Oct 2025 02:29PM UTC
Jobs 1
Files 150
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Oct 2025 02:27PM UTC coverage: 48.122% (+0.1%) from 47.984%
18878206496

push

github

web-flow
feat(config): Add `position` field to control instruction order (#300)

Users can now specify a `position` value on instruction blocks to
control their display order in the assistant's system prompt.
Instructions with lower position values appear first, making it
straightforward to ensure critical instructions take precedence when
merging configurations across multiple layers.

The position field defaults to 0 and accepts any signed integer value,
allowing both negative and positive positioning. For example, setting
position = -1 on project-specific instructions ensures they appear
before default instructions at position = 0, while setting position =
100 pushes less critical instructions to the end.

Instructions are automatically sorted by their position value during
configuration build, but the order defined in TOML files doe still
matter— ordering is stable, so instructions with the same position
values will keep their original order.

Related: #297

---------

Signed-off-by: Jean Mertz <git@jeanmertz.com>

106 of 107 new or added lines in 3 files covered. (99.07%)

7561 of 15712 relevant lines covered (48.12%)

14.73 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
82.13
-0.31% crates/jp_config/src/assistant/instructions.rs
Jobs
ID Job ID Ran Files Coverage
1 18878206496.1 28 Oct 2025 02:29PM UTC 150
48.12
GitHub Action Run
Source Files on build 18878206496
  • Tree
  • List 150
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18878206496
  • 624c6f1e on github
  • Prev Build on main (#18877319048)
  • Next Build on main (#18880351297)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc