Attribute detail
mechanism
11 ideas · 11 distinct values
| Value | Distribution | Ideas | Share |
|---|---|---|---|
| attribute_flags, negated_flags, block_values, nested_lists |
|
1 | 9.1% |
| comment_links, deprecated_attribute, deprecation_impact |
|
1 | 9.1% |
| cross_stack_file_refs, idea_as_connective_tissue, inbound_reference_inlay_hints |
|
1 | 9.1% |
| custom_attributes, completion_status, html_export |
|
1 | 9.1% |
| cytoscape_graph, status_tag_filters, indirect_reference_toggle |
|
1 | 9.1% |
| ideasets, imports, unresolved_import_diagnostics |
|
1 | 9.1% |
| mcp_tools, token_discipline |
|
1 | 9.1% |
| pointers_not_data, editorial_taste |
|
1 | 9.1% |
| symbol_refs, line_ranges, test_anchors, comment_links |
|
1 | 9.1% |
| test_name_anchors, comment_links, bidirectional_traceability |
|
1 | 9.1% |
| unresolved_ref_diagnostics, code_actions, file_mutation_hooks |
|
1 | 9.1% |
| Idea | Value | Status | Tags | Summary |
|---|---|---|---|---|
| agent_context_showcase | mcp_tools, token_discipline | done | ai, mcp, planning | Flagship. Context for the agent, not the repo. An agent answers a question about session expiry. Show the repo-dump cost, then MCP file_context returning six ideas and their edges, then the plan the agent writes. Absorbs former agentic-planning and feature-tracking pages. |
| antipatterns_showcase | pointers_not_data, editorial_taste | done | antipattern, craft | Depth. Three ways to write. rq badly. Data instead of pointers, prose restating code, one monolithic file. Showing negative space is a taste signal. Absorbs former data-not-ideas page; expands it. |
| attribute_dialect_showcase | attribute_flags, negated_flags, block_values, nested_lists | done | attributes, extensibility | Depth. Attributes as a domain dialect. The full attribute grammar: flags, negated flags, block values, nested and named lists — forms nobody currently knows about. Absorbs former arbitrary-attributes page. |
| audit_trail_showcase | custom_attributes, completion_status, html_export | done | compliance, audit, export | Depth. An audit trail you can export. Custom clause / evidence / verified_by attributes, then Completion Status showing the coverage gap, then HTML export as the auditor's deliverable. Domain: regulated software — IEC 62304 or SOC 2. Absorbs former compliance page. |
| broken_links_showcase | unresolved_ref_diagnostics, code_actions, file_mutation_hooks | done | diagnostics, refactor | Flagship. Links that break loudly. Someone renames a file. Show the diagnostic, the quick-fix menu, and the rewritten refs. This is the argument against a wiki. Domain: refactor safety, any stack. |
| firmware_cloud_contract_showcase | cross_stack_file_refs, idea_as_connective_tissue, inbound_reference_inlay_hints | done | integration, cross-stack, embedded | Flagship. The contract between firmware and cloud. A 10 Hz sample rate and a 50 ms ingest deadline: one invariant, two codebases, neither of which can express it alone. Absorbs half of former glue-semantics and static-connection. |
| graph_view_showcase | cytoscape_graph, status_tag_filters, indirect_reference_toggle | done | extension, graph | Depth. See the whole graph. Needs real captured screenshots or a short loop from the actual Cytoscape view — not fake ASCII arrows dressed as. rq. Aligns with [diagrams_are_never_dressed_as_code]. |
| interlock_showcase | symbol_refs, line_ranges, test_anchors, comment_links | done | industrial, safety, sequencing | Flagship. The interlock that must not fail. A safety requirement bound to ["./plc/interlock.stL#41-58"] by symbol and line range, to a vitest case by test name, with an rq-comment in the ST source pointing back. Domain: industrial control / IEC 61131. |
| legacy_archaeology_showcase | comment_links, deprecated_attribute, deprecation_impact | done | legacy, discovery, deprecation | Depth. Archaeology on inherited code. An undocumented function, an rq-comment seeded into it, @ deprecated on the old path, then Deprecation Impact listing everything that breaks. Absorbs former scattered-docs page. |
| module_surface_showcase | ideasets, imports, unresolved_import_diagnostics | done | modularity, imports, ideasets | Depth. A module's published surface. billing / interface. rq exports an ideaset; checkout. rq imports only that; reaching past the boundary is an unresolved-import error. Ideasets-as-public-API is undemonstrated today. Absorbs half of former glue-semantics and module-interface. |
| test_proves_showcase | test_name_anchors, comment_links, bidirectional_traceability | done | testing, traceability | Depth. What this test actually proves. Keep the intent of the former test-explanation page; upgrade it with a real test-name anchor and the reverse direction from test file back to intent. |