Skip to content

Commit 1da55fc

Browse files
Wolfe-Jamclaude
andcommitted
fix: use real slotignored keyword instead of "None -- reason" text
Tested directly: slotignored is a recognized sentinel that excludes a slot from the active/scored denominator entirely (verified: active dropped 21->20 on a single-field test). "None -- reason" text was just counted as populated content -- same 100% Trophy result, but via the wrong mechanism. Trailing YAML comments after slotignored are stripped by the parser (tool sees the clean keyword) but preserved for human readers on GitHub -- combines correct tool semantics with the explanatory context that was missing from the original auto-generated slotignored spam. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 1f17e5d commit 1da55fc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

project.faf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ stack:
1111
backend: Node.js (stdio MCP server stub)
1212
api_type: MCP (JSON-RPC 2.0 over stdio)
1313
cicd: GitHub Actions (typecheck + demo run, verified green)
14-
frontend: None — stdio reference implementation, no UI layer
15-
css_framework: None — no UI
16-
ui_library: None — no UI
17-
state_management: None — stateless demo, no state to manage
18-
database: None — no persistence layer
19-
connection: None — no database
20-
hosting: None — reference implementation, not a deployed service
14+
frontend: slotignored # no UI layer — stdio reference implementation
15+
css_framework: slotignored # no UI
16+
ui_library: slotignored # no UI
17+
state_management: slotignored # stateless demo, no state to manage
18+
database: slotignored # no persistence layer
19+
connection: slotignored # no database
20+
hosting: slotignored # reference implementation, not a deployed service
2121
tech_stack:
2222
- TypeScript
2323
- "@modelcontextprotocol/sdk"

0 commit comments

Comments
 (0)